Home
last modified time | relevance | path

Searched refs:Macros (Results 1 – 25 of 205) sorted by relevance

123456789

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFDebugMacro.cpp44 for (const auto &Macros : MacroLists) { in dump() local
45 OS << format("0x%08" PRIx64 ":\n", Macros.Offset); in dump()
46 if (Macros.IsDebugMacro) in dump()
47 Macros.Header.dumpMacroHeader(OS); in dump()
48 for (const Entry &E : Macros.Macros) { in dump()
58 if (Macros.IsDebugMacro) in dump()
60 << (Macros.Header.Version < 5 ? GnuMacroString(E.Type) in dump()
93 2 * Macros.Header.getOffsetByteSize(), E.ImportOffset); in dump()
137 M->Macros.emplace_back(); in parseImpl()
138 Entry &E = M->Macros.back(); in parseImpl()
/openbsd/src/gnu/usr.bin/texinfo/doc/
Dmacro.texi47 as any other @texinfo{} command. Macros are a useful way to ease the
52 * How to Use Macros in @texinfo{}::
55 * Using Macros Recursively::
58 * Using @texinfo{} Macros As Arguments::
62 @section How to Use Macros in @texinfo{}
130 @section Using Macros Recursively
170 @section Using @texinfo{} Macros As Arguments
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DPreprocessorOptions.h68 std::vector<std::pair<std::string, bool/*isUndef*/>> Macros;
231 Macros.emplace_back(std::string(Name), false); in addMacroDef()
234 Macros.emplace_back(std::string(Name), true); in addMacroUndef()
/openbsd/src/regress/usr.bin/mandoc/mdoc/No/
Dspacing.out_markdown12 Macros on the line
17 Macros
Dspacing.out_ascii7 Text before and after the macro. Macros on the line [before] and [after]
8 the macro. Macros _b_e_f_o_r_e and _a_f_t_e_r the macro on the same line.
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-msp430.texi34 * MSP430-Macros:: Macros
40 @node MSP430-Macros
41 @subsection Macros
43 @cindex Macros, MSP 430
Dc-a29k.texi34 * AMD29K-Macros:: Macros
39 @node AMD29K-Macros
40 @subsection Macros
42 @cindex Macros, AMD 29K
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
Dskipping.c19 #error Macros not expanded in #elif
/openbsd/src/gnu/gcc/gcc/doc/
Dcpp.info46 * Macros::
81 Macros
83 * Object-like Macros::
84 * Function-like Macros::
88 * Variadic Macros::
89 * Predefined Macros::
90 * Undefining and Redefining Macros::
94 Predefined Macros
96 * Standard Predefined Macros::
97 * Common Predefined Macros::
[all …]
/openbsd/src/gnu/llvm/clang/lib/Format/
DFormatTokenLexer.cpp42 Macros.insert({Identifier, TT_ForEachMacro});
46 Macros.insert({Identifier, TT_IfMacro});
50 Macros.insert({Identifier, TT_AttributeMacro});
54 Macros.insert({Identifier, TT_StatementMacro});
58 Macros.insert({Identifier, TT_TypenameMacro});
62 Macros.insert({Identifier, TT_NamespaceMacro});
67 Macros.insert({Identifier, TT_UntouchableMacroFunc});
72 Macros.insert({Identifier, TT_StatementAttributeLikeMacro});
1200 auto it = Macros.find(FormatTok->Tok.getIdentifierInfo()); in getNextToken()
1204 it != Macros.end()) { in getNextToken()
DMacroExpander.cpp122 const std::vector<std::string> &Macros, clang::SourceManager &SourceMgr, in MacroExpander() argument
128 for (const std::string &Macro : Macros) in MacroExpander()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-msp430.texi44 * MSP430-Macros:: Macros
50 @node MSP430-Macros
51 @subsection Macros
53 @cindex Macros, MSP 430
/openbsd/src/gnu/llvm/clang/lib/Lex/
DPPLexerChange.cpp717 auto &StartingMacros = NullSubmoduleState.Macros; in EnterSubmodule()
729 State.Macros.insert(std::make_pair(Macro.first, std::move(MS))); in EnterSubmodule()
797 auto MacroIt = CurSubmoduleState->Macros.find(II); in LeaveSubmodule()
798 if (MacroIt == CurSubmoduleState->Macros.end()) in LeaveSubmodule()
810 auto &OldMacros = OldState->Macros; in LeaveSubmodule()
/openbsd/src/gnu/llvm/libcxx/include/
Dcstdbool16 Macros:
Dcassert13 Macros:
Dcerrno16 Macros:
Dcstdarg16 Macros:
Dcsignal16 Macros:
Dclimits16 Macros:
Dcsetjmp16 Macros:
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dc++config49 // Macros for visibility.
58 // Macros for controlling various namespace association schemes and modes.
65 // Macros for namespace scope.
/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/
DBTF.def9 // Macros for BTF.
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DSwift.def9 // Macros for running through Swift enumerators.
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugMacro.h99 SmallVector<Entry, 4> Macros; member
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DDIEValue.def9 // Macros for running through all types of DIEValue.

123456789