Home
last modified time | relevance | path

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

12

/external/webrtc/modules/video_coding/
Dpacket_buffer.h74 struct InsertResult { struct
85 InsertResult InsertPacket(std::unique_ptr<Packet> packet) ABSL_MUST_USE_RESULT argument
/external/clang/lib/Rewrite/
DDeltaTree.cpp55 struct InsertResult { struct in __anonb8815fa70111::DeltaTreeNode
56 DeltaTreeNode *LHS, *RHS;
57 SourceDelta Split;
/external/llvm-project/clang/lib/Rewrite/
DDeltaTree.cpp57 struct InsertResult { struct in __anon1ae6d7350111::DeltaTreeNode
58 DeltaTreeNode *LHS, *RHS;
59 SourceDelta Split;
/external/swiftshader/third_party/llvm-10.0/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
/external/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
/external/llvm-project/llvm/lib/CodeGen/
DNonRelocatableStringpool.cpp36 auto InsertResult = Strings.insert({S, Entry}); in internString() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DNonRelocatableStringpool.cpp36 auto InsertResult = Strings.insert({S, Entry}); in internString() local
/external/llvm/include/llvm/ADT/
DPriorityWorklist.h90 auto InsertResult = M.insert({X, V.size()}); in insert() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp227 auto InsertResult = CostsAndCounts.insert({IncomingC, {}}); in isSafeAndProfitableToSpeculateAroundPHI() local
636 auto InsertResult = SpeculatedValueMap.insert({OpPN, {}}); in speculatePHIs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp227 auto InsertResult = CostsAndCounts.insert({IncomingC, {}}); in isSafeAndProfitableToSpeculateAroundPHI() local
632 auto InsertResult = SpeculatedValueMap.insert({OpPN, {}}); in speculatePHIs() local
/external/llvm-project/polly/lib/Support/
DVirtualInstruction.cpp380 auto InsertResult = UsedInsts.insert(VInst); in walkReachable() local
/external/llvm/tools/dsymutil/
DDebugMap.cpp29 auto InsertResult = Symbols.insert( in addSymbol() local
/external/llvm-project/llvm/tools/dsymutil/
DDebugMap.cpp48 auto InsertResult = Symbols.insert( in addSymbol() 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
/external/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp665 bool InsertResult = getContext().addGenDwarfSection(Section); in ParseSectionArguments() local
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp685 bool InsertResult = RecordsBeingLaidOut.insert(Key).second; in ConvertRecordDeclType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyCallGraph.cpp1399 auto InsertResult = in insertTrivialCallEdge() local
1432 auto InsertResult = in insertTrivialRefEdge() local
/external/llvm-project/llvm/lib/Analysis/
DLazyCallGraph.cpp1411 auto InsertResult = in insertTrivialCallEdge() local
1444 auto InsertResult = in insertTrivialRefEdge() local
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.cpp828 bool InsertResult = RecordsBeingLaidOut.insert(Key).second; in ConvertRecordDeclType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp642 bool InsertResult = getContext().addGenDwarfSection(ELFSection); in ParseSectionArguments() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp511 auto InsertResult = in createModuleInfo() local
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp514 auto InsertResult = Modules.insert( in createModuleInfo() local
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp396 auto InsertResult = in insertFunctionRecordIfNeeded() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp429 auto InsertResult = in insertFunctionRecordIfNeeded() local

12