Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp179 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP);
188 static bool isConfigurationValue(const Stmt *S, in isConfigurationValue() function
220 return isConfigurationValue(cast<DeclRefExpr>(S)->getDecl(), PP); in isConfigurationValue()
245 return isConfigurationValue(B->getLHS(), PP, SilenceableCondVal, in isConfigurationValue()
247 isConfigurationValue(B->getRHS(), PP, SilenceableCondVal, in isConfigurationValue()
257 isConfigurationValue(UO->getSubExpr(), PP, SilenceableCondVal, in isConfigurationValue()
273 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP) { in isConfigurationValue() function
275 return isConfigurationValue(ED->getInitExpr(), PP); in isConfigurationValue()
302 return isConfigurationValue(Term, PP); in shouldTreatSuccessorsAsReachable()
313 return isConfigurationValue(Cond, PP); in shouldTreatSuccessorsAsReachable()
[all …]