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

  /external/clang/include/clang/AST/
OperationKinds.h 324 UO_Plus, UO_Minus, // [C99 6.5.3.3] Unary arithmetic
StmtVisitor.h 88 case UO_Plus: DISPATCH(UnaryPlus, UnaryOperator);
Expr.h     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 472 if (UOE->getOpcode() == UO_Plus || UOE->getOpcode() == UO_Minus)
  /external/clang/lib/AST/
Expr.cpp 50 case UO_Plus:
750 case UO_Plus: return "+";
769 case OO_Plus: return UO_Plus;
782 case UO_Plus: return OO_Plus;
    [all...]
StmtProfile.cpp 511 UnaryOp = UO_Plus;
ExprConstant.cpp     [all...]
StmtPrinter.cpp 843 case UO_Plus:
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 650 case UO_Plus:
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]

Completed in 293 milliseconds