/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | DoubleMethod.m | 8 - (void) method; // expected-note {{previous declaration is here}} method 9 - (void) method; // expected-warning {{multiple declarations of method 'method' found and ignored}} method 13 - (void) method {;} // expected-note {{previous declaration is here}} method 14 - (void) method {;} // expected-error {{duplicate declaration of method 'method'}} method
|
H A D | comptypes-5.m | 8 - (void) method; method 15 - (void) method; method in Addition
|
H A D | attr-availability.m | 20 - (void)method; // NOTE: we expect 'method' to *not* inherit availability. method 44 - (void) method; method 48 - (void) method; method 52 - (void) method { method 58 - (void) method { method
|
H A D | attr-availability-1.m | 23 - (void)method; // NOTE: we expect 'method' to *not* inherit availability. method 47 - (void) method; method 51 - (void) method; method 55 - (void) method { method 61 - (void) method { method
|
H A D | protocol-lookup-2.m | 26 + (id)method { class 30 - (id)method { method
|
H A D | ivar-lookup.m | 21 - (float*)method; method 27 - (int*)method; method 31 - (int*)method { method
|
H A D | comptypes-7.m | 9 - (void) method; method
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/ |
H A D | ivar-lookup.mm | 4 - (float*)method; method 10 - (int*)method; method 14 - (int*)method { method
|
H A D | message.mm | 3 - (int*)method; method 7 - (int*)method { method 19 - (int*)method; method 20 + (void)method; class 32 - (int*)method { method 40 + (void)method { class 47 + (int*)method; class
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
H A D | p3-0x.cpp | 33 struct method { struct 34 vararg_func implementation; 36 method(vararg_func implementation) : implementation(implementation) {} in method() argument 39 auto getImplementation() const -> TFunctionType in getImplementation()
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCUDA/ |
H A D | method-target.cu | 9 void method() {} in method() function 20 …void method(int) {} // expected-note {{candidate function not viable: call to __host__ function fr… in method() function 21 …void method(float) {} // expected-note {{candidate function not viable: call to __host__ function … in method() function 32 __device__ void method() {} in method() function 43 __device__ void method() {} in method() function 66 void method() {} in method() function
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/Inputs/ |
H A D | override-system-header.h | 5 #define STDMETHOD(method) virtual void method argument 6 #define IFACEMETHOD(method) STDMETHOD(method) argument
|
/minix3/crypto/external/bsd/openssl/dist/crypto/x509v3/ |
H A D | v3_ocsp.c | 160 static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, in i2r_ocsp_crlid() 193 static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, in i2r_ocsp_acutoff() 203 static int i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, in i2r_object() 262 static int i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, in i2r_ocsp_nonce() 274 static int i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, in i2r_ocsp_nocheck() 280 static void *s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, in s2i_ocsp_nocheck() 286 static int i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, in i2r_ocsp_serviceloc()
|
H A D | v3_skey.c | 75 char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, ASN1_OCTET_STRING *oct) in i2s_ASN1_OCTET_STRING() 80 ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_OCTET_STRING() 102 static ASN1_OCTET_STRING *s2i_skey_id(X509V3_EXT_METHOD *method, in s2i_skey_id()
|
H A D | v3_ia5.c | 81 static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, in i2s_ASN1_IA5STRING() 96 static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, in s2i_ASN1_IA5STRING()
|
H A D | v3_alt.c | 239 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, in v2i_issuer_alt() 308 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, in v2i_subject_alt() 399 GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAMES() 422 GENERAL_NAME *v2i_GENERAL_NAME(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAME() 429 const X509V3_EXT_METHOD *method, in a2i_GENERAL_NAME() 520 const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAME_ex()
|
H A D | v3_enum.c | 90 char *i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *method, ASN1_ENUMERATED *e) in i2s_ASN1_ENUMERATED_TABLE()
|
/minix3/external/bsd/llvm/dist/llvm/docs/ |
H A D | WritingAnLLVMPass.rst | 367 .. _writing-an-llvm-pass-CallGraphSCCPass: 416 .. _writing-an-llvm-pass-runOnSCC: 440 .. _writing-an-llvm-pass-FunctionPass: 490 .. _writing-an-llvm-pass-runOnFunction: 503 .. _writing-an-llvm-pass-doFinalization-mod: 517 .. _writing-an-llvm-pass-LoopPass: 545 .. _writing-an-llvm-pass-runOnLoop: 570 .. _writing-an-llvm-pass-RegionPass: 598 .. _writing-an-llvm-pass-runOnRegion: 624 .. _writing-an-llvm-pass-BasicBlockPass: [all …]
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | synchronized.m | 6 - (void)method; method 13 {
|
H A D | stret.m | 18 +(struct st)method; class
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/ |
H A D | mangle-blocks.mm | 22 - (void)method; method 26 - (void)method { method
|
/minix3/external/bsd/llvm/dist/clang/test/FixIt/ |
H A D | typo.m | 100 - (int)method; // expected-note{{using}} method 106 - (int)method; method 110 - (int)method { method 137 - (void)method; // expected-note{{also found}} method 143 - (void)method { method
|
H A D | typo-crash.m | 5 - (int)method { return ivar; } // expected-error{{use of undeclared identifier 'ivar'}} method in Blarg
|
/minix3/crypto/external/bsd/openssl/dist/crypto/ui/ |
H A D | ui_lib.c | 77 UI *UI_new_method(const UI_METHOD *method) in UI_new_method() 611 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)) in UI_method_set_opener() 620 int UI_method_set_writer(UI_METHOD *method, in UI_method_set_writer() 630 int UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui)) in UI_method_set_flusher() 639 int UI_method_set_reader(UI_METHOD *method, in UI_method_set_reader() 649 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui)) in UI_method_set_closer() 658 int UI_method_set_prompt_constructor(UI_METHOD *method, in UI_method_set_prompt_constructor() 672 int (*UI_method_get_opener(UI_METHOD *method)) (UI *) { in UI_method_get_opener() 679 int (*UI_method_get_writer(UI_METHOD *method)) (UI *, UI_STRING *) { in UI_method_get_writer() 686 int (*UI_method_get_flusher(UI_METHOD *method)) (UI *) { in UI_method_get_flusher() [all …]
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | debug-info-ptr-to-member-function.cpp | 7 void foo(int (T::*method)()) {} in foo()
|