Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp514 clang::MacroInfo *macro_info = nullptr; in ForEachMacro() local
525 macro_info = module_macro->getMacroInfo(); in ForEachMacro()
537 macro_info = module_macro->getMacroInfo(); in ForEachMacro()
543 if (macro_info) { in ForEachMacro()
549 if (macro_info->isFunctionLike()) { in ForEachMacro()
554 for (auto pi = macro_info->param_begin(), in ForEachMacro()
555 pe = macro_info->param_end(); in ForEachMacro()
565 if (macro_info->isC99Varargs()) { in ForEachMacro()
570 } else if (macro_info->isGNUVarargs()) in ForEachMacro()
581 ti = macro_info->tokens_begin(), in ForEachMacro()
[all …]
/openbsd/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.h118 struct macro_info { struct
139 struct macro_info *macroinfo; argument
H A Daicasm_gram.y1517 (struct macro_info *)malloc(sizeof(struct macro_info)); in initialize_symbol()
1523 sizeof(struct macro_info)); in initialize_symbol()
/openbsd/usr.bin/m4/
H A Dlook.c60 static struct ohash_info macro_info = { variable
89 ohash_init(&macros, 10, &macro_info); in init_macros()
143 n = ohash_create_entry(&macro_info, name, &end); in create_entry()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.def326 HANDLE_DW_AT(0x43, macro_info, 2, DWARF)
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.414113 * cpphash.c (struct macro_info): Add new members.
14116 expansion in struct macro_info on success.
14129 * cpphash.c (macro_info): Don't use the `signed' keyword.
14340 * cpphash.c: (struct macro_info, alloc_macro, free_macro,
14344 information in a struct macro_info.