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

/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h115 struct macro_info { struct
136 struct macro_info *macroinfo;
H A Daicasm_gram.y1515 (struct macro_info *)malloc(sizeof(struct macro_info));
1521 sizeof(struct macro_info));
/freebsd-13-stable/usr.bin/m4/
H A Dlook.c65 static struct ohash_info macro_info = { variable in typeref:struct:ohash_info
94 ohash_init(&macros, 10, &macro_info);
148 n = ohash_create_entry(&macro_info, name, &end);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp462 clang::MacroInfo *macro_info = nullptr; local
473 macro_info = module_macro->getMacroInfo();
485 macro_info = module_macro->getMacroInfo();
491 if (macro_info) {
496 if (macro_info->isFunctionLike()) {
501 for (auto pi = macro_info->param_begin(),
502 pe = macro_info->param_end();
513 if (macro_info->isC99Varargs()) {
519 } else if (macro_info->isGNUVarargs()) {
530 for (clang::MacroInfo::tokens_iterator ti = macro_info
[all...]

Completed in 85 milliseconds