/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
Java.stg | 392 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}> 427 catch(decl,action) ::= << 428 catch (<e.decl>) { [all...] |
/external/boringssl/linux-x86/crypto/fipsmodule/ |
x86-mont.S | 146 decl %ebx 162 decl %ebx 450 decl %ecx 467 decl %ebx
|
aesni-x86.S | 40 decl %ecx 68 decl %ecx 481 decl %ecx 583 decl %ecx 687 decl %eax 758 decl %ecx 816 decl %ecx 1023 decl %ecx 1109 decl %ecx 1311 decl %ec [all...] |
/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)
|
/external/skia/src/sksl/ |
SkSLGLSLCodeGenerator.h | 130 void writeVarDeclarations(const VarDeclarations& decl, bool global);
|
/external/skqp/src/sksl/ |
SkSLGLSLCodeGenerator.h | 130 void writeVarDeclarations(const VarDeclarations& decl, bool global);
|
/external/turbine/java/com/google/turbine/binder/ |
Binder.java | 146 unit.source(), type.decl().position(), ErrorKind.DUPLICATE_DECLARATION, type.sym()); 326 .evalFieldInitializer(field.decl().init().get(), field.type()); 354 if (field.decl() == null) { 357 final Optional<Tree.Expression> init = field.decl().init();
|
/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/antlr/runtime/ObjC/Framework/examples/treeparser/ |
LangDumpDecl.m | 87 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]]; 117 * $ANTLR start decl 118 * /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/treeparser/LangDumpDecl.g:8:1: decl : ^( DECL type declarator ) ; 120 - (void) decl 131 // /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/treeparser/LangDumpDecl.g:8:6: ( ^( DECL type declarator ) ) // ruleBlockSingleAlt 132 // /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/treeparser/LangDumpDecl.g:8:8: ^( DECL type declarator ) // alt 136 [self match:input TokenType:DECL Follow:FOLLOW_DECL_in_decl45]; 179 /* $ANTLR end 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/python/cpython2/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/antlr/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.m | 258 * /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:30:1: globals : ( decl )* ; 275 // /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:36:5: ( ( decl )* ) // ruleBlockSingleAlt 276 // /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:36:9: ( decl )* // alt 290 // /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:36:10: decl // alt 295 [self decl]; 391 * /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:47:1: block : '{' ( decl )* ( stat )* '}' ; 408 // /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:53:5: ( '{' ( decl )* ( stat )* '}' ) // ruleBlockSingleAlt 409 // /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:53:9: '{' ( decl )* ( stat )* '}' // alt 425 // /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:53:14: decl // alt 430 [self decl]; [all...] |
/external/antlr/runtime/Ruby/test/functional/ast-output/ |
auto-ast.rb | 540 result, errors = parse( <<-'END', :decl, 'int 34 x=1;', true ) 543 decl : type^ ID '='! INT ';'! ; 555 result, errors = parse( <<-'END', :decl, 'int =1;', true ) 559 decl : type^ ID '='! INT ';'! ; 570 result, errors = parse( <<-'END', :decl, 'x=1;', true ) 574 decl : type^ ID '='! INT ';'! ;
|
/external/clang/utils/ABITest/ |
ABITestGen.py | 68 def addDeclaration(self, decl): 69 if decl in self.declarations: 72 self.declarations.add(decl) 74 print >>self.outputHeader, decl 76 print >>self.output, decl 78 print >>self.outputTests, decl
|
/external/deqp/modules/glshared/ |
glsShaderExecUtil.cpp | 307 glu::VariableDeclaration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout(location)); 317 decl.varType = uintType; 318 src << decl << ";\n"; local 326 decl.varType = intType; 327 src << decl << ";\n"; local 336 decl.varType = uintType; 339 decl.name = outVarName + "_" + de::toString(vecNdx); 340 decl.layout.location = location + vecNdx; 341 src << decl << ";\n"; local 345 src << decl << ";\n" local [all...] |
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
Perl5.stg | 357 <exceptions:{e|<catch(decl=e.decl,action=e.action)><\n>}> 386 catch(decl,action) ::= << 387 catch (<e.decl>) { 1136 <scope.attributes:{<it.decl>;}; separator="\n"> [all...] |
/external/bcc/src/cc/frontends/b/ |
codegen_llvm.cc | 350 VariableDeclStmtNode **decl, Value **mem) const { 351 *decl = scope->lookup(name, SCOPE_GLOBAL); 352 if (!*decl) return mkstatus_(n, "cannot find %s variable", name.c_str()); 353 auto it = vars_.find(*decl); 963 StructDeclStmtNode *decl; local [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
I86-32.s | 623 // CHECK: decl -485498096(%edx,%eax,4) 625 decl -485498096(%edx,%eax,4) label 627 // CHECK: decl 485498096(%edx,%eax,4) 629 decl 485498096(%edx,%eax,4) label 631 // CHECK: decl 485498096(%edx) 633 decl 485498096(%edx) label 635 // CHECK: decl 485498096 637 decl 485498096 label 639 // CHECK: decl 64(%edx,%eax) 641 decl 64(%edx,%eax) label 645 decl %eax label 649 decl (%edx) label [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi_vgpu10.c | [all...] |
/external/boringssl/linux-x86_64/crypto/fipsmodule/ |
aesni-x86_64.S | 38 decl %eax 65 decl %eax 647 decl %eax 808 decl %eax 909 decl %edx 1382 decl %eax 1411 decl %eax 1501 decl %eax 1552 decl %r10d [all...] |
/external/boringssl/mac-x86/crypto/fipsmodule/ |
aesni-x86.S | 39 decl %ecx 65 decl %ecx 460 decl %ecx 562 decl %ecx 664 decl %eax 733 decl %ecx 791 decl %ecx 996 decl %ecx 1080 decl %ecx 1282 decl %ec [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_aos.c | 373 const struct tgsi_full_declaration *decl) 378 unsigned first = decl->Range.First; 379 unsigned last = decl->Range.Last; 383 switch (decl->Declaration.File) { 411 bld->sv[idx] = decl->SamplerView;
|
/external/mesa3d/src/mapi/ |
mapi_abi.py | 376 decl = '%s %s %s(%s)' % (ent.c_return(), self.api_entry, 379 decl = export + ' ' + decl 381 decl += ' ' + self.api_attrs 383 return decl
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atifs_to_tgsi.c | 648 struct tgsi_full_declaration *decl) 652 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { 654 unsigned newtarget = ctx->key->texture_targets[decl->Range.First]; 656 decl->SamplerView.Resource = newtarget; 659 tctx->emit_declaration(tctx, decl);
|