Searched refs:decl (Results 1 - 25 of 336) sorted by relevance

1234567891011>>

/external/lldb/source/Symbol/
H A DVerifyDecl.cpp13 void lldb_private::VerifyDecl (clang::Decl *decl) argument
15 decl->getAccess();
H A DClangASTImporter.cpp73 clang::Decl *decl)
81 clang::Decl *result = minion_sp->Import(decl);
90 ClangASTMetadata *metadata = GetDeclMetadata(decl);
94 if (NamedDecl *named_decl = dyn_cast<NamedDecl>(decl))
96 decl->getDeclKindName(),
101 decl->getDeclKindName(),
142 clang::Decl *decl)
148 decl->getDeclKindName(),
149 decl,
164 clang::Decl *result = CopyDecl(dst_ctx, src_ctx, decl);
71 CopyDecl(clang::ASTContext *dst_ast, clang::ASTContext *src_ast, clang::Decl *decl) argument
140 DeportDecl(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx, clang::Decl *decl) argument
182 CompleteDecl(clang::Decl *decl) argument
220 CompleteTagDecl(clang::TagDecl *decl) argument
241 CompleteTagDeclWithOrigin(clang::TagDecl *decl, clang::TagDecl *origin_decl) argument
315 GetDeclMetadata(const clang::Decl *decl) argument
326 GetDeclOrigin(const clang::Decl *decl) argument
341 SetDeclOrigin(const clang::Decl *decl, clang::Decl *original_decl) argument
361 RegisterNamespaceMap(const clang::NamespaceDecl *decl, NamespaceMapSP &namespace_map) argument
370 GetNamespaceMap(const clang::NamespaceDecl *decl) argument
385 BuildNamespaceMap(const clang::NamespaceDecl *decl) argument
474 NamedDecl *decl = *m_decls_to_deport->begin(); local
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttribute.java36 public String decl; field in class:Attribute
47 public Attribute(String decl) { argument
48 extractAttribute(decl);
51 public Attribute(String name, String decl) { argument
53 this.decl = decl;
62 * Set name, type, initvalue, and full decl instance vars.
64 protected void extractAttribute(String decl) { argument
65 if ( decl==null ) {
70 int rightEdgeOfDeclarator = decl
[all...]
/external/lldb/include/lldb/Symbol/
H A DVerifyDecl.h17 void VerifyDecl (clang::Decl *decl);
H A DClangASTImporter.h107 clang::Decl *decl);
117 clang::Decl *decl);
120 CompleteDecl (clang::Decl *decl);
123 CompleteTagDecl (clang::TagDecl *decl);
126 CompleteTagDeclWithOrigin (clang::TagDecl *decl, clang::TagDecl *origin);
135 ResolveDeclOrigin (const clang::Decl *decl, clang::Decl **original_decl, clang::ASTContext **original_ctx) argument
137 DeclOrigin origin = GetDeclOrigin(decl);
140 *original_decl = origin.decl;
149 SetDeclOrigin (const clang::Decl *decl, clang::Decl *original_decl);
152 GetDeclMetadata (const clang::Decl *decl);
237 clang::Decl *decl; member in struct:lldb_private::ClangASTImporter::DeclOrigin
[all...]
/external/elfutils/0.153/libdw/
H A Ddwarf_decl_column.c60 dwarf_decl_column (Dwarf_Die *decl, int *colp) argument
62 return __libdw_attr_intval (decl, colp, DW_AT_decl_column);
/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.cpp133 ShaderProgram::ShaderProgram (const pdec::ShaderProgramDeclaration& decl) argument
134 : rr::VertexShader (decl.getVertexInputCount(), decl.getVertexOutputCount())
135 , rr::GeometryShader (decl.getGeometryInputCount(),
136 decl.getGeometryOutputCount(),
137 decl.m_geometryDecl.inputType,
138 decl.m_geometryDecl.outputType,
139 decl.m_geometryDecl.numOutputVertices,
140 decl.m_geometryDecl.numInvocations)
141 , rr::FragmentShader (decl
[all...]
/external/libsepol/src/
H A Davrule_block.c55 avrule_decl_t *decl; local
57 if ((decl = calloc(1, sizeof(*decl))) == NULL) {
60 decl->decl_id = decl_id;
62 if (symtab_init(&decl->symtab[i], symtab_sizes[i])) {
63 avrule_decl_destroy(decl);
69 ebitmap_init(&decl->required.scope[i]);
70 ebitmap_init(&decl->declared.scope[i]);
72 return decl;
112 avrule_decl_t *decl; local
136 get_decl_cond_list(policydb_t * p, avrule_decl_t * decl, cond_list_t * cond) argument
165 avrule_decl_t *decl = local
[all...]
/external/clang/test/CodeGen/
H A D2005-09-24-BitFieldCrash.c29 void foo (union tree_node * decl) { argument
30 decl->function_decl.built_in_class != 0;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_vs_draw.c65 /* Used to shift output decl. indices when inserting new ones. */
80 struct tgsi_full_declaration decl; local
82 decl = tgsi_default_full_declaration();
83 decl.Declaration.File = TGSI_FILE_TEMPORARY;
84 decl.Range.First = decl.Range.Last = reg;
85 ctx->emit_declaration(ctx, &decl);
93 struct tgsi_full_declaration decl; local
95 decl = tgsi_default_full_declaration();
96 decl
145 transform_decl(struct tgsi_transform_context *ctx, struct tgsi_full_declaration *decl) argument
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs_draw.c65 /* Used to shift output decl. indices when inserting new ones. */
80 struct tgsi_full_declaration decl; local
82 decl = tgsi_default_full_declaration();
83 decl.Declaration.File = TGSI_FILE_TEMPORARY;
84 decl.Range.First = decl.Range.Last = reg;
85 ctx->emit_declaration(ctx, &decl);
93 struct tgsi_full_declaration decl; local
95 decl = tgsi_default_full_declaration();
96 decl
145 transform_decl(struct tgsi_transform_context *ctx, struct tgsi_full_declaration *decl) argument
[all...]
/external/chromium_org/tools/generate_stubs/
H A Dgenerate_stubs_unittest.py225 decl = gs.PosixStubWriter.StubFunctionPointer(sig)
226 self.assertTrue(contents.find(decl) != -1,
227 msg='Expected "%s" in %s' % (decl, contents))
231 decl = gs.PosixStubWriter.StubFunction(sig)
232 self.assertTrue(contents.find(decl) != -1,
233 msg='Expected "%s" in %s' % (decl, contents))
236 decl = gs.PosixStubWriter.InitializeModuleName(self.module_name)
237 self.assertTrue(contents.find(decl) != -1,
238 msg='Expected "%s" in %s' % (decl, contents))
239 decl
[all...]
/external/openfst/src/include/fst/script/
H A Dfstscript-decl.h22 #include <fst/fst-decl.h>
/external/deqp/framework/opengl/
H A DgluVarType.cpp326 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl) argument
328 if (decl.layout != Layout())
329 str << decl.layout << " ";
332 if (decl.memoryAccessQualifierBits & (1 << bitNdx))
335 if (decl.interpolation != INTERPOLATION_LAST)
336 str << getInterpolationName(decl.interpolation) << " ";
338 if (decl.storage != STORAGE_LAST)
339 str << getStorageName(decl.storage) << " ";
341 str << declare(decl.varType, decl
346 namespace decl namespace in namespace:glu
356 operator <<(std::ostream& str, const DeclareVariable& decl) argument
402 operator <<(std::ostream& str, const DeclareStructTypePtr& decl) argument
423 operator <<(std::ostream& str, const DeclareStructType& decl) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c242 struct tgsi_full_declaration *decl )
248 ENM(decl->Declaration.File, tgsi_file_names);
251 if (decl->Declaration.File == TGSI_FILE_INPUT &&
256 if (decl->Declaration.Dimension) {
258 SID(decl->Dim.Index2D);
263 SID(decl->Range.First);
264 if (decl->Range.First != decl->Range.Last) {
266 SID(decl->Range.Last);
272 decl
[all...]
H A Dtgsi_parse.c105 struct tgsi_full_declaration *decl = &ctx->FullToken.FullDeclaration; local
107 memset(decl, 0, sizeof *decl);
108 copy_token(&decl->Declaration, &token);
110 next_token( ctx, &decl->Range );
112 if (decl->Declaration.Dimension) {
113 next_token(ctx, &decl->Dim);
116 if( decl->Declaration.Interpolate ) {
117 next_token( ctx, &decl->Interp );
120 if( decl
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c242 struct tgsi_full_declaration *decl )
248 ENM(decl->Declaration.File, tgsi_file_names);
251 if (decl->Declaration.File == TGSI_FILE_INPUT &&
256 if (decl->Declaration.Dimension) {
258 SID(decl->Dim.Index2D);
263 SID(decl->Range.First);
264 if (decl->Range.First != decl->Range.Last) {
266 SID(decl->Range.Last);
272 decl
[all...]
H A Dtgsi_parse.c105 struct tgsi_full_declaration *decl = &ctx->FullToken.FullDeclaration; local
107 memset(decl, 0, sizeof *decl);
108 copy_token(&decl->Declaration, &token);
110 next_token( ctx, &decl->Range );
112 if (decl->Declaration.Dimension) {
113 next_token(ctx, &decl->Dim);
116 if( decl->Declaration.Interpolate ) {
117 next_token( ctx, &decl->Interp );
120 if( decl
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c49 SVGA3dVertexDecl decl; local
107 decl.identity.type = svga->state.sw.ve_format[i];
108 decl.identity.method = SVGA3D_DECLMETHOD_DEFAULT;
109 decl.identity.usage = usage;
110 decl.identity.usageIndex = index;
111 decl.array.stride = vb->stride;
116 decl.array.offset = (vb->buffer_offset
121 assert(decl.array.offset >= 0);
125 &decl,
149 "hw vertex decl stat
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c49 SVGA3dVertexDecl decl; local
107 decl.identity.type = svga->state.sw.ve_format[i];
108 decl.identity.method = SVGA3D_DECLMETHOD_DEFAULT;
109 decl.identity.usage = usage;
110 decl.identity.usageIndex = index;
111 decl.array.stride = vb->stride;
116 decl.array.offset = (vb->buffer_offset
121 assert(decl.array.offset >= 0);
125 &decl,
149 "hw vertex decl stat
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_pstipple.c198 struct tgsi_full_declaration *decl)
205 if (decl->Declaration.File == TGSI_FILE_SAMPLER) {
207 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
211 else if (decl->Declaration.File == TGSI_FILE_INPUT) {
212 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
213 if (decl->Semantic.Name == TGSI_SEMANTIC_POSITION)
214 pctx->wincoordInput = (int) decl->Range.First;
216 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
218 for (i = decl
197 pstip_transform_decl(struct tgsi_transform_context *ctx, struct tgsi_full_declaration *decl) argument
270 struct tgsi_full_declaration decl; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c198 struct tgsi_full_declaration *decl)
205 if (decl->Declaration.File == TGSI_FILE_SAMPLER) {
207 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
211 else if (decl->Declaration.File == TGSI_FILE_INPUT) {
212 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
213 if (decl->Semantic.Name == TGSI_SEMANTIC_POSITION)
214 pctx->wincoordInput = (int) decl->Range.First;
216 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) {
218 for (i = decl
197 pstip_transform_decl(struct tgsi_transform_context *ctx, struct tgsi_full_declaration *decl) argument
270 struct tgsi_full_declaration decl; local
[all...]
/external/javassist/src/main/javassist/expr/
H A DConstructorCall.java35 protected ConstructorCall(int pos, CodeIterator i, CtClass decl, MethodInfo m) { argument
36 super(pos, i, decl, m);
/external/libsepol/tests/
H A Dtest-common.h31 * decls integer array of decl id's that we expect the role to have in the scope table
35 * the scope table, and that the decl blocks we think this symbol is in are correct
57 * decl the decl block which we are looking in for the role datum
63 * avrule decl block matches our expectations
65 extern role_datum_t *test_role_type_set(policydb_t * p, char *id, avrule_decl_t * decl, char **types, unsigned int len, unsigned int flags);
69 * decl the decl block which we are looking in for the attribute datum
74 * avrule decl block matches our expectations
76 extern void test_attr_types(policydb_t * p, char *id, avrule_decl_t * decl, cha
[all...]
/external/checkpolicy/
H A Dmodule_compiler.c32 avrule_decl_t *decl; /* if in an avrule block, which member in struct:scope_stack
130 avrule_decl_t *decl = stack_top->decl; local
138 SCOPE_DECL, decl->decl_id, dest_value);
158 if (ebitmap_set_bit(decl->declared.scope + symbol_type,
237 /* create a new role_datum_t for this decl, if necessary */
244 roles_tab = stack_top->decl->p_roles.table;
442 /* create a new user_datum_t for this decl, if necessary */
449 users_tab = stack_top->decl->p_users.table;
523 types_tab = stack_top->decl
625 avrule_decl_t *decl = stack_top->decl; local
696 avrule_decl_t *decl = stack_top->decl; local
1232 avrule_decl_t *decl = stack->decl; local
1278 avrule_decl_t *decl = stack->decl; local
1316 avrule_decl_t *decl = stack_top->decl; local
1349 avrule_decl_t *decl = stack_top->decl; local
1369 avrule_decl_t *decl = stack_top->decl; local
1381 avrule_decl_t *decl = stack_top->decl; local
1393 avrule_decl_t *decl = stack_top->decl; local
1405 avrule_decl_t *decl = stack_top->decl; local
1417 avrule_decl_t *decl; local
1457 avrule_decl_t *decl; local
1536 avrule_decl_t *decl = stack_top->decl; local
[all...]

Completed in 610 milliseconds

1234567891011>>