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

12

/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp139 bool equals = true; local
140 while (equals && *expected_iter != NULL && actual_iter != actual.end()) {
142 equals = false;
148 if (equals && ((*expected_iter == NULL && actual_iter != actual.end()) ||
150 equals = false;
152 if (!equals) {
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_z.c38 recno_t cnt, equals, lno; local
63 equals = 0;
118 cmdp->addr2.lno = cmdp->addr1.lno = equals = lno;
146 if (equals)
147 sp->lno = equals;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp105 if (Name.equals("CFArrayCreate") || Name.equals("CFSetCreate")) {
112 } else if (Name.equals("CFDictionaryCreate")) {
H A DObjCContainersChecker.cpp87 if (Name.equals("CFArrayCreate")) {
97 if (Name.equals("CFArrayGetCount")) {
110 if (Name.equals("CFArrayGetValueAtIndex")) {
H A DBasicObjCFoundationChecks.cpp202 if (S.getNameForSlot(0).equals("addObject")) {
204 } else if (S.getNameForSlot(0).equals("insertObject") &&
205 S.getNameForSlot(1).equals("atIndex")) {
207 } else if (S.getNameForSlot(0).equals("replaceObjectAtIndex") &&
208 S.getNameForSlot(1).equals("withObject")) {
210 } else if (S.getNameForSlot(0).equals("setObject") &&
211 S.getNameForSlot(1).equals("atIndexedSubscript")) {
214 } else if (S.getNameForSlot(0).equals("arrayByAddingObject")) {
223 if (S.getNameForSlot(0).equals("dictionaryWithObject") &&
224 S.getNameForSlot(1).equals("forKe
[all...]
H A DNoReturnFunctionChecker.cpp91 if (!Sel->getNameForSlot(Slot).equals(Arg))
H A DGenericTaintChecker.cpp544 if (DomName.equals("AF_SYSTEM") || DomName.equals("AF_LOCAL") ||
545 DomName.equals("AF_UNIX") || DomName.equals("AF_RESERVED_36"))
/freebsd-10.0-release/contrib/llvm/include/llvm/DebugInfo/
H A DDIContext.h53 FileName.equals(RHS.FileName) &&
54 FunctionName.equals(RHS.FunctionName);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp78 if (FName.equals(Name))
/freebsd-10.0-release/lib/libc/stdlib/
H A Dgetenv.c122 * Inline strlen() for performance. Also, perform check for an equals sign.
537 char *equals; local
559 if ((equals = strchr(*env, '=')) == NULL) {
565 if (__setenv(*env, equals - *env, equals + 1,
607 char *equals; local
613 if (string == NULL || (equals = strchr(string, '=')) == NULL ||
614 (nameLen = equals - string) == 0) {
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestFunctionLookup.java71 if (f.equals("genunix`cv_wakeup")) {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h38 bool equals(const LivenessValues &V) const;
/freebsd-10.0-release/contrib/atf/atf-sh/
H A Datf-check.cpp608 const bool equals = compare_files(path, atf::fs::path(oc.value)); local
609 if (!oc.negated && !equals) {
614 } else if (oc.negated && equals) {
629 const bool equals = compare_files(path, temp.get_path()); local
630 if (!oc.negated && !equals) {
635 } else if (oc.negated && equals) {
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp175 if (APC->CVal == CVal && equals(APC))
229 if (APS->S == S && equals(APS))
284 if (APMBB->MBB == MBB && equals(APMBB))
H A DARMConstantPoolValue.h96 bool equals(const ARMConstantPoolValue *A) const { function in class:llvm::ARMConstantPoolValue
/freebsd-10.0-release/contrib/binutils/gas/
H A Dread.h114 extern void equals (char *sym_name, int reassign);
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DStringRef.cpp132 if (substr(i, N).equals(Str))
148 if (substr(Pos, N).equals(Str)) // See if this is the correct substring.
170 if (substr(i, N).equals(Str))
291 if (substr(i, N).equals(Str))
H A DYAMLTraits.cpp195 if (SN->value().equals(Str)) {
228 if (SN->value().equals(Str)) {
327 if (Key.equals(*i))
602 if (Scalar.equals("true")) {
605 } else if (Scalar.equals("false")) {
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java331 if (optind >= argc || args[optind].equals("-")) {
333 } else if (args[optind].equals("--")) {
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DArrayRef.h116 /// equals - Check for element-wise equality.
117 bool equals(ArrayRef RHS) const { function in class:llvm::ArrayRef
300 return LHS.equals(RHS);
H A DSmallString.h102 bool equals(StringRef RHS) const { function in class:llvm::SmallString
103 return str().equals(RHS);
H A DStringRef.h127 /// equals - Check for string equality, this is more efficient than
129 bool equals(StringRef RHS) const { function in class:llvm::StringRef
515 return LHS.equals(RHS);
/freebsd-10.0-release/contrib/nvi/common/
H A Doptions.c476 int ch, equals, nf, nf2, offset, qmark, rval; local
493 /* Find equals sign or question mark. */
494 for (sep = NULL, equals = qmark = 0,
505 equals = 1;
538 if (!equals && !qmark &&
564 if (equals) {
613 if (qmark || !equals) {
705 if (qmark || !equals) {
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DArchSpec.cpp555 if (triple_stref.equals (LLDB_ARCH_DEFAULT_32BIT))
557 else if (triple_stref.equals (LLDB_ARCH_DEFAULT_64BIT))
559 else if (triple_stref.equals (LLDB_ARCH_DEFAULT))
586 if (triple_stref.equals (LLDB_ARCH_DEFAULT_32BIT))
588 else if (triple_stref.equals (LLDB_ARCH_DEFAULT_64BIT))
590 else if (triple_stref.equals (LLDB_ARCH_DEFAULT))
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DPasses.cpp461 if (StringRef(PrintMachineInstrs.getValue()).equals(""))
464 .equals("option-unspecified")) {

Completed in 311 milliseconds

12