Searched refs:CheckCompareOperands (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 7984 QualType Sema::CheckCompareOperands(ExprResult &LHS, ExprResult &RHS, in CheckCompareOperands() function in Sema 9557 ResultTy = CheckCompareOperands(LHS, RHS, OpLoc, Opc, true); in CreateBuiltinBinOp() 9561 ResultTy = CheckCompareOperands(LHS, RHS, OpLoc, Opc, false); in CreateBuiltinBinOp()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 8050 QualType CheckCompareOperands( // C99 6.5.8/9
|