Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp51 VarDeclSet *NonConstants = (VarDeclSet*)NonConstantsImpl; in isPseudoConstant() local
53 return !NonConstants->count(VD); in isPseudoConstant()
78 VarDeclSet *NonConstants = (VarDeclSet*)NonConstantsImpl; in RunAnalysis() local
127 NonConstants->insert(VD); in RunAnalysis()
160 NonConstants->insert(VD); in RunAnalysis()
192 NonConstants->insert(RefVD); in RunAnalysis()