/external/clang/lib/StaticAnalyzer/Core/ |
D | SymbolManager.cpp | 159 DataSet.InsertNode(SD, InsertPos); in getRegionValueSymbol() 178 DataSet.InsertNode(SD, InsertPos); in conjureSymbol() 196 DataSet.InsertNode(SD, InsertPos); in getDerivedSymbol() 212 DataSet.InsertNode(SD, InsertPos); in getExtentSymbol() 230 DataSet.InsertNode(SD, InsertPos); in getMetadataSymbol() 247 DataSet.InsertNode(data, InsertPos); in getCastSymbol() 265 DataSet.InsertNode(data, InsertPos); in getSymIntExpr() 283 DataSet.InsertNode(data, InsertPos); in getIntSymExpr() 301 DataSet.InsertNode(data, InsertPos); in getSymSymExpr()
|
D | BasicValueFactory.cpp | 83 APSIntSet.InsertNode(P, InsertPos); in getValue() 120 CompoundValDataSet.InsertNode(D, InsertPos); in getCompoundValData() 139 LazyCompoundValDataSet.InsertNode(D, InsertPos); in getLazyCompoundValData() 255 Map.InsertNode(P, InsertPos); in getPersistentSValWithData() 280 Map.InsertNode(P, InsertPos); in getPersistentSValPair()
|
D | MemRegion.cpp | 51 Regions.InsertNode(R, InsertPos); in getRegion() 69 Regions.InsertNode(R, InsertPos); in getSubRegion() 90 Regions.InsertNode(R, InsertPos); in getRegion() 109 Regions.InsertNode(R, InsertPos); in getSubRegion() 128 Regions.InsertNode(R, InsertPos); in getSubRegion() 919 Regions.InsertNode(R, InsertPos); in getElementRegion()
|
D | ExplodedGraph.cpp | 328 Nodes.InsertNode(V, InsertPos); in getNode()
|
D | PathDiagnostic.cpp | 279 Diags.InsertNode(D.release()); in HandlePathDiagnostic() 473 Set.InsertNode(Entry, InsertPos); in addDiagnostic()
|
D | ProgramState.cpp | 399 StateSet.InsertNode(newState, InsertPos); in getPersistentState()
|
D | BugReporter.cpp | 2548 CallbacksSet.InsertNode(visitor.get(), InsertPos); in addVisitor() 3262 EQClasses.InsertNode(EQ, InsertPos); in emitReport()
|
/external/lzma/C/ |
D | Ppmd7.c | 118 static void InsertNode(CPpmd7 *p, void *node, unsigned indx) in InsertNode() function 138 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1); in SplitBlock() 140 InsertNode(p, ptr, i); in SplitBlock() 204 InsertNode(p, node, PPMD_NUM_INDEXES - 1); in GlueFreeBlocks() 208 InsertNode(p, node + k, nu - k - 1); in GlueFreeBlocks() 210 InsertNode(p, node, i); in GlueFreeBlocks() 270 InsertNode(p, oldPtr, i0); in ShrinkUnits() 525 InsertNode(p, oldPtr, i); in UpdateModel() 621 InsertNode(p, stats, U2I(((numStats + 1) >> 1))); in Rescale()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 774 void SelectionDAG::InsertNode(SDNode *N) { in InsertNode() function in SelectionDAG 1185 CSEMap.InsertNode(N, IP); in getConstant() 1186 InsertNode(N); in getConstant() 1227 CSEMap.InsertNode(N, IP); in getConstantFP() 1228 InsertNode(N); in getConstantFP() 1289 CSEMap.InsertNode(N, IP); in getGlobalAddress() 1290 InsertNode(N); in getGlobalAddress() 1304 CSEMap.InsertNode(N, IP); in getFrameIndex() 1305 InsertNode(N); in getFrameIndex() 1324 CSEMap.InsertNode(N, IP); in getJumpTable() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 168 void InsertNode(Node *N, void *InsertPos); 172 void InsertNode(Node *N) { in InsertNode() function 580 void InsertNode(T *N, void *InsertPos) { in InsertNode() function 581 Set.InsertNode(N, InsertPos); in InsertNode() 587 void InsertNode(T *N) { in InsertNode() function 588 Set.InsertNode(N); in InsertNode()
|
D | ImmutableList.h | 182 Cache.InsertNode(L, InsertPos); in concat()
|
/external/llvm/lib/Support/ |
D | FoldingSet.cpp | 271 InsertNode(NodeInBucket, in GrowHashTable() 310 void FoldingSetImpl::InsertNode(Node *N, void *InsertPos) { in InsertNode() function in FoldingSetImpl 386 InsertNode(N, IP); in GetOrInsertNode()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 673 CanonTemplateTemplateParms.InsertNode(Canonical, InsertPos); in getCanonicalTemplateTemplateParmDecl() 2051 ExtQualNodes.InsertNode(eq, insertPos); in getExtQualType() 2217 ComplexTypes.InsertNode(New, InsertPos); in getComplexType() 2245 PointerTypes.InsertNode(New, InsertPos); in getPointerType() 2266 AdjustedTypes.InsertNode(AT, InsertPos); in getAdjustedType() 2305 AdjustedTypes.InsertNode(AT, InsertPos); in getDecayedType() 2337 BlockPointerTypes.InsertNode(New, InsertPos); in getBlockPointerType() 2377 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType() 2413 RValueReferenceTypes.InsertNode(New, InsertPos); in getRValueReferenceType() 2444 MemberPointerTypes.InsertNode(New, InsertPos); in getMemberPointerType() [all …]
|
D | DeclarationName.cpp | 419 SpecialNames->InsertNode(SpecialName, InsertPos); in getCXXSpecialName() 447 LiteralNames->InsertNode(LiteralName, InsertPos); in getCXXLiteralOperatorName()
|
D | DeclTemplate.cpp | 189 Specializations.InsertNode(Entry, InsertPos); in addSpecializationImpl() 403 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization() 1030 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization()
|
D | NestedNameSpecifier.cpp | 39 Context.NestedNameSpecifiers.InsertNode(NNS, InsertPos); in FindOrInsert()
|
/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 353 Contexts.InsertNode(L, InsertPos); in getLocationContext() 370 Contexts.InsertNode(L, InsertPos); in getStackFrame() 395 Contexts.InsertNode(L, InsertPos); in getBlockInvocationContext()
|
/external/vboot_reference/utility/ |
D | eficompress.c | 126 InsertNode ( 648 InsertNode () in InsertNode() function 861 InsertNode(); in GetNextMatch() 900 InsertNode(); in Encode()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 51 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get() 71 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get() 479 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in get() 606 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 615 SelTabImpl.Table.InsertNode(SI, InsertPos); in getSelector()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 323 UniqueSCEVs.InsertNode(S, IP); in getConstant() 1149 UniqueSCEVs.InsertNode(S, IP); in getTruncateExpr() 1571 UniqueSCEVs.InsertNode(S, IP); in getZeroExtendExpr() 1769 UniqueSCEVs.InsertNode(S, IP); in getSignExtendExpr() 2305 UniqueSCEVs.InsertNode(S, IP); in getAddExpr() 2601 UniqueSCEVs.InsertNode(S, IP); in getMulExpr() 2722 UniqueSCEVs.InsertNode(S, IP); in getUDivExpr() 2908 UniqueSCEVs.InsertNode(S, IP); in getAddRecExpr() 3014 UniqueSCEVs.InsertNode(S, IP); in getSMaxExpr() 3118 UniqueSCEVs.InsertNode(S, IP); in getUMaxExpr() [all …]
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 483 ThePool.InsertNode(I, IP); in get() 649 ThePool.InsertNode(I, IP); in get() 1586 ThePool.InsertNode(I, IP); in get()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1216 void InsertNode(SDNode *N);
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1922 CGM.ByrefHelpersCache.InsertNode(copy, insertPos); in buildByrefHelpers()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1745 AbbreviationsSet.InsertNode(Abbreviations.back(), InsertToken); in AssignAbbrev()
|