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