Searched refs:zero_result (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/SemaObjC/ |
H A D | attr-swift-error.m | 17 extern int f2(void) __attribute__((__swift_error__(none,zero_result))); 18 // expected-error@-1 {{use of undeclared identifier 'zero_result'}} 26 - (BOOL)m4:(NSError **)error __attribute__((__swift_error__(zero_result))); argument 39 - (Undeclared)n4:(NSError **)error __attribute__((__swift_error__(zero_result))); argument 52 - (instancetype)o4 __attribute__((__swift_error__(zero_result))); argument 61 extern BOOL m4(CFErrorRef *) __attribute__((__swift_error__(zero_result))); 71 extern Undeclared n4(CFErrorRef *) __attribute__((__swift_error__(zero_result))); 79 extern void *o4(CFErrorRef *) __attribute__((__swift_error__(zero_result))); 80 // expected-error@-1 {{'__swift_error__' attribute with 'zero_result' convention can only be applie… 89 extern void *p4(void) __attribute__((__swift_error__(zero_result)));
|
/llvm-project/llvm/utils/ |
H A D | rsp_bisect.py | 115 def bisect(test, zero_result, rsp_entries, num_files_in_rsp, other_rel_path, rsp_path): argument 134 if zero_result == result:
|
/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 2955 ["none", "nonnull_error", "null_result", "zero_result", "nonzero_result"],
|
H A D | AttrDocs.td | 5020 * ``swift_error(zero_result)`` means that calls to the function should be
|