| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| MCSymbolXCOFF.cpp | 16 assert(getSymbolTableName().equals(RepresentedCsect->getSymbolTableName()) && 27 assert(getSymbolTableName().equals(C->getSymbolTableName()) &&
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-yaml-numeric-parser-fuzzer/ |
| yaml-numeric-parser-fuzzer.cpp | 21 if (S.equals(".nan") || S.equals(".NaN") || S.equals(".NAN"))
|
| /src/external/bsd/atf/dist/tools/ |
| test_helpers.hpp | 77 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) {
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| object.h | 40 virtual bool equals(const RootObject *o) const;
|
| filename.h | 22 static bool equals(const char *name1, const char *name2);
|
| rootobject.d | 45 bool equals(const RootObject o) const
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_z.c | 43 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;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| 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") | [all...] |
| /src/crypto/external/apache2/openssl/dist/test/testutil/ |
| stanza.c | 88 char *p, *equals, *key; local 109 if (!TEST_ptr(equals = strchr(buff, '='))) { 113 *equals++ = '\0'; 118 if ((value = strip_spaces(equals)) == NULL)
|
| /src/crypto/external/bsd/openssl/dist/test/testutil/ |
| stanza.c | 89 char *p, *equals, *key; local 109 if (!TEST_ptr(equals = strchr(s->buff, '='))) { 113 *equals++ = '\0'; 118 if ((value = strip_spaces(equals)) == NULL)
|
| /src/crypto/external/bsd/openssl.old/dist/test/testutil/ |
| stanza.c | 89 char *p, *equals, *key; local 109 if (!TEST_ptr(equals = strchr(s->buff, '='))) { 113 *equals++ = '\0'; 118 if ((value = strip_spaces(equals)) == NULL)
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| identifier.h | 25 bool equals(const RootObject *o) const;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMConstantPoolValue.h | 87 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);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64MachineFunctionInfo.cpp | 56 if (Scope.equals("none")) 59 if (Scope.equals("all")) 62 assert(Scope.equals("non-leaf"));
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| longdouble.h | 97 int equals (const longdouble &t) const; 112 { return this->equals (r); } 115 { return !this->equals (r); }
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPRequest.h | 76 virtual bool equals(const LDAPRequest* req) const;
|
| LDAPSearchRequest.h | 32 virtual bool equals(const LDAPRequest* req) const;
|
| /src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| bad-dnssec-policy-range4.conf | 14 dnssec-policy start-equals-end {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
| GVNExpression.h | 88 return equals(Other); 100 virtual bool equals(const Expression &Other) const { return true; } function in class:llvm::GVNExpression::Expression 105 return getExpressionType() == Other.getExpressionType() && equals(Other); 213 bool equals(const Expression &Other) const override { 289 bool equals(const Expression &Other) const override { 290 if (!this->BasicExpression::equals(Other)) 353 bool equals(const Expression &Other) const override; 392 bool equals(const Expression &Other) const override; 454 bool equals(const Expression &Other) const override { 455 if (!this->BasicExpression::equals(Other) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| SymbolRewriter.cpp | 314 if (RewriteType.equals("function")) 316 else if (RewriteType.equals("global variable")) 318 else if (RewriteType.equals("global alias")) 354 if (KeyValue.equals("source")) { 362 } else if (KeyValue.equals("target")) { 364 } else if (KeyValue.equals("transform")) { 366 } else if (KeyValue.equals("naked")) { 423 if (KeyValue.equals("source")) { 431 } else if (KeyValue.equals("target")) { 433 } else if (KeyValue.equals("transform")) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| gl_anylinked_list2.h | 233 gl_listelement_equals_fn equals = list->base.equals_fn; local 245 && (equals != NULL 246 ? equals (elt, node->value) 286 && (equals != NULL 287 ? equals (elt, node->value) 311 && (equals != NULL 312 ? equals (elt, node->value) 346 gl_listelement_equals_fn equals = list->base.equals_fn; local 353 if (equals != NULL) 356 if (equals (elt, node->value) 389 gl_listelement_equals_fn equals = list->base.equals_fn; local 469 gl_listelement_equals_fn equals = list->base.equals_fn; local [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| ObjCContainersASTChecker.cpp | 104 if (Name.equals("CFArrayCreate") || Name.equals("CFSetCreate")) { 111 } else if (Name.equals("CFDictionaryCreate")) {
|
| ObjCContainersChecker.cpp | 93 if (Name.equals("CFArrayCreate")) { 103 if (Name.equals("CFArrayGetCount")) { 116 if (Name.equals("CFArrayGetValueAtIndex")) {
|
| /src/external/apache2/llvm/dist/clang/tools/diagtool/ |
| ShowEnabledWarnings.cpp | 92 if (FirstArg.equals("--no-levels")) { 96 } else if (FirstArg.equals("--levels")) {
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MachineFunctionSplitter.cpp | 112 (SectionPrefix.getValue().equals("unlikely") || 113 SectionPrefix.getValue().equals("unknown"))) {
|