HomeSort by relevance Sort by last modified time
    Searched refs:UsualUnaryConversions (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Sema/
SemaExpr.cpp 435 /// UsualUnaryConversions - Performs various conversions that are common to most
440 ExprResult Sema::UsualUnaryConversions(Expr *E) {
448 assert(!Ty.isNull() && "UsualUnaryConversions - missing type");
488 /// double. All other argument types are converted by UsualUnaryConversions().
493 ExprResult Res = UsualUnaryConversions(E);
    [all...]
SemaStmt.cpp 537 CondResult = UsualUnaryConversions(Cond);
    [all...]
SemaExprObjC.cpp     [all...]
SemaChecking.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 398 milliseconds