Searched refs:isConfigurationValue (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 180 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP); 189 static bool isConfigurationValue(const Stmt *S, in isConfigurationValue() function 206 return isConfigurationValue(PE->getSubExpr(), PP, SilenceableCondVal, in isConfigurationValue() 221 return isConfigurationValue(cast<DeclRefExpr>(S)->getDecl(), PP); in isConfigurationValue() 237 return isConfigurationValue(cast<MemberExpr>(S)->getMemberDecl(), PP); in isConfigurationValue() 246 return isConfigurationValue(B->getLHS(), PP, SilenceableCondVal, in isConfigurationValue() 248 isConfigurationValue(B->getRHS(), PP, SilenceableCondVal, in isConfigurationValue() 258 isConfigurationValue(UO->getSubExpr(), PP, SilenceableCondVal, in isConfigurationValue() 274 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP) { in isConfigurationValue() function 276 return isConfigurationValue(ED->getInitExpr(), PP); in isConfigurationValue() [all …]
|