Searched refs:type_decl (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Expression/ |
D | ClangPersistentVariables.cpp | 75 clang::TypeDecl *type_decl) in RegisterPersistentType() argument 77 … m_persistent_types.insert(std::pair<const char*, clang::TypeDecl*>(name.GetCString(), type_decl)); in RegisterPersistentType()
|
/external/valgrind/perf/ |
D | tinycc.c | 5445 static void type_decl(CType *type, AttributeDef *ad, int *v, int td); 12197 type_decl(&type1, &ad, &v, TYPE_DIRECT); in struct_decl() 12517 type_decl(&pt, &ad1, &n, TYPE_DIRECT | TYPE_ABSTRACT); in post_type() 12582 static void type_decl(CType *type, AttributeDef *ad, int *v, int td) in type_decl() function 12625 type_decl(&type1, ad, v, td); in type_decl() 12722 type_decl(type, &ad, &n, TYPE_ABSTRACT); in parse_expr_type() 12737 type_decl(type, &ad, &n, TYPE_ABSTRACT); in parse_type() 12831 type_decl(&type, &ad, &n, TYPE_ABSTRACT); in unary() 14199 type_decl(&type1, &ad1, &n, TYPE_ABSTRACT); in decl_initializer() 14519 type_decl(&type, &ad, &v, TYPE_DIRECT); in func_decl_list() [all …]
|
/external/bison/doc/ |
D | bison.texi | 902 type_decl: TYPE ID '=' type ';' ;
|
D | bison.info | 1536 type_decl: TYPE ID '=' type ';' ;
|