| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A D | ExplodedGraph.cpp | 328 Nodes.InsertNode(V, InsertPos); in getNode()
|
| H A D | PathDiagnostic.cpp | 279 Diags.InsertNode(D.release()); in HandlePathDiagnostic() 469 InsertNode(Entry, InsertPos); in addDiagnostic()
|
| H A D | ProgramState.cpp | 399 StateSet.InsertNode(newState, InsertPos); in getPersistentState()
|
| H A D | BugReporter.cpp | 2548 CallbacksSet.InsertNode(visitor.get(), InsertPos); in addVisitor() 3265 EQClasses.InsertNode(EQ, InsertPos); in emitReport()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 758 void SelectionDAG::InsertNode(SDNode *N) { in InsertNode() function in SelectionDAG 1169 CSEMap.InsertNode(N, IP); in getConstant() 1170 InsertNode(N); in getConstant() 1211 CSEMap.InsertNode(N, IP); in getConstantFP() 1212 InsertNode(N); in getConstantFP() 1273 CSEMap.InsertNode(N, IP); in getGlobalAddress() 1274 InsertNode(N); in getGlobalAddress() 1288 CSEMap.InsertNode(N, IP); in getFrameIndex() 1289 InsertNode(N); in getFrameIndex() 1308 CSEMap.InsertNode(N, IP); in getJumpTable() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 167 void InsertNode(Node *N, void *InsertPos); 171 void InsertNode(Node *N) { in InsertNode() function 620 void InsertNode(T *N, void *InsertPos) { in InsertNode() function 621 Set.InsertNode(N, InsertPos); in InsertNode() 627 void InsertNode(T *N) { in InsertNode() function 628 Set.InsertNode(N); in InsertNode()
|
| H A D | ImmutableList.h | 182 Cache.InsertNode(L, InsertPos); in concat()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | FoldingSet.cpp | 268 InsertNode(NodeInBucket, in GrowHashTable() 307 void FoldingSetImpl::InsertNode(Node *N, void *InsertPos) { in InsertNode() function in FoldingSetImpl 383 InsertNode(N, IP); in GetOrInsertNode()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 673 CanonTemplateTemplateParms.InsertNode(Canonical, InsertPos); in getCanonicalTemplateTemplateParmDecl() 2030 ExtQualNodes.InsertNode(eq, insertPos); in getExtQualType() 2196 ComplexTypes.InsertNode(New, InsertPos); in getComplexType() 2224 PointerTypes.InsertNode(New, InsertPos); in getPointerType() 2245 AdjustedTypes.InsertNode(AT, InsertPos); in getAdjustedType() 2284 AdjustedTypes.InsertNode(AT, InsertPos); in getDecayedType() 2316 BlockPointerTypes.InsertNode(New, InsertPos); in getBlockPointerType() 2356 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType() 2392 RValueReferenceTypes.InsertNode(New, InsertPos); in getRValueReferenceType() 2423 MemberPointerTypes.InsertNode(New, InsertPos); in getMemberPointerType() [all …]
|
| H A D | DeclTemplate.cpp | 274 getSpecializations().InsertNode(Info, InsertPos); in addSpecialization() 361 getSpecializations().InsertNode(D, InsertPos); in AddSpecialization() 382 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization() 994 getSpecializations().InsertNode(D, InsertPos); in AddSpecialization() 1014 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization()
|
| H A D | DeclarationName.cpp | 419 SpecialNames->InsertNode(SpecialName, InsertPos); in getCXXSpecialName() 447 LiteralNames->InsertNode(LiteralName, InsertPos); in getCXXLiteralOperatorName()
|
| H A D | NestedNameSpecifier.cpp | 39 Context.NestedNameSpecifiers.InsertNode(NNS, InsertPos); in FindOrInsert()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 353 Contexts.InsertNode(L, InsertPos); in getLocationContext() 370 Contexts.InsertNode(L, InsertPos); in getStackFrame() 395 Contexts.InsertNode(L, InsertPos); in getBlockInvocationContext()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Attributes.cpp | 51 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get() 71 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get() 466 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in get() 593 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 607 SelTabImpl.Table.InsertNode(SI, InsertPos); in getSelector()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 323 UniqueSCEVs.InsertNode(S, IP); in getConstant() 1147 UniqueSCEVs.InsertNode(S, IP); in getTruncateExpr() 1306 UniqueSCEVs.InsertNode(S, IP); in getZeroExtendExpr() 1586 UniqueSCEVs.InsertNode(S, IP); in getSignExtendExpr() 2122 UniqueSCEVs.InsertNode(S, IP); in getAddExpr() 2419 UniqueSCEVs.InsertNode(S, IP); in getMulExpr() 2540 UniqueSCEVs.InsertNode(S, IP); in getUDivExpr() 2726 UniqueSCEVs.InsertNode(S, IP); in getAddRecExpr() 2832 UniqueSCEVs.InsertNode(S, IP); in getSMaxExpr() 2936 UniqueSCEVs.InsertNode(S, IP); in getUMaxExpr() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
| H A D | Record.cpp | 483 ThePool.InsertNode(I, IP); in get() 649 ThePool.InsertNode(I, IP); in get() 1586 ThePool.InsertNode(I, IP); in get()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1242 void InsertNode(SDNode *N);
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1915 CGM.ByrefHelpersCache.InsertNode(copy, insertPos); in buildByrefHelpers()
|
| H A D | CGCall.cpp | 491 FunctionInfos.InsertNode(FI, insertPos); in arrangeLLVMFunctionInfo()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | RetainCountChecker.cpp | 843 SimpleSummaries.InsertNode(N, Pos); in getPersistentSummary()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 2419 SpecialMemberCache.InsertNode(Result, InsertPoint); in LookupSpecialMember()
|