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

  /external/clang/lib/Sema/
SemaStmt.cpp 711 Expr::SE_AllowSideEffects);
    [all...]
SemaChecking.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 496 enum SideEffectsKind { SE_NoSideEffects, SE_AllowSideEffects };
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 793 if (E->EvaluateAsInt(Value, CGF.getContext(), Expr::SE_AllowSideEffects)) {
    [all...]

Completed in 150 milliseconds