Searched refs:decl (Results 51 - 75 of 336) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c47 struct tgsi_declaration decl; member in union:tgsi_any_token
459 struct const_decl *decl = &ureg->const_decls2D[index2D]; local
463 if (decl->nr_constant_ranges < UREG_MAX_CONSTANT_RANGE) {
464 uint i = decl->nr_constant_ranges++;
466 decl->constant_range[i].first = first;
467 decl->constant_range[i].last = last;
481 struct const_decl *decl = &ureg->const_decls; local
487 for (i = 0; i < decl->nr_constant_ranges; i++) {
488 if (decl->constant_range[i].first <= index &&
489 decl
1522 struct const_decl *decl = &ureg->const_decls2D[i]; local
[all...]
H A Dtgsi_text.c1067 struct tgsi_full_declaration decl; local
1086 decl = tgsi_default_full_declaration();
1087 decl.Declaration.File = file;
1088 decl.Declaration.UsageMask = writemask;
1091 decl.Range.First = brackets[0].first;
1092 decl.Range.Last = brackets[0].last;
1094 decl.Range.First = brackets[1].first;
1095 decl.Range.Last = brackets[1].last;
1097 decl.Declaration.Dimension = 1;
1098 decl
[all...]
/external/clang/test/CodeGen/
H A Ddllimport.c54 // CHECK-DAG: declare dllimport void @decl()
55 __declspec(dllimport) void decl(void);
58 // CHECK-DAG: @use_decl = global void ()* @decl
59 void (*use_decl)(void) = &decl;
/external/libsepol/tests/
H A Dtest-linker-roles.c33 * - role in appropriate symtab (global and decl)
34 * - datum in the decl symtab has correct type_set
35 * - scope datum has correct decl ids
72 avrule_decl_t *decl; local
80 /**** test for g_b_role_1 in base and decl 1 (global) ****/
89 /**** test for o1_b_role_1 in optional (decl 2) ****/
90 decl = test_find_decl_by_sym(base, SYM_TYPES, "tag_o1_b");
91 decls[0] = decl->decl_id;
95 role = test_role_type_set(base, "o1_b_role_1", decl, types, 1, 0);
103 avrule_decl_t *decl; local
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp26 const lldb_private::Declaration &decl,
41 if (pos->m_declaration == decl)
21 Find( SymbolFileDWARF *symfile, const DWARFCompileUnit *cu, const DWARFDebugInfoEntry *die, const lldb_private::Declaration &decl, const int32_t byte_size, UniqueDWARFASTType &entry ) const argument
/external/chromium_org/tools/clang/blink_gc_plugin/
H A Dprocess-graph.py98 def update_node(self, decl):
126 def __init__(self, **decl):
127 self.src = decl['src']
128 self.dst = decl['dst']
129 self.lbl = decl['lbl']
130 self.ptr = decl['ptr']
131 self.kind = decl['kind'] # 0 = weak, 1 = strong, 2 = root
132 self.loc = decl['loc']
169 for decl in parse_file(filename):
170 if decl
[all...]
/external/chromium_org/third_party/boringssl/linux-x86/crypto/bn/
H A Dbn-586.S115 decl %ecx
126 decl %ecx
137 decl %ecx
148 decl %ecx
159 decl %ecx
170 decl %ecx
286 decl %ebp
295 decl %ebp
304 decl %ebp
313 decl
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/bn/
H A Dbn-586.S114 decl %ecx
125 decl %ecx
136 decl %ecx
147 decl %ecx
158 decl %ecx
169 decl %ecx
283 decl %ebp
292 decl %ebp
301 decl %ebp
310 decl
[all...]
/external/openssl/crypto/bn/asm/
H A Dbn-586.S210 decl %ecx
221 decl %ecx
232 decl %ecx
243 decl %ecx
254 decl %ecx
265 decl %ecx
408 decl %ebp
417 decl %ebp
426 decl %ebp
435 decl
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c1067 struct tgsi_full_declaration decl; local
1086 decl = tgsi_default_full_declaration();
1087 decl.Declaration.File = file;
1088 decl.Declaration.UsageMask = writemask;
1091 decl.Range.First = brackets[0].first;
1092 decl.Range.Last = brackets[0].last;
1094 decl.Range.First = brackets[1].first;
1095 decl.Range.Last = brackets[1].last;
1097 decl.Declaration.Dimension = 1;
1098 decl
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
H A DSymbolTableParser.h72 - (void)decl;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangDumpDecl.h83 - (void)decl;
H A DMain.java10 //LangParser.decl_return r = parser.decl();
18 walker.decl();
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionCall.java115 ElemExtensionDecl decl = null;
127 decl = (ElemExtensionDecl) child;
129 String prefix = decl.getPrefix();
134 return decl;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_draw.h55 const SVGA3dVertexDecl *decl,
/external/lldb/include/lldb/Core/
H A DValueObjectVariable.h59 GetDeclaration (Declaration &decl);
/external/lldb/include/lldb/Expression/
H A DClangExpressionDeclMap.h123 /// @param[in] decl
137 AddPersistentVariable (const clang::NamedDecl *decl,
147 /// @param[in] decl
166 AddValueToStruct (const clang::NamedDecl *decl,
207 /// @param[out] decl
235 GetStructElement (const clang::NamedDecl *&decl,
245 /// @param[in] decl
256 GetFunctionInfo (const clang::NamedDecl *decl,
565 /// @param[in] decl
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.h50 bool FinishDecl(clang::ObjCInterfaceDecl *decl);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw.h55 const SVGA3dVertexDecl *decl,
/external/lldb/source/Expression/
H A DClangASTSource.cpp415 log->Printf(" FELD[%u] Original decl (ASTContext*)%p (Decl*)%p:", current_id, original_ctx, original_decl);
449 Decl *decl = *iter; local
451 if (!predicate || predicate(decl->getKind()))
455 ASTDumper ast_dumper(decl);
457 log->Printf(" FELD[%d] Adding [to %sDecl %s] lexical %sDecl %s", current_id, context_named_decl->getDeclKindName(), context_named_decl->getNameAsString().c_str(), decl->getDeclKindName(), ast_dumper.GetCString());
459 log->Printf(" FELD[%d] Adding lexical %sDecl %s", current_id, decl->getDeclKindName(), ast_dumper.GetCString());
462 Decl *copied_decl = m_ast_importer->CopyDecl(m_ast_context, original_ctx, decl);
773 TaggedASTDecl() : decl(NULL) { }
774 TaggedASTDecl(D *_decl) : decl(_decl) { }
775 bool IsValid() const { return (decl !
778 D *decl; member in class:TaggedASTDecl
1863 AddNamedDecl(clang::NamedDecl *decl) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_llvm.h81 const struct tgsi_full_declaration *decl);
85 const struct tgsi_full_declaration *decl);
/external/lldb/test/functionalities/watchpoint/hello_watchpoint/
H A DTestMyFirstWatchpoint.py41 self.decl = line_number(self.source, '// Watchpoint variable declaration.')
67 '%s:%d' % (self.source, self.decl)])
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/command/
H A DTestWatchpointCommandPython.py23 self.decl = line_number(self.source, '// Watchpoint variable declaration.')
67 '%s:%d' % (self.source, self.decl)])
/external/lldb/test/functionalities/watchpoint/watchpoint_commands/condition/
H A DTestWatchpointConditionCmd.py23 self.decl = line_number(self.source, '// Watchpoint variable declaration.')
65 '%s:%d' % (self.source, self.decl)])
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm.h81 const struct tgsi_full_declaration *decl);
85 const struct tgsi_full_declaration *decl);

Completed in 2617 milliseconds

1234567891011>>