Home
last modified time | relevance | path

Searched refs:equals (Results 1 – 25 of 235) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp218 if (equals(Target)) in findIn()
265 bool LVType::equals(const LVType *Type) const { in equals() function in LVType
266 return LVElement::equals(Type); in equals()
353 return LVType::equals(Type); in equals()
366 return LVType::equals(Type); in equals()
377 bool LVTypeImport::equals(const LVType *Type) const { in equals() function in LVTypeImport
378 return LVType::equals(Type); in equals()
451 bool LVTypeParam::equals(const LVType *Type) const { in equals() function in LVTypeParam
452 if (!LVType::equals(Type)) in equals()
457 return getType()->equals(Type->getType()); in equals()
[all …]
H A DLVLine.cpp114 if (equals(Line)) in findIn()
120 bool LVLine::equals(const LVLine *Line) const { in equals() function in LVLine
121 return LVElement::equals(Line); in equals()
124 bool LVLine::equals(const LVLines *References, const LVLines *Targets) { in equals() function in LVLine
193 bool LVLineDebug::equals(const LVLine *Line) const { in equals() function in LVLineDebug
194 if (!LVLine::equals(Line)) in equals()
214 bool LVLineAssembler::equals(const LVLine *Line) const { in equals() function in LVLineAssembler
215 return LVLine::equals(Line); in equals()
H A DLVScope.cpp954 if (equals(Scope)) in findEqualScope()
1029 if (!LVScope::equals(Scope)) in equals()
1050 if (equals(Scope)) in findEqualScope()
1070 if (!LVScope::equals(Scope)) in equals()
1156 if (!LVScope::equals(Scope)) in equals()
1287 if (!LVScope::equals(Scope)) in equals()
1730 if (!LVScope::equals(Scope)) in equals()
1749 if (!LVScope::equals(Scope)) in equals()
1814 if (!LVScope::equals(Scope)) in equals()
1853 if (equals(Scope)) in findEqualScope()
[all …]
H A DLVSymbol.cpp326 if (equals(Target)) in findIn()
342 return LVSymbol::equals(&ReferenceParams, &TargetParams); in parametersMatch()
355 bool LVSymbol::equals(const LVSymbol *Symbol) const { in equals() function in LVSymbol
356 if (!LVElement::equals(Symbol)) in equals()
363 if (getReference() && !getReference()->equals(Symbol->getReference())) in equals()
369 bool LVSymbol::equals(const LVSymbols *References, const LVSymbols *Targets) { in equals() function in LVSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h570 if (S.empty() || S.equals("+") || S.equals("-"))
573 if (S.equals(".nan") || S.equals(".NaN") || S.equals(".NAN"))
581 if (Tail.equals(".inf") || Tail.equals(".Inf") || Tail.equals(".INF"))
602 (S.equals(".") ||
659 return S.equals("null") || S.equals("Null") || S.equals("NULL") ||
660 S.equals("~");
665 return S.equals("true") || S.equals("True") || S.equals("TRUE") ||
666 S.equals("false") || S.equals("False") || S.equals("FALSE");
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h82 bool equals(const CSKYConstantPoolValue *A) const { in equals() function
96 if (cast<Derived>(this)->equals(APC)) in getExistingMachineCPValueImpl()
132 bool equals(const CSKYConstantPoolConstant *A) const { in equals() function
133 return CVal == A->CVal && CSKYConstantPoolValue::equals(A); in equals()
162 bool equals(const CSKYConstantPoolSymbol *A) const { in equals() function
163 return S == A->S && CSKYConstantPoolValue::equals(A); in equals()
190 bool equals(const CSKYConstantPoolMBB *A) const { in equals() function
191 return MBB == A->MBB && CSKYConstantPoolValue::equals(A); in equals()
217 bool equals(const CSKYConstantPoolJT *A) const { in equals() function
218 return JTI == A->JTI && CSKYConstantPoolValue::equals(A); in equals()
/freebsd/contrib/nvi/ex/
H A Dex_z.c34 recno_t cnt, equals, lno; in ex_z() local
55 equals = 0; in ex_z()
110 cmdp->addr2.lno = cmdp->addr1.lno = equals = lno; in ex_z()
138 if (equals) in ex_z()
139 sp->lno = equals; in ex_z()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1337 if (name.equals("fp")) { in matchRegisterName()
1343 if (name.equals("sp")) { in matchRegisterName()
1349 if (name.equals("y")) { in matchRegisterName()
1386 if (name.equals("fq")) { in matchRegisterName()
1398 if (name.equals("cq")) { in matchRegisterName()
1506 if (name.equals("tt")) { in matchRegisterName()
1526 if (name.equals("tl")) { in matchRegisterName()
1566 if (name.equals("pc")) { in matchRegisterName()
1581 if (name.equals("gl")) { in matchRegisterName()
1624 if (name.equals("stick") || name.equals("sys_tick")) { in matchRegisterName()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp311 if (RewriteType.equals("function")) in parseEntry()
315 else if (RewriteType.equals("global alias")) in parseEntry()
351 if (KeyValue.equals("source")) { in parseRewriteFunctionDescriptor()
359 } else if (KeyValue.equals("target")) { in parseRewriteFunctionDescriptor()
361 } else if (KeyValue.equals("transform")) { in parseRewriteFunctionDescriptor()
363 } else if (KeyValue.equals("naked")) { in parseRewriteFunctionDescriptor()
420 if (KeyValue.equals("source")) { in parseRewriteGlobalVariableDescriptor()
428 } else if (KeyValue.equals("target")) { in parseRewriteGlobalVariableDescriptor()
430 } else if (KeyValue.equals("transform")) { in parseRewriteGlobalVariableDescriptor()
483 if (KeyValue.equals("source")) { in parseRewriteGlobalAliasDescriptor()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h87 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()
H A DARMMachineFunctionInfo.cpp64 if (Scope.equals("none")) in GetSignReturnAddress()
67 if (Scope.equals("all")) in GetSignReturnAddress()
70 assert(Scope.equals("non-leaf")); in GetSignReturnAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h88 return equals(Other);
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()
521 bool equals(const Expression &Other) const override { in equals() function
522 if (!this->BasicExpression::equals(Other)) in equals()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h130 virtual bool equals(const LVType *Type) const;
134 static bool equals(const LVTypes *References, const LVTypes *Targets);
165 bool equals(const LVType *Type) const override;
194 bool equals(const LVType *Type) const override;
208 bool equals(const LVType *Type) const override;
237 bool equals(const LVType *Type) const override;
282 bool equals(const LVType *Type) const override;
H A DLVLine.h96 virtual bool equals(const LVLine *Line) const;
100 static bool equals(const LVLines *References, const LVLines *Targets);
137 bool equals(const LVLine *Line) const override;
156 bool equals(const LVLine *Line) const override;
H A DLVScope.h300 virtual bool equals(const LVScope *Scope) const;
354 bool equals(const LVScope *Scope) const override;
375 bool equals(const LVScope *Scope) const override;
391 bool equals(const LVScope *Scope) const override;
608 bool equals(const LVScope *Scope) const override;
625 bool equals(const LVScope *Scope) const override;
640 bool equals(const LVScope *Scope) const override;
688 bool equals(const LVScope *Scope) const override;
731 bool equals(const LVScope *Scope) const override;
772 bool equals(const LVScope *Scope) const override;
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1042 if (name.equals("name")) { in GetGDBServerVersion()
1182 if (value.equals("iossimulator") || value.equals("tvossimulator") || in ParseOSType()
1183 value.equals("watchossimulator") || value.equals("xrossimulator") || in ParseOSType()
1558 if (name.equals("start")) { in GetMemoryRegionInfo()
1815 if (name.equals("num")) { in GetWatchpointSlotCount()
1991 if (name.equals("pid")) { in DecodeProcessInfoResponse()
1999 } else if (name.equals("uid")) { in DecodeProcessInfoResponse()
2007 } else if (name.equals("gid")) { in DecodeProcessInfoResponse()
2129 if (name.equals("cputype")) { in GetCurrentProcessInfo()
2620 if (name.equals("port")) in LaunchGDBServer()
[all …]
/freebsd/crypto/openssl/test/testutil/
H A Dstanza.c89 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()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp536 if (name.equals("__text") || name.equals(".text")) in GetSectionTypeFromSectionName()
538 else if (name.equals("__data") || name.equals(".data")) in GetSectionTypeFromSectionName()
545 if (dwarf_name.equals("abbrev")) in GetSectionTypeFromSectionName()
554 if (dwarf_name.equals("frame")) in GetSectionTypeFromSectionName()
559 if (dwarf_name.equals("info")) in GetSectionTypeFromSectionName()
564 if (dwarf_name.equals("line")) in GetSectionTypeFromSectionName()
566 else if (dwarf_name.equals("loc")) in GetSectionTypeFromSectionName()
573 if (dwarf_name.equals("macinfo")) in GetSectionTypeFromSectionName()
578 if (dwarf_name.equals("pubnames")) in GetSectionTypeFromSectionName()
585 if (dwarf_name.equals("str")) in GetSectionTypeFromSectionName()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp183 if (Val.equals("128") || Val.equals("256") || Val.equals("512") || in AddAArch64TargetArgs()
184 Val.equals("1024") || Val.equals("2048") || Val.equals("128+") || in AddAArch64TargetArgs()
185 Val.equals("256+") || Val.equals("512+") || Val.equals("1024+") || in AddAArch64TargetArgs()
186 Val.equals("2048+")) { in AddAArch64TargetArgs()
202 } else if (!Val.equals("scalable")) in AddAArch64TargetArgs()
229 if (Val.equals("zvl") && MinVLen >= llvm::RISCV::RVVBitsPerBlock) { in AddRISCVTargetArgs()
246 } else if (!Val.equals("scalable")) { in AddRISCVTargetArgs()
/freebsd/lib/libc/stdlib/
H A Dgetenv.c546 char *equals; in __merge_environ() local
568 if ((equals = strchr(*env, '=')) == NULL) { in __merge_environ()
574 if (__setenv(*env, equals - *env, equals + 1, in __merge_environ()
616 char *equals; in putenv() local
622 if (string == NULL || (equals = strchr(string, '=')) == NULL || in putenv()
623 (nameLen = equals - string) == 0) { in putenv()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolXCOFF.cpp16 assert(getSymbolTableName().equals(RepresentedCsect->getSymbolTableName()) && in getRepresentedCsect()
27 assert(getSymbolTableName().equals(C->getSymbolTableName()) && in setRepresentedCsect()
/freebsd/bin/sh/tests/parser/
H A Dvar-assign1.01 # In a variable assignment, both the name and the equals sign must be entirely
3 # containing equals signs are command words.
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DFunctionId.h76 bool equals(const FunctionId &Other) const { in equals() function
136 return LHS.equals(RHS);
140 return !LHS.equals(RHS);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp104 if (Name.equals("CFArrayCreate") || Name.equals("CFSetCreate")) { in VisitCallExpr()
111 } else if (Name.equals("CFDictionaryCreate")) { in VisitCallExpr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp65 return ProfDataName->getString().equals(Name); in isTargetMD()
164 if (ProfDataName->getString().equals("branch_weights")) { in extractProfTotalWeight()
173 if (ProfDataName->getString().equals("VP") && in extractProfTotalWeight()

12345678910