| /src/external/mit/isl/dist/include/isl/ |
| cpp-checked-conversion.h | 2 /// the default and the checked C++ bindings for isl. 13 #include <isl/cpp-checked.h> 17 checked::aff check(aff obj) { 18 return checked::manage(obj.copy()); 21 aff uncheck(checked::aff obj) { 25 checked::aff_list check(aff_list obj) { 26 return checked::manage(obj.copy()); 29 aff_list uncheck(checked::aff_list obj) { 33 checked::ast_build check(ast_build obj) { 34 return checked::manage(obj.copy()) [all...] |
| cpp-checked.h | 1 /// These are automatically generated checked C++ bindings for isl. 26 namespace checked { namespace in namespace:isl 41 /* Class used to check that isl::checked::boolean, 42 * isl::checked::stat and isl::checked::size values are checked for errors. 45 bool checked = false; member in struct:isl::checked::checker 47 ISLPP_ASSERT(checked, "IMPLEMENTATION ERROR: Unchecked state"); 71 check->checked = true; 75 bool is_error() const { check->checked = true; return val == isl_bool_error; 219 namespace checked { namespace in namespace:isl [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 15-test_genrsa.t | 33 my $checked = int(($good + $bad + 1) / 2); 35 2 ** $checked ], stderr => undef))) { 36 note 2 ** $checked, " bits is good"; 37 $good = $checked; 39 note 2 ** $checked, " bits is bad"; 40 $bad = $checked;
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/resources/ |
| selectable.js | 16 Inputs[i].checked = SummaryCheckButton.checked; 36 if (CheckButton.checked) { 39 returnObjById("AllBugsCheck").checked = true; 45 returnObjById("AllBugsCheck").checked = false;
|
| /src/external/mit/isl/dist/ |
| isl_test_cpp-checked-conversion.cc | 13 #include <isl/cpp-checked-conversion.h> 15 /* Check that converting a NULL object from the checked C++ bindings 22 isl::checked::set checked_set; 36 /* Dummy function on a set in the checked C++ bindings. 38 static void f_checked(isl::checked::set set) 54 isl::checked::set checked_set(ctx, "{ S[i] : 0 <= i < 10 }"); 69 isl::checked::set checked_set; 79 * the checked C++ bindings.
|
| isl_test_cpp17-checked.cc | 7 #include <isl/cpp-checked.h> 9 /* Select the "checked" interface. 11 namespace isl { using namespace checked; } 25 /* Test the C++17 specific features of the isl checked C++ interface
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 15-test_genrsa.t | 48 my $checked = int(($good + $bad + 1) / 2); 49 my $bits = 2 ** $checked; 55 note 2 ** $checked, " bits is good"; 56 $good = $checked; 58 note 2 ** $checked, " bits is bad"; 59 $bad = $checked;
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 15-test_genrsa.t | 48 my $checked = int(($good + $bad + 1) / 2); 49 my $bits = 2 ** $checked; 55 note 2 ** $checked, " bits is good"; 56 $good = $checked; 58 note 2 ** $checked, " bits is bad"; 59 $bad = $checked;
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| fallback.pm | 92 my $checked = $d; 98 $checked = 104 split(m|/|, $checked)) 105 unless -e $checked && -d $checked; 108 unless -e $checked && -d $checked; 109 push @INC, $checked;
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| fallback.pm | 92 my $checked = $d; 98 $checked = 104 split(m|/|, $checked)) 105 unless -e $checked && -d $checked; 108 unless -e $checked && -d $checked; 109 push @INC, $checked;
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| checkedint.d | 13 Issuing individual checked operations is flexible and efficient but often 14 tedious. The $(LREF Checked) facility offers encapsulated integral wrappers that 16 results. For example, `Checked!int` is a type that behaves like `int` but aborts 19 checked) uses type deduction to convert a value `x` of integral type `T` to 20 `Checked!T` by means of `checked(x)`. For example: 26 writeln((checked(5) + 7).get); // 12 27 writeln((checked(10) * 1000 * 1000 * 1000).get); // Overflow 31 Similarly, $(D checked(-1) > uint(0)) aborts execution (even though the built-in 33 conversion rules modeled after C). Thus, `Checked!int` is a virtually drop-i [all...] |
| /src/usr.bin/make/unit-tests/ |
| sh-errctl.mk | 7 # With error control, each simple command is checked, whereas with echo 8 # control, only the last command from each line is checked. A shell command
|
| var-recursive.mk | 39 # name. Ensure that these are checked as well.
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_sync.cc | 155 for (uptr checked = 0; sz > 0; checked += kPageSize) { 159 if (!has_something && checked > (128 << 10)) 163 for (uptr checked = 0; sz > 0; checked += kPageSize) { 169 if (!has_something && checked > (512 << 10))
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_sync.cpp | 141 for (uptr checked = 0; sz > 0; checked += kPageSize) { 145 if (!has_something && checked > (128 << 10)) 149 for (uptr checked = 0; sz > 0; checked += kPageSize) { 155 if (!has_something && checked > (512 << 10))
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_sync.cpp | 152 for (uptr checked = 0; sz > 0; checked += kPageSize) { 156 if (!has_something && checked > (128 << 10)) 160 for (uptr checked = 0; sz > 0; checked += kPageSize) { 166 if (!has_something && checked > (512 << 10))
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| sccs2rcs.in | 146 echo "file as it is checked in to RCS initially?" 228 echo checked out of SCCS 253 echo initial rev checked into RCS without description 260 echo initial rev checked into RCS 285 echo checked into RCS
|
| rcs2sccs.sh | 86 echo checked out of RCS 108 echo initial rev checked into SCCS 131 echo checked into SCCS
|
| /src/external/mit/isl/dist/interface/ |
| plain_cpp.cc | 107 * "checked" is set if C++ bindings should be generated 113 bool checked) : 116 checked(checked) 126 * If checked C++ bindings are being generated, 136 if (checked) 137 osprintf(os, "namespace checked {\n\n"); 145 if (checked) 146 osprintf(os, "} // namespace checked\n"); 699 * In the checked C++ bindings, isl_die is called instead with the cod [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/ |
| darwin-driver.cc | 223 const char *checked = validate_macosx_version_min (new_flag); local 224 if (checked == NULL) 229 new_flag = xstrndup (checked, strlen (checked));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/ |
| darwin-driver.cc | 223 const char *checked = validate_macosx_version_min (new_flag); local 224 if (checked == NULL) 229 new_flag = xstrndup (checked, strlen (checked));
|
| /src/external/mpl/dhcp/dist/common/ |
| ns_name.c | 341 int checked; local 344 checked = 0; 362 checked += n + 1; 382 checked += 2; 388 if (checked >= eom - msg) {
|
| /src/sys/dev/ |
| mm.c | 270 bool checked = false; local 274 error = mm_md_kernacc(addr, prot, &checked); 280 if (!checked && !uvm_kernacc(addr, len, prot)) {
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| thread-service.h | 66 bool checked; // true if we've checked that this service is responding member in struct:thread_service 67 bool responding; // true if we've checked, and it's responding; last_probe_time is when it responded
|
| /src/external/apache2/llvm/dist/llvm/utils/gn/build/ |
| sync_source_lists_from_cmake.py | 138 checked = [ 'clang', 'clang-tools-extra', 'lld', 'llvm' ] 140 for c in checked:
|