Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1339 struct IgnoreSideEffectsRAII { struct
1342 explicit IgnoreSideEffectsRAII(EvalInfo &Info) in IgnoreSideEffectsRAII() argument
1347 ~IgnoreSideEffectsRAII() { Info.EvalMode = OldMode; } in ~IgnoreSideEffectsRAII() argument
12342 IgnoreSideEffectsRAII Fold(Info); in tryEvaluateBuiltinObjectSize()