Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconversion.cpp267 #define CHECK13(condition) test13(identity13(!(condition))) macro
270 CHECK13(check_str_nullptr_13(str)); in function1()
271 CHECK13(check_str_null_13(str)); in function1()
276 CHECK13(some_bool_function(nullptr)); // expected-error {{no matching function}} in function2()
277CHECK13(some_bool_function(NULL)); // expected-warning {{implicit conversion of NULL constant to … in function2()
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dinvalid-eh.ll15 …N: sed -e s/.T13:// %s | not opt -verify -disable-output 2>&1 | FileCheck --check-prefix=CHECK13 %s
194 ;T13: ; CHECK13: EH pad cannot handle exceptions raised within it
195 ;T13: ; CHECK13-NEXT: %cs = catchswitch within none [label %catch] unwind label %switch