| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | SymbolManager.cpp | 165 DataSet.InsertNode(SD, InsertPos); in getRegionValueSymbol() 184 DataSet.InsertNode(SD, InsertPos); in conjureSymbol() 201 DataSet.InsertNode(SD, InsertPos); in getDerivedSymbol() 217 DataSet.InsertNode(SD, InsertPos); in getExtentSymbol() 235 DataSet.InsertNode(SD, InsertPos); in getMetadataSymbol() 252 DataSet.InsertNode(data, InsertPos); in getCastSymbol() 270 DataSet.InsertNode(data, InsertPos); in getSymIntExpr() 288 DataSet.InsertNode(data, InsertPos); in getIntSymExpr() 306 DataSet.InsertNode(data, InsertPos); in getSymSymExpr()
|
| H A D | BasicValueFactory.cpp | 102 APSIntSet.InsertNode(P, InsertPos); in getValue() 137 CompoundValDataSet.InsertNode(D, InsertPos); in getCompoundValData() 156 LazyCompoundValDataSet.InsertNode(D, InsertPos); in getLazyCompoundValData() 174 PointerToMemberDataSet.InsertNode(D, InsertPos); in getPointerToMemberData() 363 Map.InsertNode(P, InsertPos); in getPersistentSValWithData() 388 Map.InsertNode(P, InsertPos); in getPersistentSValPair()
|
| H A D | MemRegion.cpp | 77 Regions.InsertNode(R, InsertPos); in getSubRegion() 94 Regions.InsertNode(R, InsertPos); in getSubRegion() 113 Regions.InsertNode(R, InsertPos); in getSubRegion() 1111 Regions.InsertNode(R, InsertPos); in getElementRegion()
|
| H A D | ExplodedGraph.cpp | 422 Nodes.InsertNode(V, InsertPos); in getNode()
|
| H A D | ProgramState.cpp | 426 StateSet.InsertNode(newState, InsertPos); in getPersistentState()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDagOperands.cpp | 71 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeEmptyOperandList() 93 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeOperandList() 114 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeMIPredicateOperandList() 138 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeTwoMOPredicateOperandList()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 221 void InsertNode(Node *N, void *InsertPos, const FoldingSetInfo &Info); 470 void InsertNode(T *N, void *InsertPos) { in InsertNode() function 471 FoldingSetBase::InsertNode(N, InsertPos, Derived::getFoldingSetInfo()); in InsertNode() 476 void InsertNode(T *N) { in InsertNode() function 643 void InsertNode(T *N, void *InsertPos) { in InsertNode() function 644 Set.InsertNode(N, InsertPos); in InsertNode() 650 void InsertNode(T *N) { in InsertNode() function 651 Set.InsertNode(N); in InsertNode()
|
| H A D | ImmutableList.h | 192 Cache.InsertNode(L, InsertPos); in concat()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclarationName.cpp | 306 CXXDeductionGuideNames.InsertNode(Name, InsertPos); in getCXXDeductionGuideName() 322 CXXConstructorNames.InsertNode(SpecialName, InsertPos); in getCXXConstructorName() 338 CXXDestructorNames.InsertNode(SpecialName, InsertPos); in getCXXDestructorName() 354 CXXConversionFunctionNames.InsertNode(SpecialName, InsertPos); in getCXXConversionFunctionName() 383 CXXLiteralOperatorNames.InsertNode(LiteralName, InsertPos); in getCXXLiteralOperatorName()
|
| H A D | ASTContext.cpp | 879 CanonTemplateTemplateParms.InsertNode(Canonical, InsertPos); in getCanonicalTemplateTemplateParmDecl() 2938 ExtQualNodes.InsertNode(eq, insertPos); in getExtQualType() 3183 ComplexTypes.InsertNode(New, InsertPos); in getComplexType() 3211 PointerTypes.InsertNode(New, InsertPos); in getPointerType() 3232 AdjustedTypes.InsertNode(AT, InsertPos); in getAdjustedType() 3271 AdjustedTypes.InsertNode(AT, InsertPos); in getDecayedType() 3302 BlockPointerTypes.InsertNode(New, InsertPos); in getBlockPointerType() 3341 LValueReferenceTypes.InsertNode(New, InsertPos); in getLValueReferenceType() 3376 RValueReferenceTypes.InsertNode(New, InsertPos); in getRValueReferenceType() 3406 MemberPointerTypes.InsertNode(New, InsertPos); in getMemberPointerType() [all …]
|
| H A D | DeclTemplate.cpp | 324 Specializations.InsertNode(Entry, InsertPos); in addSpecializationImpl() 543 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization() 1217 getPartialSpecializations().InsertNode(D, InsertPos); in AddPartialSpecialization()
|
| H A D | NestedNameSpecifier.cpp | 52 Context.NestedNameSpecifiers.InsertNode(NNS, InsertPos); in FindOrInsert()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 968 void SelectionDAG::InsertNode(SDNode *N) { in InsertNode() function in SelectionDAG 1136 InsertNode(&EntryNode); in SelectionDAG() 1237 InsertNode(&EntryNode); in clear() 1457 CSEMap.InsertNode(N, IP); in getConstant() 1458 InsertNode(N); in getConstant() 1514 CSEMap.InsertNode(N, IP); in getConstantFP() 1515 InsertNode(N); in getConstantFP() 1573 CSEMap.InsertNode(N, IP); in getGlobalAddress() 1574 InsertNode(N); in getGlobalAddress() 1588 CSEMap.InsertNode(N, IP); in getFrameIndex() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | FoldingSet.cpp | 297 InsertNode(NodeInBucket, in GrowBucketCount() 351 void FoldingSetBase::InsertNode(Node *N, void *InsertPos, in InsertNode() function in FoldingSetBase 431 InsertNode(N, IP, Info); in GetOrInsertNode()
|
| H A D | ItaniumManglingCanonicalizer.cpp | 120 Nodes.InsertNode(New, InsertPos); in getOrCreateNode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | Record.cpp | 185 ThePool.InsertNode(Ty, IP); in get() 345 ThePool.InsertNode(I, IP); in get() 579 ThePool.InsertNode(I, IP); in get() 709 ThePool.InsertNode(I, IP); in get() 875 ThePool.InsertNode(I, IP); in get() 1202 ThePool.InsertNode(I, IP); in get() 1496 ThePool.InsertNode(I, IP); in get() 1561 ThePool.InsertNode(I, IP); in get() 1818 ThePool.InsertNode(I, IP); in get() 2015 ThePool.InsertNode(I, IP); in get() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 385 Contexts.InsertNode(L, InsertPos); in getStackFrame() 401 Contexts.InsertNode(L, InsertPos); in getBlockInvocationContext()
|
| H A D | PathDiagnostic.cpp | 226 Diags.InsertNode(D.release()); in HandlePathDiagnostic() 451 Set.InsertNode(Entry, InsertPos); in addDiagnostic()
|
| H A D | RetainSummaryManager.cpp | 129 SimpleSummaries.InsertNode(N, Pos); in getPersistentSummary()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Attributes.cpp | 109 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get() 132 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get() 153 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get() 935 pImpl->AttrsSetNodes.InsertNode(PA, InsertPoint); in getSorted() 1201 pImpl->AttrsLists.InsertNode(PA, InsertPoint); in getImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEInfo.cpp | 130 CSEMap.InsertNode(UMI, InsertPos); in insertNode()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 718 SelTabImpl.Table.InsertNode(SI, InsertPos); in getSelector()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 451 UniqueSCEVs.InsertNode(S, IP); in getConstant() 1092 UniqueSCEVs.InsertNode(S, IP); in getLosslessPtrToIntExpr() 1211 UniqueSCEVs.InsertNode(S, IP); in getTruncateExpr() 1265 UniqueSCEVs.InsertNode(S, IP); in getTruncateExpr() 1593 UniqueSCEVs.InsertNode(S, IP); in getZeroExtendExpr() 1862 UniqueSCEVs.InsertNode(S, IP); in getZeroExtendExpr() 1900 UniqueSCEVs.InsertNode(S, IP); in getSignExtendExpr() 2097 UniqueSCEVs.InsertNode(S, IP); in getSignExtendExpr() 2722 UniqueSCEVs.InsertNode(S, IP); in getOrCreateAddExpr() 2745 UniqueSCEVs.InsertNode(S, IP); in getOrCreateAddRecExpr() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 166 AbbreviationsSet.InsertNode(New, InsertPos); in uniqueAbbreviation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 344 SatisfactionCache.InsertNode(Satisfaction); in CheckConstraintSatisfaction()
|