Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dconversion.cpp269 #define CHECK13(condition) test13(identity13(!(condition))) macro
272 CHECK13(check_str_nullptr_13(str)); in function1()
273 CHECK13(check_str_null_13(str)); in function1()
278CHECK13(some_bool_function(nullptr)); // expected-warning{{implicit conversion of nullptr constan… in function2()
279CHECK13(some_bool_function(NULL)); // expected-warning{{implicit conversion of NULL constant to '… in function2()
/external/llvm/test/Verifier/
Dinvalid-eh.ll13 …N: sed -e s/.T13:// %s | not opt -verify -disable-output 2>&1 | FileCheck --check-prefix=CHECK13 %s
192 ;T13: ; CHECK13: EH pad cannot handle exceptions raised within it
193 ;T13: ; CHECK13-NEXT: %cs = catchswitch within none [label %catch] unwind label %switch