Home
last modified time | relevance | path

Searched defs:InsertResult (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Rewrite/
DDeltaTree.cpp57 struct InsertResult { struct in __anon70486ac10111::DeltaTreeNode
58 DeltaTreeNode *LHS, *RHS;
59 SourceDelta Split;
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DPriorityWorklist.h92 auto InsertResult = M.insert({X, V.size()}); in insert() local
124 auto InsertResult = M.insert({V[i], i}); in insert() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DNonRelocatableStringpool.cpp37 auto InsertResult = Strings.insert({S, Entry}); in internString() local
DMachineBlockPlacement.cpp1345 auto InsertResult = TriangleChainMap.try_emplace(PDom, &BB, PDom); in precomputeTriangleChains() local
1368 auto InsertResult = ComputedEdges.insert({src, {dst, true}}); in precomputeTriangleChains() local
DLiveDebugVariables.cpp1558 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations() local
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp442 auto InsertResult = BuildIDPaths.insert({BuildIDStr, Result}); in getOrFindDebugBinary() local
547 auto InsertResult = Modules.insert( in createModuleInfo() local
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DDebugMap.cpp49 auto InsertResult = Symbols.insert( in addSymbol() local
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DELFAsmParser.cpp702 bool InsertResult = getContext().addGenDwarfSection(Section); in ParseSectionArguments() local
DAsmParser.cpp991 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run() local
DMasmParser.cpp1361 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run() local
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenTypes.cpp871 bool InsertResult = RecordsBeingLaidOut.insert(Key).second; in ConvertRecordDeclType() local
DCodeGenModule.cpp6013 auto InsertResult = MaterializedGlobalTemporaryMap.insert({E, nullptr}); in GetAddrOfGlobalTemporary() local
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp345 auto InsertResult = Markers.insert( in addMarker() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp746 auto InsertResult = ValueInfoNums.insert({Operand, ValueInfos.size() - 1}); in getOrCreateValueInfo() local
/openbsd/src/gnu/llvm/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp564 auto InsertResult = in insertFunctionRecordIfNeeded() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp475 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() local
2746 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); in getCompleteTypeIndex() local
/openbsd/src/gnu/llvm/llvm/lib/IR/
DVerifier.cpp6469 auto InsertResult = TBAABaseNodes.insert({BaseNode, Result}); in verifyTBAABaseNode() local
6616 auto InsertResult = TBAAScalarNodes.insert({MD, Result}); in isValidScalarTBAANode() local
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DScalarEvolution.cpp8937 auto InsertResult = TripCountMap.insert({{ExitCond, ControlsExit}, EL}); in insert() local