Home
last modified time | relevance | path

Searched refs:IgnoreSideEffectsRAII (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1088 struct IgnoreSideEffectsRAII { struct
1091 explicit IgnoreSideEffectsRAII(EvalInfo &Info) in IgnoreSideEffectsRAII() argument
1097 ~IgnoreSideEffectsRAII() { Info.EvalMode = OldMode; } in ~IgnoreSideEffectsRAII() argument
8115 IgnoreSideEffectsRAII Fold(Info); in tryEvaluateBuiltinObjectSize()