Home
last modified time | relevance | path

Searched refs:struct_decl (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Expression/
DASTStructExtractor.cpp71 RecordDecl *struct_decl = NULL; in ExtractFromFunctionDecl() local
91 struct_decl = candidate_record_decl; in ExtractFromFunctionDecl()
95 if (struct_decl) in ExtractFromFunctionDecl()
99 if (!struct_decl) in ExtractFromFunctionDecl()
102 const ASTRecordLayout* struct_layout(&m_ast_context->getASTRecordLayout (struct_decl)); in ExtractFromFunctionDecl()
/external/valgrind/perf/
Dtinycc.c12122 static void struct_decl(CType *type, int u) in struct_decl() function
12372 struct_decl(&type1, VT_ENUM); in parse_btype()
12379 struct_decl(&type1, VT_STRUCT); in parse_btype()