Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Rewrite/
DDeltaTree.cpp57 struct InsertResult { struct in __anon7d9ae65d0111::DeltaTreeNode
58 DeltaTreeNode *LHS, *RHS;
59 SourceDelta Split;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DPriorityWorklist.h93 auto InsertResult = M.insert({X, V.size()}); in insert() local
125 auto InsertResult = M.insert({V[i], i}); in insert() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DNonRelocatableStringpool.cpp36 auto InsertResult = Strings.insert({S, Entry}); in internString() local
DMachineBlockPlacement.cpp1313 auto InsertResult = TriangleChainMap.try_emplace(PDom, &BB, PDom); in precomputeTriangleChains() local
1336 auto InsertResult = ComputedEdges.insert({src, {dst, true}}); in precomputeTriangleChains() local
DLiveDebugVariables.cpp1571 auto InsertResult = NewLocations.insert({Loc, {Spilled, SpillOffset}}); in rewriteLocations() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp683 bool InsertResult = getContext().addGenDwarfSection(Section); in ParseSectionArguments() local
DAsmParser.cpp973 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run() local
DMasmParser.cpp1342 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp547 auto InsertResult = Modules.insert( in createModuleInfo() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.cpp871 bool InsertResult = RecordsBeingLaidOut.insert(Key).second; in ConvertRecordDeclType() local
DCodeGenModule.cpp5460 auto InsertResult = MaterializedGlobalTemporaryMap.insert({E, nullptr}); in GetAddrOfGlobalTemporary() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLazyCallGraph.cpp1421 auto InsertResult = in insertTrivialCallEdge() local
1448 auto InsertResult = in insertTrivialRefEdge() local
DScalarEvolution.cpp7872 auto InsertResult = TripCountMap.insert({{ExitCond, ControlsExit}, EL}); in insert() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp347 auto InsertResult = Markers.insert( in addMarker() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp754 auto InsertResult = ValueInfoNums.insert({Operand, ValueInfos.size() - 1}); in getOrCreateValueInfo() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp563 auto InsertResult = in insertFunctionRecordIfNeeded() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp473 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() local
2619 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); in getCompleteTypeIndex() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DVerifier.cpp5835 auto InsertResult = TBAABaseNodes.insert({BaseNode, Result}); in verifyTBAABaseNode() local
5982 auto InsertResult = TBAAScalarNodes.insert({MD, Result}); in isValidScalarTBAANode() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp2477 auto InsertResult = in produceMLocTransferFunction() local