Home
last modified time | relevance | path

Searched refs:InsertNode (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp159 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()
DBasicValueFactory.cpp83 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()
DMemRegion.cpp51 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()
DExplodedGraph.cpp328 Nodes.InsertNode(V, InsertPos); in getNode()
DPathDiagnostic.cpp279 Diags.InsertNode(D.release()); in HandlePathDiagnostic()
473 Set.InsertNode(Entry, InsertPos); in addDiagnostic()
DProgramState.cpp399 StateSet.InsertNode(newState, InsertPos); in getPersistentState()
DBugReporter.cpp2548 CallbacksSet.InsertNode(visitor.get(), InsertPos); in addVisitor()
3262 EQClasses.InsertNode(EQ, InsertPos); in emitReport()
/external/lzma/C/
DPpmd7.c118 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/
DSelectionDAG.cpp774 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/
DFoldingSet.h168 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()
DImmutableList.h182 Cache.InsertNode(L, InsertPos); in concat()
/external/llvm/lib/Support/
DFoldingSet.cpp271 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/
DASTContext.cpp673 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 …]
DDeclarationName.cpp419 SpecialNames->InsertNode(SpecialName, InsertPos); in getCXXSpecialName()
447 LiteralNames->InsertNode(LiteralName, InsertPos); in getCXXLiteralOperatorName()
DDeclTemplate.cpp189 Specializations.InsertNode(Entry, InsertPos); in addSpecializationImpl()
403 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization()
1030 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization()
DNestedNameSpecifier.cpp39 Context.NestedNameSpecifiers.InsertNode(NNS, InsertPos); in FindOrInsert()
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp353 Contexts.InsertNode(L, InsertPos); in getLocationContext()
370 Contexts.InsertNode(L, InsertPos); in getStackFrame()
395 Contexts.InsertNode(L, InsertPos); in getBlockInvocationContext()
/external/vboot_reference/utility/
Deficompress.c126 InsertNode (
648 InsertNode () in InsertNode() function
861 InsertNode(); in GetNextMatch()
900 InsertNode(); in Encode()
/external/llvm/lib/IR/
DAttributes.cpp51 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/
DIdentifierTable.cpp615 SelTabImpl.Table.InsertNode(SI, InsertPos); in getSelector()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp323 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/
DRecord.cpp483 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/
DSelectionDAG.h1216 void InsertNode(SDNode *N);
/external/clang/lib/CodeGen/
DCGBlocks.cpp1922 CGM.ByrefHelpersCache.InsertNode(copy, insertPos); in buildByrefHelpers()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1745 AbbreviationsSet.InsertNode(Abbreviations.back(), InsertToken); in AssignAbbrev()

12