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

/freebsd-current/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h113 struct macro_info { struct
134 struct macro_info *macroinfo;
H A Daicasm_gram.y1513 (struct macro_info *)malloc(sizeof(struct macro_info));
1519 sizeof(struct macro_info));
/freebsd-current/usr.bin/m4/
H A Dlook.c63 static struct ohash_info macro_info = { variable in typeref:struct:ohash_info
92 ohash_init(&macros, 10, &macro_info);
146 n = ohash_create_entry(&macro_info, name, &end);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp514 clang::MacroInfo *macro_info = nullptr; local
525 macro_info = module_macro->getMacroInfo();
537 macro_info = module_macro->getMacroInfo();
543 if (macro_info) {
549 if (macro_info->isFunctionLike()) {
554 for (auto pi = macro_info->param_begin(),
555 pe = macro_info->param_end();
565 if (macro_info->isC99Varargs()) {
570 } else if (macro_info->isGNUVarargs())
581 ti = macro_info
[all...]

Completed in 223 milliseconds