Searched refs:ERROR_RESULT (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/Sema/ |
D | attr-swiftcall.c | 5 #define ERROR_RESULT __attribute__((swift_error_result)) macro 20 void error_result_nonswift(ERROR_RESULT void **error); // expected-error {{'swift_error_result' par… 21 void error_result_bad_position(ERROR_RESULT void **error, int last) SWIFTCALL; // expected-error {{… 22 void error_result_bad_position2(int first, ERROR_RESULT void **error) SWIFTCALL; // expected-error … 23 void error_result_bad_type(CONTEXT void *context, ERROR_RESULT int error) SWIFTCALL; // expected-er… 24 void error_result_bad_type2(CONTEXT void *context, ERROR_RESULT int *error) SWIFTCALL; // expected-… 25 void error_result_okay(int a, int b, CONTEXT void *context, ERROR_RESULT void **error) SWIFTCALL;
|
/external/clang/test/SemaCXX/ |
D | attr-swiftcall.cpp | 5 #define ERROR_RESULT __attribute__((swift_error_result)) macro 19 void error_result_nonswift(ERROR_RESULT void **error); // expected-error {{'swift_error_result' par… 20 void error_result_bad_position(ERROR_RESULT void **error, int last) SWIFTCALL; // expected-error {{… 21 void error_result_bad_position2(int first, ERROR_RESULT void **error) SWIFTCALL; // expected-error … 22 void error_result_bad_type(CONTEXT void *context, ERROR_RESULT int error) SWIFTCALL; // expected-er… 23 void error_result_bad_type2(CONTEXT void *context, ERROR_RESULT int *error) SWIFTCALL; // expected-… 24 void error_result_okay(int a, int b, CONTEXT void *context, ERROR_RESULT void **error) SWIFTCALL;
|