Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp267 struct Bit0Cons { int : 0; Bit0Cons(); }; struct
285 { int arr[T(__is_empty(Bit0Cons))]; } in is_empty()