/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | YAMLTraits.h | 548 if (S.empty() || S.equals("+") || S.equals("-")) 551 if (S.equals(".nan") || S.equals(".NaN") || S.equals(".NAN")) 559 if (Tail.equals(".inf") || Tail.equals(".Inf") || Tail.equals(".INF")) 580 (S.equals(".") || 637 return S.equals("null") || S.equals("Null") || S.equals("NULL") || 638 S.equals("~"); 643 return S.equals("true") || S.equals("True") || S.equals("TRUE") || 644 S.equals("false") || S.equals("False") || S.equals("FALSE");
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | test_helpers.hpp | 77 bool equals = true; in check_equal() local 78 while (equals && *expected_iter != NULL && actual_iter != actual.end()) { in check_equal() 80 equals = false; in check_equal() 86 if (equals && ((*expected_iter == NULL && actual_iter != actual.end()) || in check_equal() 88 equals = false; in check_equal() 90 if (!equals) { in check_equal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 314 if (RewriteType.equals("function")) in parseEntry() 316 else if (RewriteType.equals("global variable")) in parseEntry() 318 else if (RewriteType.equals("global alias")) in parseEntry() 354 if (KeyValue.equals("source")) { in parseRewriteFunctionDescriptor() 362 } else if (KeyValue.equals("target")) { in parseRewriteFunctionDescriptor() 364 } else if (KeyValue.equals("transform")) { in parseRewriteFunctionDescriptor() 366 } else if (KeyValue.equals("naked")) { in parseRewriteFunctionDescriptor() 423 if (KeyValue.equals("source")) { in parseRewriteGlobalVariableDescriptor() 431 } else if (KeyValue.equals("target")) { in parseRewriteGlobalVariableDescriptor() 433 } else if (KeyValue.equals("transform")) { in parseRewriteGlobalVariableDescriptor() [all …]
|
/netbsd-src/external/bsd/nvi/dist/ex/ |
H A D | ex_z.c | 43 db_recno_t cnt, equals, lno; in ex_z() local 68 equals = 0; in ex_z() 123 cmdp->addr2.lno = cmdp->addr1.lno = equals = lno; in ex_z() 151 if (equals) in ex_z() 152 sp->lno = equals; in ex_z()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.h | 87 if (cast<Derived>(this)->equals(APC)) in getExistingMachineCPValueImpl() 123 bool equals(const ARMConstantPoolValue *A) const { in equals() function 203 bool equals(const ARMConstantPoolConstant *A) const { in equals() function 204 return CVal == A->CVal && ARMConstantPoolValue::equals(A); in equals() 238 bool equals(const ARMConstantPoolSymbol *A) const { in equals() function 239 return S == A->S && ARMConstantPoolValue::equals(A); in equals() 274 bool equals(const ARMConstantPoolMBB *A) const { in equals() function 275 return MBB == A->MBB && ARMConstantPoolValue::equals(A); in equals()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 88 return equals(Other); 100 virtual bool equals(const Expression &Other) const { return true; } in equals() function 105 return getExpressionType() == Other.getExpressionType() && equals(Other); in exactlyEquals() 213 bool equals(const Expression &Other) const override { in equals() function 289 bool equals(const Expression &Other) const override { in equals() function 290 if (!this->BasicExpression::equals(Other)) in equals() 353 bool equals(const Expression &Other) const override; 392 bool equals(const Expression &Other) const override; 454 bool equals(const Expression &Other) const override { in equals() function 455 if (!this->BasicExpression::equals(Other)) in equals() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | gl_anylinked_list2.h | 233 gl_listelement_equals_fn equals = list->base.equals_fn; in gl_linked_search_from_to() local 245 && (equals != NULL in gl_linked_search_from_to() 246 ? equals (elt, node->value) in gl_linked_search_from_to() 286 && (equals != NULL in gl_linked_search_from_to() 287 ? equals (elt, node->value) in gl_linked_search_from_to() 311 && (equals != NULL in gl_linked_search_from_to() 312 ? equals (elt, node->value) in gl_linked_search_from_to() 346 gl_listelement_equals_fn equals = list->base.equals_fn; in gl_linked_search_from_to() 353 if (equals != NULL) in gl_linked_search_from_to() 356 if (equals (elt, node->value)) in gl_linked_search_from_to() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 1110 if (name.equals("fp")) { in matchRegisterName() 1116 if (name.equals("sp")) { in matchRegisterName() 1122 if (name.equals("y")) { in matchRegisterName() 1137 if (name.equals("fprs")) { in matchRegisterName() 1143 if (name.equals("icc")) { in matchRegisterName() 1149 if (name.equals("psr")) { in matchRegisterName() 1155 if (name.equals("fsr")) { in matchRegisterName() 1161 if (name.equals("fq")) { in matchRegisterName() 1167 if (name.equals("csr")) { in matchRegisterName() 1173 if (name.equals("cq")) { in matchRegisterName() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | meta.d | 397 equals!(short, int, 4)); 401 equals!(real, 3, 4, 1, 5, 9)); 460 equals!(short, 4)); 464 equals!(real, 3, 4, 5, 9)); 523 .equals!(1, int, NoDuplicates, real)); 592 equals!(short, ubyte, byte, byte)); 596 equals!(2222, byte, 1111, 1111)); 600 equals!(short, 1111, byte, byte)); 604 equals!(2222, "11", 1111, 1111)); 672 equals!(ubyte, short, ubyte, ubyte)); [all …]
|
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/ |
H A D | conditionals | 15 @echo arg1 equals arg2 21 @echo arg2 equals arg5 44 arg2 equals arg5 93 result += arg1 equals arg2 95 result += arg2 equals arg5
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-yaml-numeric-parser-fuzzer/ |
H A D | yaml-numeric-parser-fuzzer.cpp | 21 if (S.equals(".nan") || S.equals(".NaN") || S.equals(".NAN")) in isNumericRegex()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/ |
H A D | stanza.c | 89 char *p, *equals, *key; in test_readstanza() local 109 if (!TEST_ptr(equals = strchr(s->buff, '='))) { in test_readstanza() 113 *equals++ = '\0'; in test_readstanza() 118 if ((value = strip_spaces(equals)) == NULL) in test_readstanza()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
H A D | stanza.c | 89 char *p, *equals, *key; in test_readstanza() local 109 if (!TEST_ptr(equals = strchr(s->buff, '='))) { in test_readstanza() 113 *equals++ = '\0'; in test_readstanza() 118 if ((value = strip_spaces(equals)) == NULL) in test_readstanza()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/util/ |
H A D | typeinfo.d | 89 bool equals(T[] s1, T[] s2) in equals() function 96 if (!Floating!T.equals(s1[u], s2[u])) in equals() 220 override bool equals(in void* p1, in void* p2) in equals() function 290 assert(equals(&a, &a)); in with() 291 assert(!equals(&a, &b)); in with() 300 assert(equals(&c, &c)); in with() 301 assert(!equals(&c, &d)); in with() 339 override bool equals(in void* p1, in void* p2) const in equals() function 378 assert(equals(&a, &a)); in with() 379 assert(!equals(&a, &b)); in with() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | meta.d | 330 equals!(short, int, 4)); 334 equals!(real, 3, 4, 1, 5, 9)); 362 equals!(short, 4)); 366 equals!(real, 3, 4, 5, 9)); 429 .equals!(1, int, NoDuplicates, real)); 498 equals!(short, ubyte, byte, byte)); 502 equals!(2222, byte, 1111, 1111)); 506 equals!(short, 1111, byte, byte)); 510 equals!(2222, "11", 1111, 1111)); 542 equals!(ubyte, short, ubyte, ubyte)); [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64MachineFunctionInfo.cpp | 56 if (Scope.equals("none")) in GetSignReturnAddress() 59 if (Scope.equals("all")) in GetSignReturnAddress() 62 assert(Scope.equals("non-leaf")); in GetSignReturnAddress()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | HashMap.h | 211 equals (Key_t a, Key_t b) in equals() function 300 if (equals (key, p->key)) in get() 313 if (equals (key, p->key)) in values() 327 if (equals (key, p->key)) in get() 361 if (equals (key, p->key)) in remove() 389 if (equals (key, p->key)) in put()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | HashMap.h | 211 equals (Key_t a, Key_t b) in equals() function 300 if (equals (key, p->key)) in get() 313 if (equals (key, p->key)) in values() 327 if (equals (key, p->key)) in get() 361 if (equals (key, p->key)) in remove() 389 if (equals (key, p->key)) in put()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | longdouble.h | 97 int equals (const longdouble& t) const; 112 { return this->equals (r); } 115 { return !this->equals (r); }
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | longdouble.h | 97 int equals (const longdouble &t) const; 112 { return this->equals (r); } 115 { return !this->equals (r); }
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCSymbolXCOFF.cpp | 16 assert(getSymbolTableName().equals(RepresentedCsect->getSymbolTableName()) && in getRepresentedCsect() 27 assert(getSymbolTableName().equals(C->getSymbolTableName()) && in setRepresentedCsect()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/ |
H A D | DumpResource.java | 117 if ("".equals(keys.nextElement())) { in dump() 157 if (!"".equals(key)) in dump() 166 if (!"".equals(key)) { in dump() 176 if (!"".equals(key)) in dump()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCContainersASTChecker.cpp | 104 if (Name.equals("CFArrayCreate") || Name.equals("CFSetCreate")) { in VisitCallExpr() 111 } else if (Name.equals("CFDictionaryCreate")) { in VisitCallExpr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
H A D | filename.h | 22 bool equals(RootObject *obj); 23 static bool equals(const char *name1, const char *name2);
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/ |
H A D | ti_Acreal.d | 33 override bool equals(in void* p1, in void* p2) const in equals() function 35 return Array!F.equals(*cast(F[]*)p1, *cast(F[]*)p2); in equals()
|