Searched refs:equals (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSymbolXCOFF.cpp16 assert(getSymbolTableName().equals(RepresentedCsect->getSymbolTableName()) &&
27 assert(getSymbolTableName().equals(C->getSymbolTableName()) &&
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-yaml-numeric-parser-fuzzer/
H A Dyaml-numeric-parser-fuzzer.cpp21 if (S.equals(".nan") || S.equals(".NaN") || S.equals(".NAN"))
/netbsd-current/external/bsd/atf/dist/tools/
H A Dtest_helpers.hpp77 bool equals = true; local
78 while (equals && *expected_iter != NULL && actual_iter != actual.end()) {
80 equals = false;
86 if (equals && ((*expected_iter == NULL && actual_iter != actual.end()) ||
88 equals = false;
90 if (!equals) {
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dobject.h40 virtual bool equals(const RootObject *o) const;
H A Dfilename.h22 static bool equals(const char *name1, const char *name2);
H A Drootobject.d45 bool equals(const RootObject o) const
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Dfilename.h22 bool equals(RootObject *obj);
23 static bool equals(const char *name1, const char *name2);
H A Dobject.h37 virtual bool equals(RootObject *o);
H A Drootobject.c14 bool RootObject::equals(RootObject *o) function in class:RootObject
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/typeinfo/
H A Dti_Acdouble.d33 override bool equals(in void* p1, in void* p2) const
35 return Array!F.equals(*cast(F[]*)p1, *cast(F[]*)p2);
H A Dti_Acfloat.d33 override bool equals(in void* p1, in void* p2) const
35 return Array!F.equals(*cast(F[]*)p1, *cast(F[]*)p2);
H A Dti_Acreal.d33 override bool equals(in void* p1, in void* p2) const
35 return Array!F.equals(*cast(F[]*)p1, *cast(F[]*)p2);
H A Dti_Adouble.d33 override bool equals(in void* p1, in void* p2) const
35 return Array!F.equals(*cast(F[]*)p1, *cast(F[]*)p2);
H A Dti_Afloat.d33 override bool equals(in void* p1, in void* p2) const
35 return Array!F.equals(*cast(F[]*)p1, *cast(F[]*)p2);
H A Dti_Areal.d33 override bool equals(in void* p1, in void* p2) const
35 return Array!F.equals(*cast(F[]*)p1, *cast(F[]*)p2);
H A Dti_double.d35 override bool equals(in void* p1, in void* p2) const @trusted
37 return Floating!F.equals(*cast(F*)p1, *cast(F*)p2);
H A Dti_float.d35 override bool equals(in void* p1, in void* p2) const @trusted
37 return Floating!F.equals(*cast(F*)p1, *cast(F*)p2);
H A Dti_real.d35 override bool equals(in void* p1, in void* p2) const @trusted
37 return Floating!F.equals(*cast(F*)p1, *cast(F*)p2);
H A Dti_n.d27 override bool equals(in void* p1, in void* p2) const @trusted
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_z.c43 db_recno_t cnt, equals, lno; local
68 equals = 0;
123 cmdp->addr2.lno = cmdp->addr1.lno = equals = lno;
151 if (equals)
152 sp->lno = equals;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLTraits.h548 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("nul
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Dstanza.c89 char *p, *equals, *key; local
109 if (!TEST_ptr(equals = strchr(s->buff, '='))) {
113 *equals++ = '\0';
118 if ((value = strip_spaces(equals)) == NULL)
/netbsd-current/crypto/external/bsd/openssl/dist/test/testutil/
H A Dstanza.c89 char *p, *equals, *key; local
109 if (!TEST_ptr(equals = strchr(s->buff, '='))) {
113 *equals++ = '\0';
118 if ((value = strip_spaces(equals)) == NULL)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Didentifier.h25 bool equals(const RootObject *o) const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h87 if (cast<Derived>(this)->equals(APC))
123 bool equals(const ARMConstantPoolValue *A) const { function in class:llvm::ARMConstantPoolValue
203 bool equals(const ARMConstantPoolConstant *A) const { function in class:llvm::ARMConstantPoolConstant
204 return CVal == A->CVal && ARMConstantPoolValue::equals(A);
238 bool equals(const ARMConstantPoolSymbol *A) const { function in class:llvm::ARMConstantPoolSymbol
239 return S == A->S && ARMConstantPoolValue::equals(A);
274 bool equals(const ARMConstantPoolMBB *A) const { function in class:llvm::ARMConstantPoolMBB
275 return MBB == A->MBB && ARMConstantPoolValue::equals(A);

Completed in 308 milliseconds

1234567891011>>