Searched refs:decl (Results 176 - 200 of 336) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw.c118 const SVGA3dVertexDecl *decl,
125 hwtnl->cmd.vdecl[i] = *decl;
116 svga_hwtnl_vdecl( struct svga_hwtnl *hwtnl, unsigned i, const SVGA3dVertexDecl *decl, struct pipe_resource *vb) argument
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableParser.m262 * SymbolTable.g:30:1: globals : ( decl )* ;
275 // SymbolTable.g:36:5: ( ( decl )* ) // ruleBlockSingleAlt
276 // SymbolTable.g:36:9: ( decl )* // alt
288 // SymbolTable.g:36:10: decl // alt
292 [self decl];
382 * SymbolTable.g:47:1: block : '{' ( decl )* ( stat )* '}' ;
395 // SymbolTable.g:53:5: ( '{' ( decl )* ( stat )* '}' ) // ruleBlockSingleAlt
396 // SymbolTable.g:53:9: '{' ( decl )* ( stat )* '}' // alt
410 // SymbolTable.g:53:14: decl // alt
414 [self decl];
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableParser.m285 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:28:1: globals : ( decl )* ;
300 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:5: ( ( decl )* ) // ruleBlockSingleAlt
301 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:9: ( decl )* // alt
313 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:34:10: decl // alt
316 [self decl];
388 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:45:1: block : '{' ( decl )* ( stat )* '}' ;
403 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:51:5: ( '{' ( decl )* ( stat )* '}' ) // ruleBlockSingleAlt
404 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:51:9: '{' ( decl )* ( stat )* '}' // alt
417 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:51:14: decl // alt
420 [self decl];
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dauto-ast.rb540 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 ';'! ;
H A Drewrites.rb1132 example "extra token in simple decl" do
1133 result, errors = parse( <<-'END', :decl, 'int 34 x=1;', true )
1137 decl : type ID '=' INT ';' -> ^(EXPR type ID INT) ;
1149 example "missing id in simple decl" do
1150 result, errors = parse( <<-'END', :decl, 'int =1;', true )
1154 decl : type ID '=' INT ';' -> ^(EXPR type ID INT) ;
1166 example "missing set in simple decl" do
1167 result, errors = parse( <<-'END', :decl, 'x=1;', true )
1171 decl : type ID '=' INT ';' -> ^(EXPR type ID INT) ;
/external/clang/utils/ABITest/
H A DABITestGen.py68 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/libsepol/src/
H A Dpolicydb.c999 avrule_decl_t *decl; local
1005 for (decl = curblock->branch_list; decl != NULL;
1006 decl = decl->next) {
1018 for (decl = curblock->branch_list; decl != NULL;
1019 decl = decl->next) {
1020 p->decl_val_to_struct[decl
3406 avrule_decl_read(policydb_t * p, avrule_decl_t * decl, unsigned int num_scope_syms, struct policy_file *fp) argument
[all...]
H A Dexpand.c2088 * has been appended to its home decl->avrules list during link
2741 avrule_decl_t *decl = curblock->enabled; local
2744 if (decl == NULL) {
2750 if (copy_role_allows(state, decl->role_allow_rules) != 0 ||
2751 copy_role_trans(state, decl->role_tr_rules) != 0) {
2755 if (expand_filename_trans(state, decl->filename_trans_rules))
2759 if (expand_range_trans(state, decl->range_tr_rules))
2763 cur_avrule = decl->avrules;
2789 if (cond_node_copy(state, decl->cond_list))
2842 avrule_decl_t *decl; local
3102 avrule_decl_t *decl = curblock->enabled; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DPerl5.stg357 <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">
1145 <scope.attributes:{<it.decl>;}; separator="\n">
1206 <scope.attributes:{public <it.decl>;}; separator="\n">
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c1158 struct tgsi_full_declaration *decl )
1160 if( decl->Declaration.File == TGSI_FILE_INPUT ||
1161 decl->Declaration.File == TGSI_FILE_SYSTEM_VALUE ) {
1166 first = decl->Range.First;
1167 last = decl->Range.Last;
1168 mask = decl->Declaration.UsageMask;
1173 switch( decl->Interp.Interpolate ) {
/external/lldb/source/API/
H A DSBValue.cpp1624 Declaration decl; local
1625 if (value_sp->GetDeclaration(decl))
1626 decl_sb.SetDeclaration(decl);
1671 Declaration decl; local
1672 if (value_sp->GetDeclaration (decl))
1674 if (decl.GetFile())
1678 decl.DumpStopContext(&ss, true);
1703 // FIXME: Remove this method impl (as well as the decl in .h) once it is no longer needed.
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c1158 struct tgsi_full_declaration *decl )
1160 if( decl->Declaration.File == TGSI_FILE_INPUT ||
1161 decl->Declaration.File == TGSI_FILE_SYSTEM_VALUE ) {
1166 first = decl->Range.First;
1167 last = decl->Range.Last;
1168 mask = decl->Declaration.UsageMask;
1173 switch( decl->Interp.Interpolate ) {
/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp293 glu::VariableDeclaration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout(location));
303 decl.varType = uintType;
304 src << decl << ";\n"; local
312 decl.varType = intType;
313 src << decl << ";\n"; local
322 decl.varType = uintType;
325 decl.name = outVarName + "_" + de::toString(vecNdx);
326 decl.layout.location = location + vecNdx;
327 src << decl << ";\n"; local
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dmapi_abi.py398 decl = '%s %s %s(%s)' % (ent.c_return(), self.api_entry,
401 decl = export + ' ' + decl
403 decl += ' ' + self.api_attrs
405 return decl
/external/mesa3d/src/mapi/mapi/
H A Dmapi_abi.py398 decl = '%s %s %s(%s)' % (ent.c_return(), self.api_entry,
401 decl = export + ' ' + decl
403 decl += ' ' + self.api_attrs
405 return decl
/external/javassist/src/main/javassist/bytecode/
H A DDescriptor.java468 public static String getParamDescriptor(String decl) { argument
469 return decl.substring(0, decl.indexOf(')') + 1);
/external/llvm/lib/LTO/
H A DLTOModule.cpp516 const GlobalValue *decl = IRFile->getSymbolGV(Sym.getRawDataRefImpl()); local
518 if (decl->hasExternalWeakLinkage())
524 info.symbol = decl;
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/bn/
H A Drsaz-x86_64.S385 decl %r8d
612 decl %ecx
880 decl %ecx
1070 decl %ecx
1100 decl %r9d
1122 decl %r9d
/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/bn/
H A Drsaz-x86_64.S385 decl %r8d
612 decl %ecx
880 decl %ecx
1070 decl %ecx
1100 decl %r9d
1122 decl %r9d
/external/bison/src/
H A Dparse-gram.c134 * \param decl the formal argument
137 static void add_param (char const *type, char *decl, location loc);
3184 add_param (char const *type, char *decl, location loc) argument
3195 for (p = decl; p[1]; p++)
3196 if ((p == decl
3207 ++decl;
3208 while (c_isspace ((unsigned char) *decl))
3209 ++decl;
3216 muscle_pair_list_grow (type, decl, name);
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/aes/
H A Daesni-x86_64.S17 decl %eax
39 decl %eax
611 decl %eax
755 decl %eax
885 decl %eax
948 decl %eax
1414 decl %eax
1443 decl %eax
1479 decl %eax
1514 decl
[all...]
/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/aes/
H A Daesni-x86_64.S17 decl %eax
39 decl %eax
611 decl %eax
755 decl %eax
885 decl %eax
948 decl %eax
1414 decl %eax
1443 decl %eax
1479 decl %eax
1514 decl
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp434 SVal StoreManager::getLValueIvar(const ObjCIvarDecl *decl, SVal base) { argument
435 return getLValueFieldOrIvar(decl, base);
/external/clang/test/CodeGenCXX/
H A Ddllimport.cpp204 // MSC-DAG: declare dllimport void @"\01?decl@@YAXXZ"()
206 __declspec(dllimport) void decl();
207 USE(decl)

Completed in 2031 milliseconds

1234567891011>>