Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSymbolManager.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()
HDBasicValueFactory.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()
HDMemRegion.cpp51 Regions.InsertNode(R, InsertPos);
69 Regions.InsertNode(R, InsertPos);
90 Regions.InsertNode(R, InsertPos);
109 Regions.InsertNode(R, InsertPos);
128 Regions.InsertNode(R, InsertPos);
922 Regions.InsertNode(R, InsertPos); in getElementRegion()
HDExplodedGraph.cpp328 Nodes.InsertNode(V, InsertPos); in getNode()
HDPathDiagnostic.cpp279 Diags.InsertNode(D.release()); in HandlePathDiagnostic()
473 Set.InsertNode(Entry, InsertPos); in addDiagnostic()
HDProgramState.cpp399 StateSet.InsertNode(newState, InsertPos); in getPersistentState()
HDBugReporter.cpp2546 CallbacksSet.InsertNode(visitor.get(), InsertPos); in addVisitor()
3257 EQClasses.InsertNode(EQ, InsertPos); in emitReport()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp766 void SelectionDAG::InsertNode(SDNode *N) { in InsertNode() function in SelectionDAG
1222 CSEMap.InsertNode(N, IP); in getConstant()
1223 InsertNode(N); in getConstant()
1266 CSEMap.InsertNode(N, IP); in getConstantFP()
1267 InsertNode(N); in getConstantFP()
1328 CSEMap.InsertNode(N, IP); in getGlobalAddress()
1329 InsertNode(N); in getGlobalAddress()
1343 CSEMap.InsertNode(N, IP); in getFrameIndex()
1344 InsertNode(N); in getFrameIndex()
1363 CSEMap.InsertNode(N, IP); in getJumpTable()
[all …]
/NextBSD/contrib/llvm/include/llvm/ADT/
HDFoldingSet.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()
HDImmutableList.h182 Cache.InsertNode(L, InsertPos); in concat()
/NextBSD/contrib/llvm/lib/Support/
HDFoldingSet.cpp271 InsertNode(NodeInBucket, in GrowHashTable()
310 void FoldingSetImpl::InsertNode(Node *N, void *InsertPos) { in InsertNode() function in FoldingSetImpl
386 InsertNode(N, IP); in GetOrInsertNode()
/NextBSD/contrib/libarchive/libarchive/
HDarchive_ppmd7.c147 static void InsertNode(CPpmd7 *p, void *node, unsigned indx) in InsertNode() function
167 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1); in SplitBlock()
169 InsertNode(p, ptr, i); in SplitBlock()
233 InsertNode(p, node, PPMD_NUM_INDEXES - 1); in GlueFreeBlocks()
237 InsertNode(p, node + k, nu - k - 1); in GlueFreeBlocks()
239 InsertNode(p, node, i); in GlueFreeBlocks()
299 InsertNode(p, oldPtr, i0); in ShrinkUnits()
553 InsertNode(p, oldPtr, i); in UpdateModel()
649 InsertNode(p, stats, U2I(((numStats + 1) >> 1))); in Rescale()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp673 CanonTemplateTemplateParms.InsertNode(Canonical, InsertPos); in getCanonicalTemplateTemplateParmDecl()
2105 ExtQualNodes.InsertNode(eq, insertPos); in getExtQualType()
2271 ComplexTypes.InsertNode(New, InsertPos); in getComplexType()
2299 PointerTypes.InsertNode(New, InsertPos); in getPointerType()
2320 AdjustedTypes.InsertNode(AT, InsertPos); in getAdjustedType()
2359 AdjustedTypes.InsertNode(AT, InsertPos); in getDecayedType()
2391 BlockPointerTypes.InsertNode(New, InsertPos); in getBlockPointerType()
2431 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType()
2467 RValueReferenceTypes.InsertNode(New, InsertPos); in getRValueReferenceType()
2498 MemberPointerTypes.InsertNode(New, InsertPos); in getMemberPointerType()
[all …]
HDDeclarationName.cpp419 SpecialNames->InsertNode(SpecialName, InsertPos); in getCXXSpecialName()
447 LiteralNames->InsertNode(LiteralName, InsertPos); in getCXXLiteralOperatorName()
HDDeclTemplate.cpp195 Specializations.InsertNode(Entry, InsertPos); in addSpecializationImpl()
409 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization()
1046 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization()
HDNestedNameSpecifier.cpp39 Context.NestedNameSpecifiers.InsertNode(NNS, InsertPos); in FindOrInsert()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDAnalysisDeclContext.cpp353 Contexts.InsertNode(L, InsertPos); in getLocationContext()
370 Contexts.InsertNode(L, InsertPos); in getStackFrame()
395 Contexts.InsertNode(L, InsertPos); in getBlockInvocationContext()
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfFile.cpp49 AbbreviationsSet.InsertNode(New, InsertPos); in assignAbbrevNumber()
/NextBSD/contrib/llvm/lib/IR/
HDAttributes.cpp51 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
71 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
490 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in get()
624 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp625 SelTabImpl.Table.InsertNode(SI, InsertPos); in getSelector()
/NextBSD/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp323 UniqueSCEVs.InsertNode(S, IP); in getConstant()
1164 UniqueSCEVs.InsertNode(S, IP); in getTruncateExpr()
1586 UniqueSCEVs.InsertNode(S, IP); in getZeroExtendExpr()
1784 UniqueSCEVs.InsertNode(S, IP); in getSignExtendExpr()
2320 UniqueSCEVs.InsertNode(S, IP); in getAddExpr()
2616 UniqueSCEVs.InsertNode(S, IP); in getMulExpr()
2737 UniqueSCEVs.InsertNode(S, IP); in getUDivExpr()
2923 UniqueSCEVs.InsertNode(S, IP); in getAddRecExpr()
3079 UniqueSCEVs.InsertNode(S, IP); in getSMaxExpr()
3183 UniqueSCEVs.InsertNode(S, IP); in getUMaxExpr()
[all …]
/NextBSD/contrib/llvm/lib/TableGen/
HDRecord.cpp278 ThePool.InsertNode(I, IP); in get()
490 ThePool.InsertNode(I, IP); in get()
1466 ThePool.InsertNode(I, IP); in get()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDSelectionDAG.h1250 void InsertNode(SDNode *N);
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPMacroExpansion.cpp90 ModuleMacros.InsertNode(MM, InsertPos); in addModuleMacro()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBlocks.cpp1921 CGM.ByrefHelpersCache.InsertNode(copy, insertPos); in buildByrefHelpers()

12