Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp174 DataSet.InsertNode(SD, InsertPos); in getRegionValueSymbol()
192 DataSet.InsertNode(SD, InsertPos); in conjureSymbol()
208 DataSet.InsertNode(SD, InsertPos); in getDerivedSymbol()
223 DataSet.InsertNode(SD, InsertPos); in getExtentSymbol()
240 DataSet.InsertNode(SD, InsertPos); in getMetadataSymbol()
253 SymExpr *data = DataSet.FindNodeOrInsertPos(ID, InsertPos); in getCastSymbol()
256 DataSet.InsertNode(data, InsertPos); in getCastSymbol()
273 DataSet.InsertNode(data, InsertPos); in getSymIntExpr()
290 DataSet.InsertNode(data, InsertPos); in getIntSymExpr()
307 DataSet.InsertNode(data, InsertPos); in getSymSymExpr()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h487 DataSetTy DataSet; variable