/aosp_15_r20/external/clang/lib/Rewrite/ |
H A D | DeltaTree.cpp | 55 struct InsertResult { struct in __anonddc868dd0111::DeltaTreeNode 56 DeltaTreeNode *LHS, *RHS; 57 SourceDelta Split;
|
/aosp_15_r20/external/webrtc/modules/video_coding/ |
H A D | packet_buffer.h | 67 struct InsertResult { struct 78 ABSL_MUST_USE_RESULT InsertResult argument
|
H A D | h264_packet_buffer.h | 31 using InsertResult = video_coding::PacketBuffer::InsertResult; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | PriorityWorklist.h | 92 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/ |
D | PriorityWorklist.h | 92 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/ |
D | PriorityWorklist.h | 92 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 D | PriorityWorklist.h | 92 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/ |
D | PriorityWorklist.h | 92 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 D | PriorityWorklist.h | 93 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 D | SpeculateAroundPHIs.cpp | 227 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 D | atomic_dex_ref_map.h | 38 enum InsertResult { enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | NonRelocatableStringpool.cpp | 37 auto InsertResult = Strings.insert({S, Entry}); in internString() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | NonRelocatableStringpool.cpp | 36 auto InsertResult = Strings.insert({S, Entry}); in internString() local
|
H A D | MachineBlockPlacement.cpp | 1276 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 D | Symbolize.cpp | 442 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 D | PriorityWorklist.h | 90 auto InsertResult = M.insert({X, V.size()}); in insert() local
|
/aosp_15_r20/frameworks/native/opengl/libs/EGL/ |
H A D | BlobCache.h | 43 enum class InsertResult { enum
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/http/ |
H A D | http_header_block.h | 102 enum class InsertResult { enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LazyCallGraph.cpp | 1399 auto InsertResult = in insertTrivialCallEdge() local 1432 auto InsertResult = in insertTrivialRefEdge() local
|
/aosp_15_r20/external/llvm/tools/dsymutil/ |
H A D | DebugMap.cpp | 29 auto InsertResult = Symbols.insert( in addSymbol() local
|
/aosp_15_r20/external/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 417 auto InsertResult = in getOrCreateModuleInfo() local
|
/aosp_15_r20/external/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 527 bool InsertResult = getContext().addGenDwarfSection(ELFSection); in ParseSectionArguments() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 685 bool InsertResult = RecordsBeingLaidOut.insert(Key).second; in ConvertRecordDeclType() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 277 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 D | ELFAsmParser.cpp | 702 bool InsertResult = getContext().addGenDwarfSection(Section); in ParseSectionArguments() local
|