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

  /external/clang/include/clang/AST/
OperationKinds.h 334 UO_Plus, UO_Minus, // [C99 6.5.3.3] Unary arithmetic
StmtVisitor.h 89 case UO_Plus: DISPATCH(UnaryPlus, UnaryOperator);
Expr.h     [all...]
  /external/clang/lib/AST/
Expr.cpp 122 case UO_Plus:
    [all...]
StmtProfile.cpp 662 UnaryOp = UO_Plus;
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 244 case UO_Plus:
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 811 case UO_Plus:
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 769 if (UOE->getOpcode() == UO_Plus || UOE->getOpcode() == UO_Minus)
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 807 milliseconds