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

  /external/clang/include/clang/AST/
OperationKinds.h 332 UO_PreInc, UO_PreDec, // [C99 6.5.3.1] Prefix increment and decrement
StmtVisitor.h 85 case UO_PreInc: DISPATCH(UnaryPreInc, UnaryOperator);
Expr.h     [all...]
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 153 case UO_PreInc:
LiveVariables.cpp 429 case UO_PreInc:
ThreadSafetyCommon.cpp 420 case UO_PreInc:
    [all...]
ThreadSafety.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 240 case UO_PreInc:
Expr.cpp     [all...]
StmtProfile.cpp 943 UnaryOp = S->getNumArgs() == 1? UO_PreInc
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 166 milliseconds