Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp503 clang::MacroInfo *macro_info = nullptr; in ForEachMacro() local
514 macro_info = module_macro->getMacroInfo(); in ForEachMacro()
526 macro_info = module_macro->getMacroInfo(); in ForEachMacro()
532 if (macro_info) { in ForEachMacro()
538 if (macro_info->isFunctionLike()) { in ForEachMacro()
543 for (auto pi = macro_info->param_begin(), in ForEachMacro()
544 pe = macro_info->param_end(); in ForEachMacro()
554 if (macro_info->isC99Varargs()) { in ForEachMacro()
559 } else if (macro_info->isGNUVarargs()) in ForEachMacro()
570 ti = macro_info->tokens_begin(), in ForEachMacro()
[all …]
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h113 struct macro_info { struct
134 struct macro_info *macroinfo; argument
H A Daicasm_gram.y1513 (struct macro_info *)malloc(sizeof(struct macro_info)); in initialize_symbol()
1519 sizeof(struct macro_info)); in initialize_symbol()
/freebsd/usr.bin/m4/
H A Dlook.c63 static struct ohash_info macro_info = { variable
92 ohash_init(&macros, 10, &macro_info); in init_macros()
146 n = ohash_create_entry(&macro_info, name, &end); in create_entry()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def336 HANDLE_DW_AT(0x43, macro_info, 2, DWARF)