Home
last modified time | relevance | path

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

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