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

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

Completed in 116 milliseconds