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

/freebsd-11.0-release/contrib/gperf/src/
H A Dinput.cc389 char *struct_decl = NULL; local
588 /* Append the line to struct_decl. */
589 size_t old_len = (struct_decl ? strlen (struct_decl) : 0);
594 memcpy (new_struct_decl, struct_decl, old_len);
597 if (struct_decl)
598 delete[] struct_decl;
599 struct_decl = new_struct_decl;
626 if (struct_decl)
630 char *p = struct_decl;
[all...]
H A Doutput.h41 const char *struct_decl,
H A Doutput.cc79 Output::Output (KeywordExt_List *head, const char *struct_decl, argument
90 : _head (head), _struct_decl (struct_decl),
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp72 RecordDecl *struct_decl = NULL;
92 struct_decl = candidate_record_decl;
96 if (struct_decl)
100 if (!struct_decl)
103 const ASTRecordLayout* struct_layout(&m_ast_context->getASTRecordLayout (struct_decl));

Completed in 46 milliseconds