Searched refs:isConfigurationValue (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 150 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP); 159 static bool isConfigurationValue(const Stmt *S, in isConfigurationValue() function 173 return isConfigurationValue(PE->getSubExpr(), PP, SilenceableCondVal, in isConfigurationValue() 188 return isConfigurationValue(cast<DeclRefExpr>(S)->getDecl(), PP); in isConfigurationValue() 203 return isConfigurationValue(cast<MemberExpr>(S)->getMemberDecl(), PP); in isConfigurationValue() 212 return isConfigurationValue(B->getLHS(), PP, SilenceableCondVal, in isConfigurationValue() 214 isConfigurationValue(B->getRHS(), PP, SilenceableCondVal, in isConfigurationValue() 222 isConfigurationValue(UO->getSubExpr(), PP, SilenceableCondVal, in isConfigurationValue() 230 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP) { in isConfigurationValue() function 232 return isConfigurationValue(ED->getInitExpr(), PP); in isConfigurationValue() [all …]
|