Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gperf/src/
H A Dinput.cc389 char *struct_decl = NULL; in read_input() local
589 size_t old_len = (struct_decl ? strlen (struct_decl) : 0); in read_input()
597 if (struct_decl) in read_input()
598 delete[] struct_decl; in read_input()
626 if (struct_decl) in read_input()
680 if (p != struct_decl) in read_input()
691 for (char *p = struct_decl + strlen (struct_decl); p > struct_decl;) in read_input()
697 if (struct_decl == NULL || struct_decl[0] == '\0') in read_input()
713 delete[] struct_decl; in read_input()
718 _struct_decl = struct_decl; in read_input()
[all …]
H A Doutput.h41 const char *struct_decl,
H A Doutput.cc79 Output::Output (KeywordExt_List *head, const char *struct_decl, in Output() argument
90 : _head (head), _struct_decl (struct_decl), in Output()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp61 RecordDecl *struct_decl = NULL; in ExtractFromFunctionDecl() local
78 struct_decl = candidate_record_decl; in ExtractFromFunctionDecl()
82 if (struct_decl) in ExtractFromFunctionDecl()
86 if (!struct_decl) in ExtractFromFunctionDecl()
90 &m_ast_context->getASTRecordLayout(struct_decl)); in ExtractFromFunctionDecl()
/freebsd-12.1/contrib/gperf/
H A DChangeLog992 struct_decl, reallocate it. For rest, use empty_string instead of "".