Home
last modified time | relevance | path

Searched refs:InsertNode (Results 1 – 25 of 32) 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()
259 Map.InsertNode(P, InsertPos); in getPersistentSValWithData()
284 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()
922 Regions.InsertNode(R, InsertPos); in getElementRegion()
DExplodedGraph.cpp328 Nodes.InsertNode(V, InsertPos); in getNode()
DPathDiagnostic.cpp277 Diags.InsertNode(D.release()); in HandlePathDiagnostic()
471 Set.InsertNode(Entry, InsertPos); in addDiagnostic()
DProgramState.cpp399 StateSet.InsertNode(newState, InsertPos); in getPersistentState()
DBugReporter.cpp2546 CallbacksSet.InsertNode(visitor.get(), InsertPos); in addVisitor()
3259 EQClasses.InsertNode(EQ, InsertPos); in emitReport()
/external/lzma/C/
DPpmd7.c120 static void InsertNode(CPpmd7 *p, void *node, unsigned indx) in InsertNode() function
140 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1); in SplitBlock()
142 InsertNode(p, ptr, i); in SplitBlock()
206 InsertNode(p, node, PPMD_NUM_INDEXES - 1); in GlueFreeBlocks()
210 InsertNode(p, node + k, nu - k - 1); in GlueFreeBlocks()
212 InsertNode(p, node, i); in GlueFreeBlocks()
272 InsertNode(p, oldPtr, i0); in ShrinkUnits()
527 InsertNode(p, oldPtr, i); in UpdateModel()
623 InsertNode(p, stats, U2I(((numStats + 1) >> 1))); in Rescale()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp742 void SelectionDAG::InsertNode(SDNode *N) { in InsertNode() function in SelectionDAG
909 InsertNode(&EntryNode); in SelectionDAG()
1006 InsertNode(&EntryNode); in clear()
1202 CSEMap.InsertNode(N, IP); in getConstant()
1203 InsertNode(N); in getConstant()
1246 CSEMap.InsertNode(N, IP); in getConstantFP()
1247 InsertNode(N); in getConstantFP()
1308 CSEMap.InsertNode(N, IP); in getGlobalAddress()
1309 InsertNode(N); in getGlobalAddress()
1323 CSEMap.InsertNode(N, IP); in getFrameIndex()
[all …]
/external/llvm/include/llvm/ADT/
DFoldingSet.h168 void InsertNode(Node *N, void *InsertPos);
172 void InsertNode(Node *N) { in InsertNode() function
587 void InsertNode(T *N, void *InsertPos) { in InsertNode() function
588 Set.InsertNode(N, InsertPos); in InsertNode()
594 void InsertNode(T *N) { in InsertNode() function
595 Set.InsertNode(N); in InsertNode()
DImmutableList.h182 Cache.InsertNode(L, InsertPos); in concat()
/external/llvm/lib/Support/
DFoldingSet.cpp291 InsertNode(NodeInBucket, in GrowHashTable()
330 void FoldingSetImpl::InsertNode(Node *N, void *InsertPos) { in InsertNode() function in FoldingSetImpl
406 InsertNode(N, IP); in GetOrInsertNode()
/external/clang/lib/AST/
DASTContext.cpp674 CanonTemplateTemplateParms.InsertNode(Canonical, InsertPos); in getCanonicalTemplateTemplateParmDecl()
2164 ExtQualNodes.InsertNode(eq, insertPos); in getExtQualType()
2330 ComplexTypes.InsertNode(New, InsertPos); in getComplexType()
2358 PointerTypes.InsertNode(New, InsertPos); in getPointerType()
2379 AdjustedTypes.InsertNode(AT, InsertPos); in getAdjustedType()
2418 AdjustedTypes.InsertNode(AT, InsertPos); in getDecayedType()
2450 BlockPointerTypes.InsertNode(New, InsertPos); in getBlockPointerType()
2490 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType()
2526 RValueReferenceTypes.InsertNode(New, InsertPos); in getRValueReferenceType()
2557 MemberPointerTypes.InsertNode(New, InsertPos); in getMemberPointerType()
[all …]
DDeclarationName.cpp419 SpecialNames->InsertNode(SpecialName, InsertPos); in getCXXSpecialName()
447 LiteralNames->InsertNode(LiteralName, InsertPos); in getCXXLiteralOperatorName()
DDeclTemplate.cpp193 Specializations.InsertNode(Entry, InsertPos); in addSpecializationImpl()
407 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization()
1051 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization()
DNestedNameSpecifier.cpp39 Context.NestedNameSpecifiers.InsertNode(NNS, InsertPos); in FindOrInsert()
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp370 Contexts.InsertNode(L, InsertPos); in getLocationContext()
387 Contexts.InsertNode(L, InsertPos); in getStackFrame()
412 Contexts.InsertNode(L, InsertPos); in getBlockInvocationContext()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp49 AbbreviationsSet.InsertNode(New, InsertPos); in assignAbbrevNumber()
/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()
497 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in get()
630 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()
/external/clang/lib/Basic/
DIdentifierTable.cpp624 SelTabImpl.Table.InsertNode(SI, InsertPos); in getSelector()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp314 UniqueSCEVs.InsertNode(S, IP); in getConstant()
1143 UniqueSCEVs.InsertNode(S, IP); in getTruncateExpr()
1577 UniqueSCEVs.InsertNode(S, IP); in getZeroExtendExpr()
1785 UniqueSCEVs.InsertNode(S, IP); in getSignExtendExpr()
2338 UniqueSCEVs.InsertNode(S, IP); in getAddExpr()
2629 UniqueSCEVs.InsertNode(S, IP); in getMulExpr()
2749 UniqueSCEVs.InsertNode(S, IP); in getUDivExpr()
2929 UniqueSCEVs.InsertNode(S, IP); in getAddRecExpr()
3085 UniqueSCEVs.InsertNode(S, IP); in getSMaxExpr()
3188 UniqueSCEVs.InsertNode(S, IP); in getUMaxExpr()
[all …]
/external/llvm/lib/TableGen/
DRecord.cpp278 ThePool.InsertNode(I, IP); in get()
490 ThePool.InsertNode(I, IP); in get()
1474 ThePool.InsertNode(I, IP); in get()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp90 ModuleMacros.InsertNode(MM, InsertPos); in addModuleMacro()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h1271 void InsertNode(SDNode *N);

12