Searched refs:SE_AllowSideEffects (Results 1 - 3 of 3) sorted by path

/external/clang/include/clang/AST/
H A DExpr.h576 enum SideEffectsKind { SE_NoSideEffects, SE_AllowSideEffects }; enumerator in enum:clang::Expr::SideEffectsKind
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1048 if (E->EvaluateAsInt(Value, CGF.getContext(), Expr::SE_AllowSideEffects)) {
/external/clang/lib/Sema/
H A DSemaStmt.cpp846 Expr::SE_AllowSideEffects);

Completed in 605 milliseconds