Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gperf/src/
Dinput.cc389 char *struct_decl = NULL; in read_input() local
589 size_t old_len = (struct_decl ? strlen (struct_decl) : 0); in read_input()
594 memcpy (new_struct_decl, struct_decl, old_len); in read_input()
597 if (struct_decl) in read_input()
598 delete[] struct_decl; in read_input()
599 struct_decl = new_struct_decl; in read_input()
626 if (struct_decl) in read_input()
630 char *p = struct_decl; in read_input()
680 if (p != struct_decl) in read_input()
685 delete[] struct_decl; in read_input()
[all …]
Doutput.h41 const char *struct_decl,
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-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTStructExtractor.cpp60 RecordDecl *struct_decl = nullptr; in ExtractFromFunctionDecl() local
77 struct_decl = candidate_record_decl; in ExtractFromFunctionDecl()
81 if (struct_decl) in ExtractFromFunctionDecl()
85 if (!struct_decl) in ExtractFromFunctionDecl()
89 &m_ast_context->getASTRecordLayout(struct_decl)); in ExtractFromFunctionDecl()
/freebsd-12-stable/contrib/gperf/
DChangeLog992 struct_decl, reallocate it. For rest, use empty_string instead of "".