Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7364 QualType CheckConditionalOperands( // C99 6.5.15
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8329 QualType Sema::CheckConditionalOperands(ExprResult &Cond, ExprResult &LHS, in CheckConditionalOperands() function in Sema
8782 QualType result = CheckConditionalOperands(Cond, LHS, RHS, in ActOnConditionalOp()