Searched refs:CheckCompareOperands (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp7480 QualType Sema::CheckCompareOperands(ExprResult &LHS, ExprResult &RHS, function in class:Sema
8942 ResultTy = CheckCompareOperands(LHS, RHS, OpLoc, Opc, true);
8946 ResultTy = CheckCompareOperands(LHS, RHS, OpLoc, Opc, false);
/external/clang/include/clang/Sema/
H A DSema.h7178 QualType CheckCompareOperands( // C99 6.5.8/9

Completed in 124 milliseconds