Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
DDeltaTree.cpp55 struct InsertResult { struct in __anonb8815fa70111::DeltaTreeNode
56 DeltaTreeNode *LHS, *RHS;
57 SourceDelta Split;
/external/llvm/include/llvm/ADT/
DPriorityWorklist.h90 auto InsertResult = M.insert({X, V.size()}); in insert() local
/external/llvm/tools/dsymutil/
DDebugMap.cpp29 auto InsertResult = Symbols.insert( in addSymbol() local
DDwarfLinker.cpp3534 auto InsertResult = Strings.insert(std::make_pair(S, Entry)); in internString() local
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp417 auto InsertResult = in getOrCreateModuleInfo() local
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp527 bool InsertResult = getContext().addGenDwarfSection(ELFSection); in ParseSectionArguments() local
DAsmParser.cpp717 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run() local
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp685 bool InsertResult = RecordsBeingLaidOut.insert(Key).second; in ConvertRecordDeclType() local
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp396 auto InsertResult = in insertFunctionRecordIfNeeded() local
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp277 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() local
1786 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); in getCompleteTypeIndex() local