Searched refs:UsualArithmeticConversions (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp912 /// UsualArithmeticConversions()
937 /// Helper function of UsualArithmeticConversions()
958 /// necessary. Helper function of UsualArithmeticConversions()
999 /// UsualArithmeticConversions()
1046 /// of UsualArithmeticConversions()
1077 /// function of UsualArithmeticConversions()
1125 /// UsualArithmeticConversions()
1176 /// of UsualArithmeticConversions()
1220 /// UsualArithmeticConversions - Performs various conversions that are common to
1224 QualType Sema::UsualArithmeticConversions(ExprResul function in class:Sema
[all...]
H A DSemaChecking.cpp1745 QualType Res = UsualArithmeticConversions(OrigArg0, OrigArg1, false);
H A DSemaExprCXX.cpp4564 UsualArithmeticConversions(LHS, RHS);
/external/clang/include/clang/Sema/
H A DSema.h7592 // UsualArithmeticConversions - performs the UsualUnaryConversions on it's
7597 QualType UsualArithmeticConversions(ExprResult &LHS, ExprResult &RHS,

Completed in 86 milliseconds