Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DReachableCode.cpp177 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP);
186 static bool isConfigurationValue(const Stmt *S, in isConfigurationValue() function
218 return isConfigurationValue(cast<DeclRefExpr>(S)->getDecl(), PP); in isConfigurationValue()
243 return isConfigurationValue(B->getLHS(), PP, SilenceableCondVal, in isConfigurationValue()
245 isConfigurationValue(B->getRHS(), PP, SilenceableCondVal, in isConfigurationValue()
255 isConfigurationValue(UO->getSubExpr(), PP, SilenceableCondVal, in isConfigurationValue()
271 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP) { in isConfigurationValue() function
273 return isConfigurationValue(ED->getInitExpr(), PP); in isConfigurationValue()
300 return isConfigurationValue(Term, PP); in shouldTreatSuccessorsAsReachable()
305 return isConfigurationValue(Cond, PP); in shouldTreatSuccessorsAsReachable()
[all …]