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