Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 145) sorted by relevance

123456

/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A DDoubleMethod.m8 - (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 Dcomptypes-5.m8 - (void) method; method
15 - (void) method; method in Addition
H A Dattr-availability.m20 - (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 Dattr-availability-1.m23 - (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 Dprotocol-lookup-2.m26 + (id)method { class
30 - (id)method { method
H A Divar-lookup.m21 - (float*)method; method
27 - (int*)method; method
31 - (int*)method { method
H A Dcomptypes-7.m9 - (void) method; method
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Divar-lookup.mm4 - (float*)method; method
10 - (int*)method; method
14 - (int*)method { method
H A Dmessage.mm3 - (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 Dp3-0x.cpp33 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 Dmethod-target.cu9 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 Doverride-system-header.h5 #define STDMETHOD(method) virtual void method argument
6 #define IFACEMETHOD(method) STDMETHOD(method) argument
/minix3/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dv3_ocsp.c160 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 Dv3_skey.c75 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 Dv3_ia5.c81 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 Dv3_alt.c239 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 Dv3_enum.c90 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 DWritingAnLLVMPass.rst367 .. _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 Dsynchronized.m6 - (void)method; method
13 {
H A Dstret.m18 +(struct st)method; class
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/
H A Dmangle-blocks.mm22 - (void)method; method
26 - (void)method { method
/minix3/external/bsd/llvm/dist/clang/test/FixIt/
H A Dtypo.m100 - (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 Dtypo-crash.m5 - (int)method { return ivar; } // expected-error{{use of undeclared identifier 'ivar'}} method in Blarg
/minix3/crypto/external/bsd/openssl/dist/crypto/ui/
H A Dui_lib.c77 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 Ddebug-info-ptr-to-member-function.cpp7 void foo(int (T::*method)()) {} in foo()

123456