Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/clang/lib/Rewrite/
H A DDeltaTree.cpp55 struct InsertResult { struct in __anonddc868dd0111::DeltaTreeNode
56 DeltaTreeNode *LHS, *RHS;
57 SourceDelta Split;
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dpacket_buffer.h67 struct InsertResult { struct
78 ABSL_MUST_USE_RESULT InsertResult argument
H A Dh264_packet_buffer.h31 using InsertResult = video_coding::PacketBuffer::InsertResult; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DPriorityWorklist.h92 auto InsertResult = M.insert({X, V.size()}); in insert() local
124 auto InsertResult = M.insert({V[i], i}); in insert() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPriorityWorklist.h93 auto InsertResult = M.insert({X, V.size()}); in insert() local
125 auto InsertResult = M.insert({V[i], i}); in insert() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp227 auto InsertResult = CostsAndCounts.insert({IncomingC, {}}); in isSafeAndProfitableToSpeculateAroundPHI() local
632 auto InsertResult = SpeculatedValueMap.insert({OpPN, {}}); in speculatePHIs() local
/aosp_15_r20/art/compiler/utils/
H A Datomic_dex_ref_map.h38 enum InsertResult { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp37 auto InsertResult = Strings.insert({S, Entry}); in internString() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp36 auto InsertResult = Strings.insert({S, Entry}); in internString() local
H A DMachineBlockPlacement.cpp1276 auto InsertResult = TriangleChainMap.try_emplace(PDom, &BB, PDom); in precomputeTriangleChains() local
1299 auto InsertResult = ComputedEdges.insert({src, {dst, true}}); in precomputeTriangleChains() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp442 auto InsertResult = BuildIDPaths.insert({BuildIDStr, Result}); in getOrFindDebugBinary() local
547 auto InsertResult = Modules.insert( in createModuleInfo() local
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DPriorityWorklist.h90 auto InsertResult = M.insert({X, V.size()}); in insert() local
/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A DBlobCache.h43 enum class InsertResult { enum
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/http/
H A Dhttp_header_block.h102 enum class InsertResult { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1399 auto InsertResult = in insertTrivialCallEdge() local
1432 auto InsertResult = in insertTrivialRefEdge() local
/aosp_15_r20/external/llvm/tools/dsymutil/
H A DDebugMap.cpp29 auto InsertResult = Symbols.insert( in addSymbol() local
/aosp_15_r20/external/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp417 auto InsertResult = in getOrCreateModuleInfo() local
/aosp_15_r20/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp527 bool InsertResult = getContext().addGenDwarfSection(ELFSection); in ParseSectionArguments() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp685 bool InsertResult = RecordsBeingLaidOut.insert(Key).second; in ConvertRecordDeclType() local
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp277 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() local
1786 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); in getCompleteTypeIndex() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp702 bool InsertResult = getContext().addGenDwarfSection(Section); in ParseSectionArguments() local

12