Searched refs:CheckConditionalOperand (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 11216 static void CheckConditionalOperand(Sema &S, Expr *E, QualType T, in CheckConditionalOperand() function 11240 CheckConditionalOperand(S, TrueExpr, T, CC, Suspicious); in CheckConditionalOperator() 11241 CheckConditionalOperand(S, E->getFalseExpr(), T, CC, Suspicious); in CheckConditionalOperator()
|