Home
last modified time | relevance | path

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

12345678910>>...12

/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/
H A Dvalue-equals.txt3 # DEFINE: %{equals} = FileCheck -check-prefixes=FOO,BAR
4 # RUN: echo '%{equals}'
7 # REDEFINE: %{equals} == == =
8 # RUN: echo '%{equals}'
11 # DEFINE: %{continue-equals} = FileCheck -strict-whitespace -match-full-lines \
13 # RUN: echo '%{continue-equals}'
16 # REDEFINE: %{continue-equals} = FileCheck -input-file=test.txt \
19 # RUN: echo '%{continue-equals}'
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp218 if (equals(Target)) in findIn()
271 bool LVType::equals(const LVType *Type) const { in equals() function in LVType
272 return LVElement::equals(Type); in equals()
352 return LVType::equals(Type); in equals()
365 return LVType::equals(Type); in equals()
376 bool LVTypeImport::equals(const LVType *Type) const { in equals() function in LVTypeImport
377 return LVType::equals(Type); in equals()
450 bool LVTypeParam::equals(const LVType *Type) const { in equals() function in LVTypeParam
451 if (!LVType::equals(Type)) in equals()
456 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.cpp967 if (equals(Scope)) in findEqualScope()
1042 if (!LVScope::equals(Scope)) in equals()
1063 if (equals(Scope)) in findEqualScope()
1083 if (!LVScope::equals(Scope)) in equals()
1169 if (!LVScope::equals(Scope)) in equals()
1300 if (!LVScope::equals(Scope)) in equals()
1745 if (!LVScope::equals(Scope)) in equals()
1764 if (!LVScope::equals(Scope)) in equals()
1827 if (!LVScope::equals(Scope)) in equals()
1866 if (equals(Scope)) in findEqualScope()
[all …]
H A DLVSymbol.cpp328 if (equals(Target)) in findIn()
344 return LVSymbol::equals(&ReferenceParams, &TargetParams); in parametersMatch()
357 bool LVSymbol::equals(const LVSymbol *Symbol) const { in equals() function in LVSymbol
358 if (!LVElement::equals(Symbol)) in equals()
365 if (getReference() && !getReference()->equals(Symbol->getReference())) in equals()
371 bool LVSymbol::equals(const LVSymbols *References, const LVSymbols *Targets) { in equals() function in LVSymbol
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DYAMLTraits.h572 if (S.empty() || S.equals("+") || S.equals("-"))
575 if (S.equals(".nan") || S.equals(".NaN") || S.equals(".NAN"))
583 if (Tail.equals(".inf") || Tail.equals(".Inf") || Tail.equals(".INF"))
604 (S.equals(".") ||
661 return S.equals("null") || S.equals("Null") || S.equals("NULL") ||
662 S.equals("~");
667 return S.equals("true") || S.equals("True") || S.equals("TRUE") ||
668 S.equals("false") || S.equals("False") || S.equals("FALSE");
/openbsd/gnu/llvm/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()
/openbsd/usr.bin/vi/ex/
H A Dex_z.c35 recno_t cnt, equals, lno; in ex_z() local
56 equals = 0; in ex_z()
111 cmdp->addr2.lno = cmdp->addr1.lno = equals = lno; in ex_z()
139 if (equals) in ex_z()
140 sp->lno = equals; in ex_z()
/openbsd/gnu/llvm/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.cpp53 if (Scope.equals("none")) in GetSignReturnAddress()
56 if (Scope.equals("all")) in GetSignReturnAddress()
59 assert(Scope.equals("non-leaf")); in GetSignReturnAddress()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp313 if (RewriteType.equals("function")) in parseEntry()
317 else if (RewriteType.equals("global alias")) in parseEntry()
353 if (KeyValue.equals("source")) { in parseRewriteFunctionDescriptor()
361 } else if (KeyValue.equals("target")) { in parseRewriteFunctionDescriptor()
363 } else if (KeyValue.equals("transform")) { in parseRewriteFunctionDescriptor()
365 } else if (KeyValue.equals("naked")) { in parseRewriteFunctionDescriptor()
422 if (KeyValue.equals("source")) { in parseRewriteGlobalVariableDescriptor()
430 } else if (KeyValue.equals("target")) { in parseRewriteGlobalVariableDescriptor()
432 } else if (KeyValue.equals("transform")) { in parseRewriteGlobalVariableDescriptor()
485 if (KeyValue.equals("source")) { in parseRewriteGlobalAliasDescriptor()
[all …]
/openbsd/gnu/llvm/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 …]
/openbsd/gnu/llvm/llvm/tools/llvm-yaml-numeric-parser-fuzzer/
H A Dyaml-numeric-parser-fuzzer.cpp21 if (S.equals(".nan") || S.equals(".NaN") || S.equals(".NAN")) in isNumericRegex()
/openbsd/gnu/llvm/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;
607 bool equals(const LVScope *Scope) const override;
624 bool equals(const LVScope *Scope) const override;
639 bool equals(const LVScope *Scope) const override;
687 bool equals(const LVScope *Scope) const override;
730 bool equals(const LVScope *Scope) const override;
771 bool equals(const LVScope *Scope) const override;
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1218 if (name.equals("fp")) { in matchRegisterName()
1224 if (name.equals("sp")) { in matchRegisterName()
1230 if (name.equals("y")) { in matchRegisterName()
1250 if (name.equals("icc")) { in matchRegisterName()
1256 if (name.equals("psr")) { in matchRegisterName()
1262 if (name.equals("fsr")) { in matchRegisterName()
1268 if (name.equals("fq")) { in matchRegisterName()
1280 if (name.equals("cq")) { in matchRegisterName()
1388 if (name.equals("tt")) { in matchRegisterName()
1408 if (name.equals("tl")) { in matchRegisterName()
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1037 if (name.equals("name")) { in GetGDBServerVersion()
1177 if (value.equals("iossimulator") || value.equals("tvossimulator") || in ParseOSType()
1215 if (name.equals("cputype")) { in GetHostInfo()
1540 if (name.equals("start")) { in GetMemoryRegionInfo()
1802 if (name.equals("num")) { in GetWatchpointSupportInfo()
1999 if (name.equals("pid")) { in DecodeProcessInfoResponse()
2007 } else if (name.equals("uid")) { in DecodeProcessInfoResponse()
2015 } else if (name.equals("gid")) { in DecodeProcessInfoResponse()
2137 if (name.equals("cputype")) { in GetCurrentProcessInfo()
2625 if (name.equals("port")) in LaunchGDBServer()
[all …]
/openbsd/gnu/llvm/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 …]
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSymbolXCOFF.cpp16 assert(getSymbolTableName().equals(RepresentedCsect->getSymbolTableName()) && in getRepresentedCsect()
27 assert(getSymbolTableName().equals(C->getSymbolTableName()) && in setRepresentedCsect()
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/assignment/
H A Dbraces-with-equals.txt1 # The first equals counts as the equals.
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp59 if (Scope.equals("none")) in GetSignReturnAddress()
62 if (Scope.equals("all")) in GetSignReturnAddress()
65 assert(Scope.equals("non-leaf")); in GetSignReturnAddress()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DProfDataUtils.cpp84 return ProfDataName->getString().equals(Name); in isTargetMD()
164 if (ProfDataName->getString().equals("branch_weights")) { in extractProfTotalWeight()
173 if (ProfDataName->getString().equals("VP") && in extractProfTotalWeight()
/openbsd/gnu/llvm/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()
H A DObjCContainersChecker.cpp90 if (Name.equals("CFArrayCreate")) { in checkPostStmt()
100 if (Name.equals("CFArrayGetCount")) { in checkPostStmt()
113 if (Name.equals("CFArrayGetValueAtIndex")) { in checkPreStmt()

12345678910>>...12