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

/external/clang/lib/Sema/
H A DSemaExpr.cpp9087 inline QualType Sema::CheckBitwiseOperands( function in class:Sema
10366 ResultTy = CheckBitwiseOperands(LHS, RHS, OpLoc);
10407 CompResultTy = CheckBitwiseOperands(LHS, RHS, OpLoc, true);
/external/clang/include/clang/Sema/
H A DSema.h8475 QualType CheckBitwiseOperands( // C99 6.5.[10...12]

Completed in 106 milliseconds