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

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

Completed in 145 milliseconds