| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | IdentifierResolver.cpp | 268 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations() argument 270 if (Existing == New) in compareDeclarations() 274 if (Existing->getKind() != New->getKind()) in compareDeclarations() 278 if (Existing->getCanonicalDecl() == New->getCanonicalDecl()) { in compareDeclarations() 281 if (Existing->isFromASTFile() && New->isFromASTFile()) in compareDeclarations() 285 Decl *MostRecent = Existing->getMostRecentDecl(); in compareDeclarations() 286 if (Existing == MostRecent) in compareDeclarations() 295 if (RD == Existing) in compareDeclarations()
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/errors/defined-check/ |
| H A D | redefine-suffixes-pattern.txt | 4 # CHECK: ValueError: Existing substitution whose pattern contains '%{global:suffix}' does not … 6 # CHECK-NEXT: Existing pattern: @%{global:suffix} 7 # CHECK-NOT: Existing pattern:
|
| H A D | redefine-prefixes-pattern.txt | 4 # CHECK: ValueError: Existing substitution whose pattern contains '%{global:prefix}' does not … 6 # CHECK-NEXT: Existing pattern: %{global:prefix}\((.*)\) 7 # CHECK-NOT: Existing pattern:
|
| H A D | define-multiple-exact.txt | 5 # CHECK-NEXT: Existing pattern: %{global:multiple-exact} 6 # CHECK-NEXT: Existing pattern: %{global:multiple-exact} 7 # CHECK-NOT: Existing pattern:
|
| H A D | redefine-inside-pattern.txt | 4 # CHECK: ValueError: Existing substitution whose pattern contains '%{global:inside}' does not … 6 # CHECK-NEXT: Existing pattern: <%{global:inside}> 7 # CHECK-NOT: Existing pattern:
|
| H A D | define-multiple-once-exact.txt | 5 # CHECK-NEXT: Existing pattern: <%{global:multiple-once-exact}> 6 # CHECK-NEXT: Existing pattern: %{global:multiple-once-exact} 7 # CHECK-NOT: Existing pattern:
|
| H A D | redefine-multiple-once-exact.txt | 8 # CHECK-NEXT: Existing pattern: <%{global:multiple-once-exact}> 9 # CHECK-NEXT: Existing pattern: %{global:multiple-once-exact} 10 # CHECK-NOT: Existing pattern:
|
| H A D | redefine-multiple-exact.txt | 9 # CHECK-NEXT: Existing pattern: %{global:multiple-exact} 10 # CHECK-NEXT: Existing pattern: %{global:multiple-exact} 11 # CHECK-NOT: Existing pattern:
|
| H A D | define-inside-pattern.txt | 5 # CHECK-NEXT: Existing pattern: <%{global:inside}> 6 # CHECK-NOT: Existing pattern:
|
| H A D | define-suffixes-pattern.txt | 5 # CHECK-NEXT: Existing pattern: @%{global:suffix} 6 # CHECK-NOT: Existing pattern:
|
| H A D | define-already-by-config.txt | 5 # CHECK-NEXT: Existing pattern: %{global:greeting} 6 # CHECK-NOT: Existing pattern:
|
| H A D | define-prefixes-pattern.txt | 5 # CHECK-NEXT: Existing pattern: %{global:prefix}\((.*)\) 6 # CHECK-NOT: Existing pattern:
|
| H A D | define-already-by-test.txt | 7 # CHECK-NEXT: Existing pattern: %{foo} 8 # CHECK-NOT: Existing pattern:
|
| H A D | redefine-none.txt | 5 # CHECK-NOT: Existing pattern:
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Core/ |
| H A D | Replacement.h | 159 ReplacementError(replacement_error Err, Replacement Existing) in ReplacementError() argument 160 : Err(Err), ExistingReplacement(std::move(Existing)) {} in ReplacementError() 164 ReplacementError(replacement_error Err, Replacement New, Replacement Existing) in ReplacementError() argument 166 ExistingReplacement(std::move(Existing)) {} in ReplacementError()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 209 NamedDecl *Existing = nullptr; member in clang::ASTDeclReader::FindExistingResult 217 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() argument 220 : Reader(Reader), New(New), Existing(Existing), AddResult(true), in FindExistingResult() 225 : Reader(Other.Reader), New(Other.New), Existing(Other.Existing), in FindExistingResult() 239 operator NamedDecl*() const { return Existing; } in operator NamedDecl*() 242 operator T*() const { return dyn_cast_or_null<T>(Existing); } in operator T*() 428 void mergeRedeclarable(Redeclarable<T> *D, T *Existing, 437 RedeclarableTemplateDecl *Existing, 898 FunctionDecl *Existing = nullptr; in VisitFunctionDecl() local 988 Existing = ExistingInfo->getFunction(); in VisitFunctionDecl() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | BasicBlockSections.cpp | 299 auto *Existing = MF.getFunction().getMetadata(LLVMContext::MD_annotation); in hasInstrProfHashMismatch() local 300 if (Existing) { in hasInstrProfHashMismatch() 301 MDTuple *Tuple = cast<MDTuple>(Existing); in hasInstrProfHashMismatch()
|
| H A D | MachineFunction.cpp | 114 auto *Existing = in setUnsafeStackSize() local 117 if (!Existing || Existing->getNumOperands() != 2) in setUnsafeStackSize() 121 if (auto &N = Existing->getOperand(0)) { in setUnsafeStackSize() 123 if (auto &Op = Existing->getOperand(1)) { in setUnsafeStackSize()
|
| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | x-interix | 1 # Existing CC/GCC may not define -D__INTERIX, so need this here.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ |
| H A D | x-interix | 1 # Existing CC/GCC may not define -D__INTERIX, so need this here.
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 345 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl() local 346 (void)Existing; in addSpecializationImpl() 347 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl() 569 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local 571 (void)Existing; in AddPartialSpecialization() 572 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization() 1301 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local 1303 (void)Existing; in AddPartialSpecialization() 1304 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDeletion.cpp | 185 auto Existing = FirstIterValue.find(V); in getValueOnFirstIteration() local 186 if (Existing != FirstIterValue.end()) in getValueOnFirstIteration() 187 return Existing->second; in getValueOnFirstIteration()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | ItaniumManglingCanonicalizer.cpp | 107 if (NodeHeader *Existing = Nodes.FindNodeOrInsertPos(ID, InsertPos)) in getOrCreateNode() local 108 return {static_cast<T*>(Existing->getNode()), false}; in getOrCreateNode()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCTargetDesc.cpp | 460 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); in getArchSubtarget() local 461 if (Existing == ArchSubtarget.end()) in getArchSubtarget() 463 return Existing->second.get(); in getArchSubtarget()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 147 if (DIEAbbrev *Existing = in uniqueAbbreviation() local 149 Die.setAbbrevNumber(Existing->getNumber()); in uniqueAbbreviation() 150 return *Existing; in uniqueAbbreviation()
|