Home
last modified time | relevance | path

Searched refs:ERROR_RESULT (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/Sema/
Dattr-swiftcall.c6 #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/
Dattr-swiftcall.c5 #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/
Dattr-swiftcall.cpp5 #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/
Dattr-swiftcall.cpp5 #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/
Dparamgrill.c723 #define ERROR_RESULT 2 macro
1713 return ERROR_RESULT; in allBench()