Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp83 for (const auto &I : APSIntSet) in ~BasicValueFactory()
97 FoldNodeTy* P = APSIntSet.FindNodeOrInsertPos(ID, InsertPos); in getValue()
101 APSIntSet.InsertNode(P, InsertPos); in getValue()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h120 APSIntSetTy APSIntSet; variable