| /src/external/bsd/atf/dist/atf-c++/detail/ |
| env.cpp | 54 impl::has(const std::string& name) function in class:impl
|
| /src/external/bsd/atf/dist/tools/ |
| env.cpp | 64 impl::has(const std::string& name) function in class:impl
|
| config.cpp | 77 if (tools::env::has(v->name)) { 97 assert(has(varname)); 111 tools::config::has(const std::string& varname) function in class:tools::config
|
| config_test.cpp | 185 ATF_TEST_CASE(has); variable 186 ATF_TEST_CASE_HEAD(has) 188 set_md_var("descr", "Tests the config::has function"); 190 ATF_TEST_CASE_BODY(has) 196 ATF_REQUIRE(tools::config::has(v->lc)); 200 ATF_REQUIRE(!tools::config::has(v->uc)); 203 ATF_REQUIRE(!tools::config::has("foo")); 204 ATF_REQUIRE(!tools::config::has("BAR")); 205 ATF_REQUIRE(!tools::config::has("atf_foo")); 206 ATF_REQUIRE(!tools::config::has("ATF_BAR")) [all...] |
| /src/external/bsd/atf/dist/atf-c/detail/ |
| env_test.c | 43 ATF_TC(has); variable 44 ATF_TC_HEAD(has, tc) 48 ATF_TC_BODY(has, tc) 110 ATF_TP_ADD_TC(tp, has);
|
| /src/external/bsd/atf/dist/atf-c++/ |
| config.cpp | 76 PRE(has(varname)); 90 atf::config::has(const std::string& varname) function in class:atf::config
|
| config_test.cpp | 182 ATF_TEST_CASE(has); variable 183 ATF_TEST_CASE_HEAD(has) 185 set_md_var("descr", "Tests the config::has function"); 187 ATF_TEST_CASE_BODY(has) 193 ATF_REQUIRE(atf::config::has(v->lc)); 197 ATF_REQUIRE(!atf::config::has(v->uc)); 200 ATF_REQUIRE(!atf::config::has("foo")); 201 ATF_REQUIRE(!atf::config::has("BAR")); 202 ATF_REQUIRE(!atf::config::has("atf_foo")); 203 ATF_REQUIRE(!atf::config::has("ATF_BAR")) [all...] |
| /src/tests/usr.bin/indent/ |
| edge_cases.c | 99 sub has($$) { function 141 sub has($$) { function
|
| /src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/ |
| types.scm | 22 (define-public (type-has-field-deep? type field-name) 23 "Return #t if the type, including baseclasses, has the specified field. 46 (or (type-has-field? type field-name) 54 type SCM_ARG1 'type-has-field-deep? "struct or union")
|
| /src/external/gpl3/gdb/dist/gdb/guile/lib/gdb/ |
| types.scm | 22 (define-public (type-has-field-deep? type field-name) 23 "Return #t if the type, including baseclasses, has the specified field. 46 (or (type-has-field? type field-name) 54 type SCM_ARG1 'type-has-field-deep? "struct or union")
|
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| XRayInstr.h | 48 bool has(XRayInstrMask K) const { function in struct:clang::XRayInstrSet
|
| Sanitizers.h | 154 bool has(SanitizerMask K) const { function in struct:clang::SanitizerSet 155 assert(K.isPowerOf2() && "Has to be a single sanitizer."); 164 assert(K.isPowerOf2() && "Has to be a single sanitizer.");
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| safe_math.h | 18 #define has(func) __has_builtin(func) macro 21 #define has(func) 1 macro 26 #ifndef has 27 #define has(func) 0 macro 33 #if has(__builtin_add_overflow) 60 #else /* has(__builtin_add_overflow) */ 84 #endif /* has(__builtin_add_overflow) */ 89 #if has(__builtin_sub_overflow) 103 #else /* has(__builtin_sub_overflow) */ 118 #endif /* has(__builtin_sub_overflow) * [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/ |
| ArchitectureSet.h | 51 bool has(Architecture Arch) const { function in class:llvm::MachO::ArchitectureSet 66 return has(AK_i386) || has(AK_x86_64) || has(AK_x86_64h);
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| DebugObjectManagerPlugin.cpp | 129 bool has(Requirement Req) const { return Reqs.count(Req) > 0; } function in class:llvm::orc::DebugObject 424 if (DebugObj.has(Requirement::ReportFinalSectionLoadAddresses)) {
|
| /src/external/apache2/llvm/dist/clang/lib/Edit/ |
| RewriteObjCFoundationAPI.cpp | 113 // If the receiver has type 'id'... 698 static bool has(StringRef suff, StringRef &text) { function in struct:Suff 708 if (Suff::has("u", text)) { 710 } else if (Suff::has("U", text)) { 712 } else if (Suff::has("ll", text)) { 714 } else if (Suff::has("LL", text)) { 716 } else if (Suff::has("l", text)) { 718 } else if (Suff::has("L", text)) { 720 } else if (isFloat && Suff::has("f", text)) { 722 } else if (isFloat && Suff::has("F", text)) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| TargetLibraryInfo.h | 154 /// Return true if the function F has a vector equivalent with vectorization 160 /// Return true if the function F has a vector equivalent with any 197 /// Returns true if call site / callee has cdecl-compatible calling 312 bool has(LibFunc F) const { function in class:llvm::TargetLibraryInfo
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| evp_local.h | 124 OSSL_FUNC_keymgmt_has_fn *has; member in struct:evp_keymgmt_st
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| StratifiedSets.h | 28 /// NOTE: ^ This can't be a short -- bootstrapping clang has a case where 74 /// containing variable B, then at some point, a variable that has interacted 79 /// generally used for noting whether a variable in the set has interacted with 121 /// This builder has a notion of some value A being above, below, or with some 171 /// remap has occurred, and use this information so we can defer renumbering set 175 /// Set above it, the set below it, and whether the current set has been 343 bool has(const T &Elem) const { return get(Elem).hasValue(); } function in class:llvm::cflaa::StratifiedSetsBuilder 357 assert(has(Main)); 370 assert(has(Main)); 380 assert(has(Main)) [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| refint.c | 388 ** make sure it exists and has search and modify methods; 470 ** and it has a value matching the target: 564 /* entry has no children, just equality matching */ 637 * make sure its dn has a backend; 1014 /* Check if the target entry exists and has children. 1040 int has = 0; local 1041 rc = op->o_bd->be_has_subordinates( op, e, &has ); 1043 if ( rc == LDAP_SUCCESS && has == LDAP_COMPARE_FALSE )
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| evp_local.h | 127 OSSL_FUNC_keymgmt_has_fn *has; member in struct:evp_keymgmt_st
|
| /src/external/mit/isl/dist/ |
| isl_convex_hull.c | 187 * then the resulting set is of dimension n*(1+d) and has as constraints 305 * This means that the facet is unbounded, but has a bounded intersection 380 * If the affine hull of this intersection has only one equality, 1424 * lineality space. If any of the intermediate results has 1719 isl_bool has; local 1721 has = has_constraint(hull->ctx, table, ineq, total, n); 1722 if (has < 0) 1724 if (!has) 2158 * "v" has been set up for use by has_ineq. 2216 * of the inequality has already been updated with respect to thi [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonConstPropagation.cpp | 76 // constant has. 220 bool has(Register R) const { function in class:__anon4854::MachineConstPropagator::CellMap 311 // "true" if a change has been made, "false" otherwise. 544 // happens. If a cell has room for more constants, the new constant is added. 639 // If the def has a sub-register, set the corresponding cell to "bottom". 667 if (!Cells.has(UseR.Reg)) 717 if (!Outputs.has(DefR.Reg)) 920 // If this block has been visited, go on to the next one. 1114 assert(Inputs.has(R1.Reg) && Inputs.has(R2.Reg)) [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| pdb.c | 508 /* Each type stream also has a stream which holds the hash value for each 1034 "S_LTHREAD32/S_GTHREAD32 has no terminating" 1119 einfo (_("%P: warning: name for S_GPROC32/S_LPROC32 has no" 1260 einfo (_("%P: warning: name for S_UDT has no" 1328 einfo (_("%P: warning: name for S_CONSTANT has no" 1649 struct heap_alloc_site *has = (struct heap_alloc_site *) data; local 1659 if (!remap_symbol_type (&has->type, map, num_types)) 2188 /* Append the C13 info to what's already there, if the module has 2637 einfo (_("%P: warning: name for LF_MEMBER has no" 2706 einfo (_("%P: warning: name for LF_ENUMERATE has no [all...] |
| /src/external/gpl3/binutils.old/dist/ld/ |
| pdb.c | 508 /* Each type stream also has a stream which holds the hash value for each 1034 "S_LTHREAD32/S_GTHREAD32 has no terminating" 1119 einfo (_("%P: warning: name for S_GPROC32/S_LPROC32 has no" 1260 einfo (_("%P: warning: name for S_UDT has no" 1328 einfo (_("%P: warning: name for S_CONSTANT has no" 1649 struct heap_alloc_site *has = (struct heap_alloc_site *) data; local 1659 if (!remap_symbol_type (&has->type, map, num_types)) 2189 /* Append the C13 info to what's already there, if the module has 2638 einfo (_("%P: warning: name for LF_MEMBER has no" 2707 einfo (_("%P: warning: name for LF_ENUMERATE has no [all...] |