Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstexpr-builtin-bit-cast.cpp431 constexpr bool f(bool read_uninit) { in f() argument
442 …if (read_uninit && b.d[10]) // expected-note{{read of uninitialized object is not allowed in a con… in f()