Home
last modified time | relevance | path

Searched refs:FoldNodeTy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp94 using FoldNodeTy = llvm::FoldingSetNodeWrapper<llvm::APSInt>; in getValue() typedef
97 FoldNodeTy* P = APSIntSet.FindNodeOrInsertPos(ID, InsertPos); in getValue()
100 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>(); in getValue()
101 new (P) FoldNodeTy(X); in getValue()
356 using FoldNodeTy = llvm::FoldingSetNodeWrapper<SValData>; in getPersistentSValWithData() typedef
358 FoldNodeTy* P = Map.FindNodeOrInsertPos(ID, InsertPos); in getPersistentSValWithData()
361 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>(); in getPersistentSValWithData()
362 new (P) FoldNodeTy(std::make_pair(V, Data)); in getPersistentSValWithData()
381 using FoldNodeTy = llvm::FoldingSetNodeWrapper<SValPair>; in getPersistentSValPair() typedef
383 FoldNodeTy* P = Map.FindNodeOrInsertPos(ID, InsertPos); in getPersistentSValPair()
[all …]