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

  /external/clang/include/clang/AST/
OperationKinds.h 321 UO_PostInc, UO_PostDec, // [C99 6.5.2.4] Postfix increment and decrement
StmtVisitor.h 82 case UO_PostInc: DISPATCH(UnaryPostInc, UnaryOperator);
Expr.h     [all...]
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 150 case UO_PostInc:
LiveVariables.cpp 429 case UO_PostInc:
UninitializedValues.cpp 523 case clang::UO_PostInc:
ThreadSafety.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 744 case UO_PostInc: return "++";
765 case OO_PlusPlus: return Postfix ? UO_PostInc : UO_PreInc;
778 case UO_PostInc: case UO_PreInc: return OO_PlusPlus;
    [all...]
StmtProfile.cpp 655 : UO_PostInc;
ExprConstant.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 554 clang::UO_PostInc,
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 278 milliseconds