Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Frontend/
H A Dftime-report-template-decl.cpp113 #define sassert(_b_) bool_<(_b_)>::type CAT(var, __LINE__); macro
134 sassert(sizeof(L<0>::O<int>::Fun(0)) == sizeof(one)); in Instantiate()
135 sassert(sizeof(L<0>::O<char>::Fun(0)) == sizeof(one)); in Instantiate()
/llvm-project-15.0.7/clang/test/Parser/
H A Dcxx-template-decl.cpp192 #define sassert(_b_) bool_<(_b_)>::type CAT(var, __LINE__);
216 sassert(sizeof(L<0>::O<int>::Fun(0)) == sizeof(one));
217 sassert(sizeof(L<0>::O<char>::Fun(0)) == sizeof(one));