Searched refs:decl (Results 126 - 150 of 336) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/x86-64/
H A Dxform4.S102 decl %ecx
281 decl %ecx
349 decl %ecx
405 decl %ecx
472 decl %ecx
/external/javassist/src/main/javassist/compiler/
H A DParser.java344 /* for.statement : FOR "(" decl.or.expr expression ";" expression ")"
617 Stmnt decl = null;
619 decl = (Stmnt)ASTList.concat(decl,
623 return decl;
646 Declarator decl = d.make(symbol, dim, init);
647 tbl.append(name, decl);
648 return decl;
1221 Declarator decl;
1233 decl
[all...]
H A DJvstCodeGen.java514 Declarator decl
517 tbl.append(varName, decl);
559 Declarator decl
562 tbl.append(varName, decl);
590 Declarator decl
592 tbl.append(varName, decl);
H A DMemberResolver.java333 public CtClass lookupClass(Declarator decl) throws CompileError { argument
334 return lookupClass(decl.getType(), decl.getArrayDim(),
335 decl.getClassName());
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp2227 get_variable_being_redeclared(ir_variable *var, ast_declaration *decl, argument
2236 ir_variable *earlier = state->symbols->get_variable(decl->identifier);
2239 !state->symbols->name_declared_this_scope(decl->identifier))) {
2244 YYLTYPE loc = decl->get_location();
2333 _mesa_glsl_error(&loc, state, "`%s' redeclared", decl->identifier);
2343 process_initializer(ir_variable *var, ast_declaration *decl, argument
2350 YYLTYPE initializer_loc = decl->initializer->get_location();
2378 ir_rvalue *rhs = decl->initializer->hir(initializer_instructions,
2397 decl->identifier);
2496 foreach_list_typed (ast_declaration, decl, lin
[all...]
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp2227 get_variable_being_redeclared(ir_variable *var, ast_declaration *decl, argument
2236 ir_variable *earlier = state->symbols->get_variable(decl->identifier);
2239 !state->symbols->name_declared_this_scope(decl->identifier))) {
2244 YYLTYPE loc = decl->get_location();
2333 _mesa_glsl_error(&loc, state, "`%s' redeclared", decl->identifier);
2343 process_initializer(ir_variable *var, ast_declaration *decl, argument
2350 YYLTYPE initializer_loc = decl->initializer->get_location();
2378 ir_rvalue *rhs = decl->initializer->hir(initializer_instructions,
2397 decl->identifier);
2496 foreach_list_typed (ast_declaration, decl, lin
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.cpp275 sglr::pdec::ShaderProgramDeclaration decl; local
277 decl << sglr::pdec::VertexAttribute("a_position", rr::GENERICVECTYPE_FLOAT);
278 decl << sglr::pdec::VertexAttribute("a_coord", rr::GENERICVECTYPE_FLOAT);
279 decl << sglr::pdec::VertexToFragmentVarying(rr::GENERICVECTYPE_FLOAT);
280 decl << sglr::pdec::FragmentOutput(mapDataTypeToGenericVecType(outputType));
282 decl << sglr::pdec::VertexSource(
292 decl << sglr::pdec::FragmentSource(genTexFragmentShader(samplerTypes.vec, outputType));
294 decl << sglr::pdec::Uniform("u_outScale0", glu::TYPE_FLOAT_VEC4);
295 decl << sglr::pdec::Uniform("u_outBias0", glu::TYPE_FLOAT_VEC4);
299 decl << sgl
[all...]
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp47 EXPECT_TRUE(Finder.addDynamicMatcher(decl(), nullptr));
59 EXPECT_TRUE(notMatches("", decl(usingDecl())));
61 decl(usingDecl())));
720 decl(hasDescendant(loc(builtinType())))));
900 hasType(typedefType(hasDeclaration(decl()))))));
1558 refersToDeclaration(decl())))));
1571 refersToDeclaration(decl())))));
3180 isDefinition(), decl().bind("x"), hasName("C"));
3223 "class X { int a; };", recordDecl(decl().bind("x"), has(fieldDecl())),
3241 // recordDecl(decl()
[all...]
/external/libsepol/src/
H A Dwrite.c1722 static int avrule_decl_write(avrule_decl_t * decl, int num_scope_syms, argument
1728 buf[0] = cpu_to_le32(decl->decl_id);
1729 buf[1] = cpu_to_le32(decl->enabled);
1733 if (cond_write_list(p, decl->cond_list, fp) == -1 ||
1734 avrule_write_list(decl->avrules, fp) == -1 ||
1735 role_trans_rule_write(p, decl->role_tr_rules, fp) == -1 ||
1736 role_allow_rule_write(decl->role_allow_rules, fp) == -1) {
1741 filename_trans_rule_write(decl->filename_trans_rules, fp))
1745 range_trans_rule_write(decl->range_tr_rules, fp) == -1) {
1748 if (scope_index_write(&decl
1784 avrule_decl_t *decl; local
[all...]
/external/openssl/crypto/aes/asm/
H A Daesni-x86_64.S14 decl %eax
35 decl %eax
58 decl %eax
91 decl %eax
125 decl %eax
163 decl %eax
202 decl %eax
211 decl %eax
259 decl %eax
268 decl
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_llvm.c39 const struct tgsi_full_declaration *decl)
43 switch (decl->Semantic.Name) {
72 const struct tgsi_full_declaration *decl)
36 llvm_load_system_value( struct radeon_llvm_context * ctx, unsigned index, const struct tgsi_full_declaration *decl) argument
69 llvm_load_input( struct radeon_llvm_context * ctx, unsigned input_index, const struct tgsi_full_declaration *decl) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_llvm.c39 const struct tgsi_full_declaration *decl)
43 switch (decl->Semantic.Name) {
72 const struct tgsi_full_declaration *decl)
36 llvm_load_system_value( struct radeon_llvm_context * ctx, unsigned index, const struct tgsi_full_declaration *decl) argument
69 llvm_load_input( struct radeon_llvm_context * ctx, unsigned input_index, const struct tgsi_full_declaration *decl) argument
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbacktracking.rb43 /** Either a function definition or any other kind of C decl/def.
H A Dbasic.rb102 {@events << ['decl', $t.text]}
123 %w(decl foobar),
125 %w(decl blupp),
/external/lldb/test/python_api/watchpoint/condition/
H A DTestWatchpointConditionAPI.py23 self.decl = line_number(self.source, '// Watchpoint variable declaration.')
/external/openfst/src/script/
H A Dfst-class.cc23 #include <fst/fst-decl.h>
/external/zlib/src/contrib/inflate86/
H A Dinffast.S292 decl %eax
298 decl %eax
523 decl %eax
603 decl %eax /* (1 << op) - 1 */
655 decl out_r
679 decl %eax
697 decl %eax
1035 decl out_r
1292 decl %ebx
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp784 bool Source::scanDeclaration(const struct tgsi_full_declaration *decl)
789 const unsigned first = decl->Range.First, last = decl->Range.Last;
791 if (decl->Declaration.Semantic) {
792 sn = decl->Semantic.Name;
793 si = decl->Semantic.Index;
796 switch (decl->Declaration.File) {
811 switch (decl->Interp.Interpolate) {
824 if (decl->Interp.Centroid)
852 decl
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp784 bool Source::scanDeclaration(const struct tgsi_full_declaration *decl)
789 const unsigned first = decl->Range.First, last = decl->Range.Last;
791 if (decl->Declaration.Semantic) {
792 sn = decl->Semantic.Name;
793 si = decl->Semantic.Index;
796 switch (decl->Declaration.File) {
811 switch (decl->Interp.Interpolate) {
824 if (decl->Interp.Centroid)
852 decl
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_converter.py192 def handle_decl(self, decl):
193 self.converted_data.extend(['<!', decl, '>'])
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dwork_unit.py132 for decl in self.node:
133 #decl.psource()
134 #cstr = decl.cstr()
138 print decl.deepstr()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h96 virtual SVal getLValueIvar(const ObjCIvarDecl *decl, SVal base);
246 SVal getLValueFieldOrIvar(const Decl *decl, SVal base);
/external/e2fsprogs/intl/
H A Dlocalealias.c131 # define libc_freeres_ptr(decl) decl
/external/lldb/include/lldb/Expression/
H A DClangExpressionVariable.h374 GetVariable (const clang::NamedDecl *decl, uint64_t parser_id) argument
383 if (parser_vars && parser_vars->m_named_decl == decl)
/external/lldb/source/Core/
H A DValueObjectVariable.cpp304 ValueObjectVariable::GetDeclaration (Declaration &decl) argument
308 decl = m_variable_sp->GetDeclaration();

Completed in 2628 milliseconds

1234567891011>>