Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp1278 struct IgnoreSideEffectsRAII { struct
1281 explicit IgnoreSideEffectsRAII(EvalInfo &Info) in IgnoreSideEffectsRAII() argument
1286 ~IgnoreSideEffectsRAII() { Info.EvalMode = OldMode; } in ~IgnoreSideEffectsRAII() argument
11719 IgnoreSideEffectsRAII Fold(Info); in tryEvaluateBuiltinObjectSize()