/external/webkit/Tools/android/flex-2.5.4a/ |
D | flexdef.h | 82 #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 …]
|
D | tblcmp.c | 36 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[]));
|
D | gen.c | 36 void gen_next_state PROTO((int)); 37 void genecs PROTO((void)); 38 void indent_put2s PROTO((char [], char [])); 39 void indent_puts PROTO((char []));
|
D | dfa.c | 36 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[]));
|
D | main.c | 46 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 ***));
|
D | nfa.c | 36 int dupmachine PROTO((int)); 37 void mkxtion PROTO((int, int));
|
D | sym.c | 36 int hashfunct PROTO((register char[], int));
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/ |
D | Borland-2.4 | 238 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/ |
D | protocols.m | 32 @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>
|
D | undef-protocol-methods-1.m | 19 @protocol PROTO<P1, P3> protocol 25 @interface INTF <PROTO> // expected-note 3 {{required for direct or indirect protocol 'PROTO'}} \
|
D | class-def-test-1.m | 23 @protocol PROTO; protocol 25 @interface INTF3 : PROTO @end // expected-error {{cannot find interface declaration for 'PROTO', su…
|
/external/clang/test/CodeGenObjC/ |
D | default-property-synthesis.m | 14 @protocol PROTO protocol 19 @protocol PROTO1 <PROTO> 23 @interface Super <PROTO>
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-protocol.mm | 12 @protocol PROTO <P1, P2> protocol 27 @interface INTF <PROTO, ROOT>
|
D | rewrite-modern-class.mm | 4 @protocol PROTO @end protocol 15 @interface MAXIMAL : root_with_ivars<PROTO>
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
D | vms-code.c | 13 static char *fix_arg0 PROTO((const char *)); 142 extern void exit PROTO((int)); /* <stdlib.h> ended up prototyping vms_exit */
|
/external/libpcap/ |
D | tokdefs.h | 42 PROTO = 268, enumerator 146 #define PROTO 268 macro
|
D | grammar.y | 170 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE 299 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); }
|
D | scanner.l | 239 proto return PROTO;
|
D | grammar.c | 77 PROTO = 268, enumerator 181 #define PROTO 268 macro
|
D | scanner.c | 2988 return PROTO;
|
/external/valgrind/main/coregrind/m_demangle/ |
D | ansidecl.h | 192 #define PROTO(type, name, arglist) type name arglist macro 231 #define PROTO(type, name, arglist) type name () macro
|
/external/valgrind/tsan/ |
D | ts_pin.cc | 774 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/ |
D | diffs | 213 #ifndef PROTO 221 #ifndef PROTO
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 896 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/ |
D | SemaExprObjC.cpp | 1318 ObjCProtocolDecl *PROTO = (*I); in LookupMethodInQualifiedType() local 1319 if ((MD = PROTO->lookupMethod(Sel, Instance))) { in LookupMethodInQualifiedType()
|