Home
last modified time | relevance | path

Searched refs:zero_result (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dattr-swift-error.m17 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 Drsp_bisect.py115 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 DAttr.td2955 ["none", "nonnull_error", "null_result", "zero_result", "nonzero_result"],
H A DAttrDocs.td5020 * ``swift_error(zero_result)`` means that calls to the function should be