Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A 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()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-pp-string_test.cc58 TEST(Macros, Cat) { in TEST() argument
63 TEST(Macros, Narg) { in TEST() argument
75 TEST(Macros, Comma) { in TEST() argument
81 TEST(Macros, IsEmpty) { in TEST() argument
91 TEST(Macros, If) { in TEST() argument
96 TEST(Macros, HeadTail) { in TEST() argument
106 TEST(Macros, Parentheses) { in TEST() argument
122 TEST(Macros, Increment) { in TEST() argument
135 TEST(Macros, Repeat) { in TEST() argument
164 TEST(Macros, ForEach) { in TEST() argument
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h68 std::vector<std::pair<std::string, bool/*isUndef*/>> Macros;
237 Macros.emplace_back(std::string(Name), false); in addMacroDef()
240 Macros.emplace_back(std::string(Name), true); in addMacroUndef()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A 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});
1315 auto it = Macros.find(Identifier); in getNextToken()
1319 it != Macros.end()) { in getNextToken()
H A DMacroExpander.cpp122 const std::vector<std::string> &Macros, clang::SourceManager &SourceMgr, in MacroExpander() argument
128 for (const std::string &Macro : Macros) in MacroExpander()
H A DFormatTokenLexer.h135 llvm::SmallMapVector<IdentifierInfo *, TokenType, 8> Macros; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp732 auto &StartingMacros = NullSubmoduleState.Macros; in EnterSubmodule()
744 State.Macros.insert(std::make_pair(Macro.first, std::move(MS))); in EnterSubmodule()
812 auto MacroIt = CurSubmoduleState->Macros.find(II); in LeaveSubmodule()
813 if (MacroIt == CurSubmoduleState->Macros.end()) in LeaveSubmodule()
825 auto &OldMacros = OldState->Macros; in LeaveSubmodule()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdbool16 Macros:
H A Dclimits16 Macros:
H A Dcassert13 Macros:
H A Dcsetjmp16 Macros:
H A Dcerrno16 Macros:
H A Dcstdarg16 Macros:
H A Dcsignal16 Macros:
H A Dclocale16 Macros:
H A Dcfloat16 Macros:
H A Dctime16 Macros:
H A Dcuchar16 Macros:
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.def9 // Macros for BTF.
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Dadi,ad5592r.yaml85 Macros specifying the valid values can be found in
102 Macros specifying the valid values can be found in
H A Dad5592r.txt21 Macros specifying the valid values
37 device gets removed. Macros specifying the
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIEValue.def9 // Macros for running through all types of DIEValue.
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DSwift.def9 // Macros for running through Swift enumerators.
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugMacro.h105 SmallVector<Entry, 4> Macros; member
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_trace_enabled.pod83 but rather uses a set of convenience macros, see the L</Macros> section below.
102 =head2 Macros section
244 For example, take this example from L</Macros> section above:

12345