Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp132 CompoundValData* D = CompoundValDataSet.FindNodeOrInsertPos(ID, InsertPos); in getCompoundValData()
137 CompoundValDataSet.InsertNode(D, InsertPos); in getCompoundValData()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h119 llvm::FoldingSet<CompoundValData> CompoundValDataSet; variable