Lines Matching refs:isConfigurationValue
178 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP);
187 static bool isConfigurationValue(const Stmt *S, in isConfigurationValue() function
204 return isConfigurationValue(PE->getSubExpr(), PP, SilenceableCondVal, in isConfigurationValue()
219 return isConfigurationValue(cast<DeclRefExpr>(S)->getDecl(), PP); in isConfigurationValue()
235 return isConfigurationValue(cast<MemberExpr>(S)->getMemberDecl(), PP); in isConfigurationValue()
244 return isConfigurationValue(B->getLHS(), PP, SilenceableCondVal, in isConfigurationValue()
246 isConfigurationValue(B->getRHS(), PP, SilenceableCondVal, in isConfigurationValue()
256 isConfigurationValue(UO->getSubExpr(), PP, SilenceableCondVal, in isConfigurationValue()
272 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP) { in isConfigurationValue() function
274 return isConfigurationValue(ED->getInitExpr(), PP); in isConfigurationValue()
301 return isConfigurationValue(Term, PP); in shouldTreatSuccessorsAsReachable()
312 return isConfigurationValue(Cond, PP); in shouldTreatSuccessorsAsReachable()
661 isConfigurationValue(TermCond, PP, &SilenceableCondVal); in reportDeadCode()