Home
last modified time | relevance | path

Searched refs:DECL (Results 1 – 25 of 41) sorted by relevance

12

/external/libxml2/
DHTMLparser.c763 #define DECL (const char**) macro
768 DECL html_inline , NULL , DECL a_attrs , DECL target_attr, NULL
771 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
774 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
777 DECL inline_p , NULL , DECL html_attrs, NULL, NULL
780 DECL flow_param , NULL , NULL , DECL applet_attrs, NULL
783 EMPTY , NULL , DECL area_attrs , DECL target_attr, DECL alt_attr
786 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
789 EMPTY , NULL , NULL , DECL target_attr, DECL href_attrs
792 EMPTY , NULL , NULL, DECL basefont_attrs, NULL
[all …]
/external/chromium_org/third_party/libxml/src/
DHTMLparser.c763 #define DECL (const char**) macro
768 DECL html_inline , NULL , DECL a_attrs , DECL target_attr, NULL
771 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
774 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
777 DECL inline_p , NULL , DECL html_attrs, NULL, NULL
780 DECL flow_param , NULL , NULL , DECL applet_attrs, NULL
783 EMPTY , NULL , DECL area_attrs , DECL target_attr, DECL alt_attr
786 DECL html_inline , NULL , DECL html_attrs, NULL, NULL
789 EMPTY , NULL , NULL , DECL target_attr, DECL href_attrs
792 EMPTY , NULL , NULL, DECL basefont_attrs, NULL
[all …]
/external/chromium_org/third_party/smhasher/src/
Dpstdint.h747 #define DECL(us,bits) glue3(DECL,us,) (bits) macro
752 DECL(I,8) in main()
753 DECL(U,8) in main()
754 DECL(I,16) in main()
755 DECL(U,16) in main()
756 DECL(I,32) in main()
757 DECL(U,32) in main()
759 DECL(I,64) in main()
760 DECL(U,64) in main()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_variance_sse2.c345 #define DECL(w, opt) \ macro
353 DECL(4, opt2); \
354 DECL(8, opt1); \
355 DECL(16, opt1)
360 #undef DECL
422 #define DECL(w, opt) \ macro
432 DECL(4, opt2); \
433 DECL(8, opt1); \
434 DECL(16, opt1)
438 #undef DECL
/external/clang/include/clang/AST/
DDeclVisitor.h40 #define DECL(DERIVED, BASE) \ in Visit() macro
42 #define ABSTRACT_DECL(DECL) in Visit() argument
50 #define DECL(DERIVED, BASE) \ macro
DASTFwd.h18 #define DECL(DERIVED, BASE) class DERIVED##Decl; macro
DASTTypeTraits.h69 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, macro
119 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl) in KIND_TO_KIND_ID() macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
DLang.g8 tokens {DECL;} // an imaginary node
12 decl : type ID ';' -> ^(DECL type ID)
DLangDumpDecl.m93 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
130 * LangDumpDecl.g:8:1: decl : ^( DECL type declarator ) ;
141 // LangDumpDecl.g:8:6: ( ^( DECL type declarator ) ) // ruleBlockSingleAlt
142 // LangDumpDecl.g:8:8: ^( DECL type declarator ) // alt
144 [self match:input TokenType:DECL Follow:FOLLOW_DECL_in_decl45];
DLangParser.m195 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
317 * Lang.g:12:1: decl : type ID ';' -> ^( DECL type ID ) ;
349 // Lang.g:12:6: ( type ID ';' -> ^( DECL type ID ) ) // ruleBlockSingleAlt
384 // 12:20: -> ^( DECL type ID )
386 // Lang.g:12:23: ^( DECL type ID )
390 [treeAdaptor createTree:DECL Text:@"DECL"]
Doutput1 tree: (DECL int a)
DLang.tokens2 DECL=4
DLangDumpDecl.tokens2 DECL=4
DLangDumpDecl.g8 decl : ^(DECL type declarator)
DREADME.txt10 tree: (DECL int a)
DLangLexer.h22 #define DECL 4 macro
DLangDumpDecl.h31 #define DECL 4 macro
DLangParser.h31 #define DECL 4 macro
/external/clang/lib/AST/
DDeclBase.cpp40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; macro
41 #define ABSTRACT_DECL(DECL) argument
75 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() macro
76 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument
94 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() macro
95 #define ABSTRACT_DECL(DECL) in getDeclKindName() argument
109 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() macro
110 #define ABSTRACT_DECL(DECL) in PrintStats() argument
115 #define DECL(DERIVED, BASE) \ in PrintStats() macro
123 #define ABSTRACT_DECL(DECL) in PrintStats() argument
[all …]
DASTTypeTraits.cpp30 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, macro
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DCommonTreeAdaptor.as36 * token DECL, but you need to create it as a payload or whatever for
37 * the DECL node as in ^(DECL type ID).
48 * token DECL, but you need to create it as a payload or whatever for
49 * the DECL node as in ^(DECL type ID).
DBaseTreeAdaptor.as215 * token DECL, but you need to create it as a payload or whatever for
216 * the DECL node as in ^(DECL type ID).
227 * token DECL, but you need to create it as a payload or whatever for
228 * the DECL node as in ^(DECL type ID).
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRCommonTreeAdaptor.m64 * token DECL, but you need to create it as a payload or whatever for
65 * the DECL node as in ^(DECL type ID).
83 * token DECL, but you need to create it as a payload or whatever for
84 * the DECL node as in ^(DECL type ID).
DANTLRBaseTreeAdaptor.m356 * token DECL, but you need to create it as a payload or whatever for
357 * the DECL node as in ^(DECL type ID).
369 * token DECL, but you need to create it as a payload or whatever for
370 * the DECL node as in ^(DECL type ID).
/external/javassist/src/main/javassist/compiler/
DTokenId.java121 int DECL = 'D'; // declaration statement field

12