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

/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp433 clang::MacroInfo *macro_info = nullptr; local
444 macro_info = module_macro->getMacroInfo();
456 macro_info = module_macro->getMacroInfo();
462 if (macro_info) {
467 if (macro_info->isFunctionLike()) {
472 for (auto pi = macro_info->param_begin(),
473 pe = macro_info->param_end();
484 if (macro_info->isC99Varargs()) {
490 } else if (macro_info->isGNUVarargs()) {
501 for (clang::MacroInfo::tokens_iterator ti = macro_info
[all...]
/freebsd-11-stable/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);

Completed in 100 milliseconds