/external/clang/lib/Rewrite/ |
D | DeltaTree.cpp | 55 struct InsertResult { struct in __anonb8815fa70111::DeltaTreeNode 56 DeltaTreeNode *LHS, *RHS; 57 SourceDelta Split;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | PriorityWorklist.h | 94 auto InsertResult = M.insert({X, V.size()}); in insert() local 126 auto InsertResult = M.insert({V[i], i}); in insert() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | NonRelocatableStringpool.cpp | 32 auto InsertResult = Strings.insert({S, Entry}); in internString() local
|
D | DebugMap.cpp | 49 auto InsertResult = Symbols.insert( in addSymbol() local
|
/external/llvm/include/llvm/ADT/ |
D | PriorityWorklist.h | 90 auto InsertResult = M.insert({X, V.size()}); in insert() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SpeculateAroundPHIs.cpp | 220 auto InsertResult = CostsAndCounts.insert({IncomingC, {}}); in isSafeAndProfitableToSpeculateAroundPHI() local 625 auto InsertResult = SpeculatedValueMap.insert({OpPN, {}}); in speculatePHIs() local
|
/external/llvm/tools/dsymutil/ |
D | DebugMap.cpp | 29 auto InsertResult = Symbols.insert( in addSymbol() local
|
D | DwarfLinker.cpp | 3534 auto InsertResult = Strings.insert(std::make_pair(S, Entry)); in internString() local
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 417 auto InsertResult = in getOrCreateModuleInfo() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 427 auto InsertResult = in getOrCreateModuleInfo() local
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 527 bool InsertResult = getContext().addGenDwarfSection(ELFSection); in ParseSectionArguments() local
|
D | AsmParser.cpp | 717 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 685 bool InsertResult = RecordsBeingLaidOut.insert(Key).second; in ConvertRecordDeclType() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LazyCallGraph.cpp | 1386 auto InsertResult = in insertTrivialCallEdge() local 1419 auto InsertResult = in insertTrivialRefEdge() local
|
D | ScalarEvolution.cpp | 7146 auto InsertResult = TripCountMap.insert({{ExitCond, ControlsExit}, EL}); in insert() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 636 bool InsertResult = getContext().addGenDwarfSection(ELFSection); in ParseSectionArguments() local
|
D | AsmParser.cpp | 872 bool InsertResult = getContext().addGenDwarfSection(Sec); in Run() local
|
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 396 auto InsertResult = in insertFunctionRecordIfNeeded() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 420 auto InsertResult = in insertFunctionRecordIfNeeded() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineBlockPlacement.cpp | 1210 auto InsertResult = TriangleChainMap.try_emplace(PDom, &BB, PDom); in precomputeTriangleChains() local 1233 auto InsertResult = ComputedEdges.insert({src, {dst, true}}); in precomputeTriangleChains() local
|
D | LiveDebugVariables.cpp | 1079 auto InsertResult = NewLocations.insert({Loc, Spilled}); in rewriteLocations() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 277 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() local 1786 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); in getCompleteTypeIndex() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 700 auto InsertResult = ValueInfoNums.insert({Operand, ValueInfos.size() - 1}); in getOrCreateValueInfo() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 367 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode() local 2308 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); in getCompleteTypeIndex() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Verifier.cpp | 4776 auto InsertResult = TBAABaseNodes.insert({BaseNode, Result}); in verifyTBAABaseNode() local 4923 auto InsertResult = TBAAScalarNodes.insert({MD, Result}); in isValidScalarTBAANode() local
|