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

/external/lldb/source/Expression/
H A DASTStructExtractor.cpp71 RecordDecl *struct_decl = NULL;
91 struct_decl = candidate_record_decl;
95 if (struct_decl)
99 if (!struct_decl)
102 const ASTRecordLayout* struct_layout(&m_ast_context->getASTRecordLayout (struct_decl));
/external/valgrind/perf/
H A Dtinycc.c12124 static void struct_decl(CType *type, int u)
12374 struct_decl(&type1, VT_ENUM);
12381 struct_decl(&type1, VT_STRUCT);
12122 static void struct_decl(CType *type, int u) function

Completed in 287 milliseconds