Home
last modified time | relevance | path

Searched defs:decl (Results 1 – 25 of 143) sorted by relevance

123456

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DAttribute.java36 public String decl; field in Attribute
47 public Attribute(String decl) { in Attribute()
51 public Attribute(String name, String decl) { in Attribute()
64 protected void extractAttribute(String decl) { in extractAttribute()
/external/lldb/source/Symbol/
DClangASTImporter.cpp73 clang::Decl *decl) in CopyDecl()
142 clang::Decl *decl) in DeportDecl()
182 ClangASTImporter::CompleteDecl (clang::Decl *decl) in CompleteDecl()
220 ClangASTImporter::CompleteTagDecl (clang::TagDecl *decl) in CompleteTagDecl()
241 ClangASTImporter::CompleteTagDeclWithOrigin(clang::TagDecl *decl, clang::TagDecl *origin_decl) in CompleteTagDeclWithOrigin()
315 ClangASTImporter::GetDeclMetadata (const clang::Decl *decl) in GetDeclMetadata()
326 ClangASTImporter::GetDeclOrigin(const clang::Decl *decl) in GetDeclOrigin()
341 ClangASTImporter::SetDeclOrigin (const clang::Decl *decl, clang::Decl *original_decl) in SetDeclOrigin()
361 ClangASTImporter::RegisterNamespaceMap(const clang::NamespaceDecl *decl, in RegisterNamespaceMap()
370 ClangASTImporter::GetNamespaceMap(const clang::NamespaceDecl *decl) in GetNamespaceMap()
[all …]
DVerifyDecl.cpp13 void lldb_private::VerifyDecl (clang::Decl *decl) in VerifyDecl()
/external/selinux/libsepol/src/
Davrule_block.c55 avrule_decl_t *decl; in avrule_decl_create() local
112 avrule_decl_t *decl; in avrule_block_destroy() local
136 cond_list_t *get_decl_cond_list(policydb_t * p, avrule_decl_t * decl, in get_decl_cond_list()
165 avrule_decl_t *decl = in is_id_enabled() local
/external/selinux/checkpolicy/
Dmodule_compiler.c32 avrule_decl_t *decl; /* if in an avrule block, which member
131 avrule_decl_t *decl = stack_top->decl; in declare_symbol() local
626 avrule_decl_t *decl = stack_top->decl; in require_symbol() local
697 avrule_decl_t *decl = stack_top->decl; in add_perm_to_class() local
1233 avrule_decl_t *decl = stack->decl; in is_scope_in_stack() local
1279 avrule_decl_t *decl = stack->decl; in is_perm_in_stack() local
1317 avrule_decl_t *decl = stack_top->decl; in get_current_cond_list() local
1350 avrule_decl_t *decl = stack_top->decl; in append_avrule() local
1370 avrule_decl_t *decl = stack_top->decl; in append_role_trans() local
1382 avrule_decl_t *decl = stack_top->decl; in append_role_allow() local
[all …]
/external/selinux/libsepol/tests/
Dtest-linker-roles.c72 avrule_decl_t *decl; in base_role_tests() local
103 avrule_decl_t *decl; in module_role_tests() local
Dtest-deps.c143 avrule_decl_t *decl; in do_deps_modreq_global() local
225 avrule_decl_t *decl; in do_deps_modreq_opt() local
/external/deqp/framework/opengl/
DgluVarType.cpp327 std::ostream& operator<< (std::ostream& str, const VariableDeclaration& decl) in operator <<()
347 namespace decl namespace
357 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl) in operator <<()
403 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl) in operator <<()
424 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl) in operator <<()
/external/lldb/source/Expression/
DASTDumper.cpp18 ASTDumper::ASTDumper (clang::Decl *decl) in ASTDumper()
52 if (clang::Decl *decl = llvm::dyn_cast<clang::Decl>(decl_ctx)) in ASTDumper() local
/external/elfutils/libdw/
Ddwarf_decl_column.c39 dwarf_decl_column (Dwarf_Die *decl, int *colp) in dwarf_decl_column()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemTemplateElement.java871 XMLNSDecl decl = new XMLNSDecl(prefix, uri, false); in setPrefixes() local
927 XMLNSDecl decl = (XMLNSDecl) nsDecls.get(i); in getNamespaceForPrefix() local
1048 XMLNSDecl decl = (XMLNSDecl) m_declaredPrefixes.get(i); in resolvePrefixTables() local
1101 XMLNSDecl decl = (XMLNSDecl) prefixes.get(i); in resolvePrefixTables() local
1136 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); in addOrReplaceDecls() local
1189 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); in executeNSDecls() local
1238 XMLNSDecl decl = (XMLNSDecl) m_prefixTable.get(i); in unexecuteNSDecls() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c80 struct tgsi_full_declaration decl; in emit_temp() local
93 struct tgsi_full_declaration decl; in emit_output() local
146 struct tgsi_full_declaration *decl) in transform_decl()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DUniqueDWARFASTType.h47 const lldb_private::Declaration &decl, in UniqueDWARFASTType()
156 const lldb_private::Declaration &decl, in Find()
DUniqueDWARFASTType.cpp26 const lldb_private::Declaration &decl, in Find()
/external/javassist/src/main/javassist/expr/
DConstructorCall.java35 protected ConstructorCall(int pos, CodeIterator i, CtClass decl, MethodInfo m) { in ConstructorCall()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
DLangDumpDecl.m133 {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
DSymbolTableParser.m546 {
/external/llvm/include/llvm/Support/
DCompiler.h233 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument
236 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument
239 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument
242 # define LLVM_ATTRIBUTE_DEPRECATED(decl, message) \ argument
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTableParser.m563 {
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_vdecl.c49 SVGA3dVertexDecl decl; in emit_hw_vs_vdecl() local
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.py52 def __init__(self, instance = '', decl = None): argument
84 def dump_decl(instance, decl): argument
/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp281 ostringstream decl; in specializeVertexShader() local
354 ostringstream decl; in specializeFragmentShader() local
434 ostringstream decl; in generateVertexSpecialization() local
474 ostringstream decl; in generateFragmentSpecialization() local
504 ostringstream decl; in generateGeometrySpecialization() local
520 ostringstream decl; in generateTessControlSpecialization() local
546 ostringstream decl; in generateTessEvalSpecialization() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_llvm.c39 const struct tgsi_full_declaration *decl) in llvm_load_system_value()
72 const struct tgsi_full_declaration *decl) in llvm_load_input()
/external/v8/src/
Dtyping-asm.cc99 VariableDeclaration* decl = scope->function(); in VisitAsmModule() local
108 FunctionDeclaration* decl = decls->at(i)->AsFunctionDeclaration(); in VisitAsmModule() local
128 FunctionDeclaration* decl = decls->at(i)->AsFunctionDeclaration(); in VisitAsmModule() local
148 void AsmTyper::VisitVariableDeclaration(VariableDeclaration* decl) { in VisitVariableDeclaration()
162 void AsmTyper::VisitFunctionDeclaration(FunctionDeclaration* decl) { in VisitFunctionDeclaration()
1399 Declaration* decl = decls->at(i); in VisitDeclarations() local
1405 void AsmTyper::VisitImportDeclaration(ImportDeclaration* decl) { in VisitImportDeclaration()
1410 void AsmTyper::VisitExportDeclaration(ExportDeclaration* decl) { in VisitExportDeclaration()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c198 struct tgsi_full_declaration *decl) in pstip_transform_decl()
270 struct tgsi_full_declaration decl; in pstip_transform_inst() local

123456