HomeSort by relevance Sort by last modified time
    Searched refs:decl (Results 226 - 250 of 566) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiSetMem.S 126 decl %eax
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DivU64x64Remainder.S 73 decl %ebx # adjust quotient by -1
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.m 195 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
250 * Lang.g:10:1: start : decl ;
270 // Lang.g:10:7: ( decl ) // ruleBlockSingleAlt
271 // Lang.g:10:9: decl // alt
279 decl1 = [self decl];
316 * $ANTLR start decl
317 * Lang.g:12:1: decl : type ID ';' -> ^( DECL type ID ) ;
319 - (LangParser_decl_return *) decl
349 // Lang.g:12:6: ( type ID ';' -> ^( DECL type ID ) ) // ruleBlockSingleAl
    [all...]
LangDumpDecl.m 93 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]];
129 * $ANTLR start decl
130 * LangDumpDecl.g:8:1: decl : ^( DECL type declarator ) ;
132 - (void) decl
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];
185 /* $ANTLR end decl */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 428 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}>
452 catch(decl,action) ::= <<
453 catch (<e.decl>) {
1155 <scope.attributes:{<it.decl>;}; separator="\n">
1164 <scope.attributes:{<it.decl>;}; separator="\n">
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 385 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}>
412 catch(decl,action) ::= <<
413 catch (<e.decl>) {
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 443 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}>
471 catch(decl,action) ::= <<
472 except <e.decl>:
    [all...]
  /external/boringssl/linux-x86/crypto/bn/
x86-mont.S 141 decl %ebx
157 decl %ebx
445 decl %ecx
460 decl %ebx
  /external/boringssl/mac-x86/crypto/bn/
x86-mont.S 140 decl %ebx
156 decl %ebx
444 decl %ecx
459 decl %ebx
  /external/clang/bindings/python/tests/cindex/
test_cursor.py 277 decl = get_cursor(tu, 'C')
280 assert(curs[0].semantic_parent == decl)
285 decl = get_cursor(tu, 'C')
288 assert(curs[0].lexical_parent == decl)
  /prebuilts/go/darwin-x86/src/go/ast/
example_test.go 85 // 6 . Decls: []ast.Decl (len = 1) {
93 // 14 . . . . . Decl: *(obj @ 7)
202 func removeFirstVarDecl(list []ast.Decl) []ast.Decl {
203 for i, decl := range list {
204 if gen, ok := decl.(*ast.GenDecl); ok && gen.Tok == token.VAR {
  /prebuilts/go/linux-x86/src/go/ast/
example_test.go 85 // 6 . Decls: []ast.Decl (len = 1) {
93 // 14 . . . . . Decl: *(obj @ 7)
202 func removeFirstVarDecl(list []ast.Decl) []ast.Decl {
203 for i, decl := range list {
204 if gen, ok := decl.(*ast.GenDecl); ok && gen.Tok == token.VAR {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
hlebad.l 569 [ ]*201[ ]+xacquire decl %ecx
570 [ ]*202[ ]+xacquire lock decl %ecx
571 [ ]*203[ ]+lock xacquire decl %ecx
572 [ ]*204[ ]+xrelease decl %ecx
573 [ ]*205[ ]+xrelease lock decl %ecx
574 [ ]*206[ ]+lock xrelease decl %ecx
575 [ ]*207[ ]+xacquire decl \(%ecx\)
576 [ ]*208[ ]+xrelease decl \(%ecx\)
lock-1.d 24 [ ]*[a-f0-9]+: f0 ff 0b lock decl \(%ebx\)
53 [ ]*[a-f0-9]+: f0 ff 0b lock decl \(%ebx\)
lock-1.s 19 lock decl (%ebx)
lockbad-1.s 21 lock decl %ebx
x86-64-lock-1.d 25 [ ]*[a-f0-9]+: f0 ff 0b lock decl \(%rbx\)
55 [ ]*[a-f0-9]+: f0 ff 0b lock decl \(%rbx\)
x86-64-lock-1.s 20 lock decl (%rbx)
x86-64-lockbad-1.s 21 lock decl %ebx
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 1057 String decl = type.getDeclaration(); local
1094 String decl = type.getDeclaration(); local
1148 String decl = type.getDeclaration(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
config.py 286 libraries=None, library_dirs=None, decl=0, call=0):
293 files listed in 'headers'. If 'decl' is true, it then declares
295 and set 'decl' true in the same call, or you might get errors about
304 if decl:
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 363 XMLNSDecl decl = (XMLNSDecl) declaredPrefixes.get(i); local
364 if(decl.getURI().equals(Constants.S_XSLNAMESPACEURL))
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp 24 EXPECT_TRUE(Finder.addDynamicMatcher(decl(), nullptr));
34 TEST(Decl, MatchesDeclarations) {
35 EXPECT_TRUE(notMatches("", decl(usingDecl())));
37 decl(usingDecl())));
110 hasDeclContext(decl(hasDeclContext(translationUnitDecl()))))));
194 // Matcher<Decl>, too?
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw.c 118 const SVGA3dVertexDecl *decl,
125 hwtnl->cmd.vdecl[i] = *decl;
  /frameworks/base/tools/aapt2/link/
ReferenceLinker.cpp 55 StringPool* string_pool, xml::IPackageDeclStack* decl)
59 package_decls_(decl),

Completed in 429 milliseconds

1 2 3 4 5 6 7 8 91011>>