Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx2a.cpp77 #define CHECK_TYPE(...) static_assert(__is_same(__VA_ARGS__)); macro
86 CHECK_TYPE(decltype(eq), SO); in __anone7a22a950102()
90 CHECK_TYPE(decltype(less), SO); in __anone7a22a950102()
94 CHECK_TYPE(decltype(greater), SO); in __anone7a22a950102()
104 CHECK_TYPE(decltype(eq), PO); in __anone7a22a950102()
108 CHECK_TYPE(decltype(less), PO); in __anone7a22a950102()
112 CHECK_TYPE(decltype(greater), PO); in __anone7a22a950102()