Home
last modified time | relevance | path

Searched refs:PROTO (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/Tools/android/flex-2.5.4a/
Dflexdef.h82 #ifndef PROTO
84 #define PROTO(proto) proto macro
86 #define PROTO(proto) () macro
655 void *allocate_array PROTO((int, size_t));
656 void *reallocate_array PROTO((void*, int, size_t));
658 void *flex_alloc PROTO((size_t));
659 void *flex_realloc PROTO((void*, size_t));
660 void flex_free PROTO((void*));
712 extern void ccladd PROTO((int, int)); /* add a single character to a ccl */
713 extern int cclinit PROTO((void)); /* make an empty ccl */
[all …]
Dtblcmp.c36 void mkentry PROTO((register int*, int, int, int, int));
37 void mkprot PROTO((int[], int, int));
38 void mktemplate PROTO((int[], int, int));
39 void mv2front PROTO((int));
40 int tbldiff PROTO((int[], int, int[]));
Dgen.c36 void gen_next_state PROTO((int));
37 void genecs PROTO((void));
38 void indent_put2s PROTO((char [], char []));
39 void indent_puts PROTO((char []));
Ddfa.c36 void dump_associated_rules PROTO((FILE*, int));
37 void dump_transitions PROTO((FILE*, int[]));
38 void sympartition PROTO((int[], int, int[], int[]));
39 int symfollowset PROTO((int[], int, int, int[]));
Dmain.c46 void flexinit PROTO((int, char**));
47 void readin PROTO((void));
48 void set_up_initial_allocations PROTO((void));
51 extern void argv_fixup PROTO((int *, char ***));
Dnfa.c36 int dupmachine PROTO((int));
37 void mkxtion PROTO((int, int));
Dsym.c36 int hashfunct PROTO((register char[], int));
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
DBorland-2.4238 void *allocate_array PROTO((int, int));
239 void *reallocate_array PROTO((void*, int, int));
241 +void *allocate_array PROTO((size_t, size_t));
242 +void *reallocate_array PROTO((void*, size_t, size_t));
246 void *flex_alloc PROTO((unsigned int));
247 void *flex_realloc PROTO((void*, unsigned int));
249 +void *flex_alloc PROTO((size_t));
250 +void *flex_realloc PROTO((void*, size_t));
252 void flex_free PROTO((void*));
261 extern void skelout PROTO((void));
[all …]
/external/clang/test/SemaObjC/
Dprotocols.m32 @protocol PROTO<p1> // expected-note {{previous definition is here}} protocol
35 @protocol PROTO<p1> // expected-warning {{duplicate protocol definition of 'PROTO'}} protocol
44 @protocol PROTO4 <p1, p2, PROTO, PROTO3, p3>
Dundef-protocol-methods-1.m19 @protocol PROTO<P1, P3> protocol
25 @interface INTF <PROTO> // expected-note 3 {{required for direct or indirect protocol 'PROTO'}} \
Dclass-def-test-1.m23 @protocol PROTO; protocol
25 @interface INTF3 : PROTO @end // expected-error {{cannot find interface declaration for 'PROTO', su…
/external/clang/test/CodeGenObjC/
Ddefault-property-synthesis.m14 @protocol PROTO protocol
19 @protocol PROTO1 <PROTO>
23 @interface Super <PROTO>
/external/clang/test/Rewriter/
Drewrite-modern-protocol.mm12 @protocol PROTO <P1, P2> protocol
27 @interface INTF <PROTO, ROOT>
Drewrite-modern-class.mm4 @protocol PROTO @end protocol
15 @interface MAXIMAL : root_with_ivars<PROTO>
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
Dvms-code.c13 static char *fix_arg0 PROTO((const char *));
142 extern void exit PROTO((int)); /* <stdlib.h> ended up prototyping vms_exit */
/external/libpcap/
Dtokdefs.h42 PROTO = 268, enumerator
146 #define PROTO 268 macro
Dgrammar.y170 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
299 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); }
Dscanner.l239 proto return PROTO;
Dgrammar.c77 PROTO = 268, enumerator
181 #define PROTO 268 macro
Dscanner.c2988 return PROTO;
/external/valgrind/main/coregrind/m_demangle/
Dansidecl.h192 #define PROTO(type, name, arglist) type name arglist macro
231 #define PROTO(type, name, arglist) type name () macro
/external/valgrind/tsan/
Dts_pin.cc774 PROTO proto = PROTO_Allocate(PIN_PARG(uintptr_t), in ReplaceFunc3()
798 PROTO proto = PROTO_Allocate(PIN_PARG(uintptr_t), in WrapFunc4()
826 PROTO proto = PROTO_Allocate(PIN_PARG(uintptr_t), in WrapFunc6()
2841 PROTO proto = PROTO_Allocate(PIN_PARG(uintptr_t), in WrapStdCallFunc1()
2862 PROTO proto = PROTO_Allocate(PIN_PARG(uintptr_t), in WrapStdCallFunc2()
2885 PROTO proto = PROTO_Allocate(PIN_PARG(uintptr_t), in WrapStdCallFunc3()
2910 PROTO proto = PROTO_Allocate(PIN_PARG(uintptr_t), in WrapStdCallFunc4()
2937 PROTO proto = PROTO_Allocate(PIN_PARG(uintptr_t), in WrapStdCallFunc5()
2966 PROTO proto = PROTO_Allocate(PIN_PARG(uintptr_t), in WrapStdCallFunc6()
2997 PROTO proto = PROTO_Allocate(PIN_PARG(uintptr_t), in WrapStdCallFunc7()
[all …]
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
Ddiffs213 #ifndef PROTO
221 #ifndef PROTO
/external/clang/lib/CodeGen/
DCGObjCMac.cpp896 const ObjCProtocolDecl *PROTO,
2117 const ObjCProtocolDecl *PROTO, in PushProtocolProperties() argument
2119 for (ObjCProtocolDecl::protocol_iterator P = PROTO->protocol_begin(), in PushProtocolProperties()
2120 E = PROTO->protocol_end(); P != E; ++P) in PushProtocolProperties()
2122 for (ObjCContainerDecl::prop_iterator I = PROTO->prop_begin(), in PushProtocolProperties()
2123 E = PROTO->prop_end(); I != E; ++I) { in PushProtocolProperties()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1318 ObjCProtocolDecl *PROTO = (*I); in LookupMethodInQualifiedType() local
1319 if ((MD = PROTO->lookupMethod(Sel, Instance))) { in LookupMethodInQualifiedType()

12