Searched refs:ERROR_RESULT (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/test/Sema/ |
D | attr-swiftcall.c | 6 #define ERROR_RESULT __attribute__((swift_error_result)) macro 21 void error_result_nonswift(ERROR_RESULT void **error); // expected-error {{'swift_error_result' par… 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; 26 void error_result_okay2(CONTEXT void *context, ERROR_RESULT void **error, void *selfType, char **se…
|
/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;
|
/external/llvm-project/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_position2(int first, ERROR_RESULT void **error) SWIFTCALL; // expected-error … 21 void error_result_bad_type(CONTEXT void *context, ERROR_RESULT int error) SWIFTCALL; // expected-er… 22 void error_result_bad_type2(CONTEXT void *context, ERROR_RESULT int *error) SWIFTCALL; // expected-… 23 void error_result_okay(int a, int b, CONTEXT void *context, ERROR_RESULT void **error) SWIFTCALL; 24 void error_result_okay(CONTEXT void *context, ERROR_RESULT void **error, void *selfType, char **sel…
|
/external/zstd/tests/ |
D | paramgrill.c | 723 #define ERROR_RESULT 2 macro 1713 return ERROR_RESULT; in allBench()
|