Home
last modified time | relevance | path

Searched defs:ImmediateEscalating (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dcxx2b-consteval-propagate.cpp273 struct ImmediateEscalating { struct
277 constexpr ImmediateEscalating(T yy) // expected-note {{ImmediateEscalating<int>' is an immediate constructor because the initializer of 'y' contains a call to a consteval function 'f' and that call is not a constant expression}} in ImmediateEscalating() function
283 // expected-error@-1 {{call to immediate function 'UserDefinedConstructors::ImmediateEscalating::ImmediateEscalating<int>' is not a constant expression}} \ argument
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17492 bool ImmediateEscalating = false; HandleImmediateInvocations() local