/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | AMDGPUMetadata.cpp | 93 struct MappingTraits<Kernel::Attrs::Metadata> { struct 94 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) { in mapping() 107 struct MappingTraits<Kernel::Arg::Metadata> { struct 108 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) { in mapping() 135 struct MappingTraits<Kernel::CodeProps::Metadata> { struct 136 static void mapping(IO &YIO, Kernel::CodeProps::Metadata &MD) { in mapping() 165 struct MappingTraits<Kernel::DebugProps::Metadata> { struct 166 static void mapping(IO &YIO, Kernel::DebugProps::Metadata &MD) { in mapping() 181 struct MappingTraits<Kernel::Metadata> { struct 182 static void mapping(IO &YIO, Kernel::Metadata &MD) { in mapping() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/ |
H A D | IFSHandler.cpp | 103 template <> struct MappingTraits<IFSTarget> { struct 104 static void mapping(IO &IO, IFSTarget &Target) { in mapping() 112 static const bool flow = true; // NOLINT(readability-identifier-naming) 116 template <> struct MappingTraits<IFSSymbol> { struct 117 static void mapping(IO &IO, IFSSymbol &Symbol) { in mapping() 135 static const bool flow = true; // NOLINT(readability-identifier-naming) 139 template <> struct MappingTraits<IFSStub> { struct 140 static void mapping(IO &IO, IFSStub &Stub) { in mapping() 152 template <> struct MappingTraits<IFSStubTriple> { struct 153 static void mapping(IO &IO, IFSStubTriple &Stub) { in mapping()
|
/openbsd-src/gnu/llvm/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 119 template <> struct MappingTraits<Param> { struct 120 static void mapping(IO &IO, Param &P) { in mapping() 180 template <> struct MappingTraits<Method> { struct 181 static void mapping(IO &IO, Method &M) { in mapping() 221 template <> struct MappingTraits<Property> { struct 222 static void mapping(IO &IO, Property &P) { in mapping() 260 template <> struct MappingTraits<Class> { struct 261 static void mapping(IO &IO, Class &C) { in mapping() 301 template <> struct MappingTraits<Function> { struct 302 static void mapping(IO &IO, Function &F) { in mapping() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Remarks/ |
H A D | YAMLRemarkSerializer.cpp | 40 template <> struct MappingTraits<remarks::Remark *> { struct 41 static void mapping(IO &io, remarks::Remark *&Remark) { in mapping() 77 template <> struct MappingTraits<RemarkLocation> { struct 78 static void mapping(IO &io, RemarkLocation &RL) { in mapping() 99 static const bool flow = true; 135 template <> struct MappingTraits<Argument> { struct 136 static void mapping(IO &io, Argument &A) { in mapping()
|
/openbsd-src/gnu/llvm/llvm/lib/TextAPI/ |
H A D | TextStub.cpp | 286 template <> struct MappingTraits<ExportSection> { struct 287 static void mapping(IO &IO, ExportSection &Section) { in mapping() 308 template <> struct MappingTraits<UndefinedSection> { struct 309 static void mapping(IO &IO, UndefinedSection &Section) { in mapping() 324 template <> struct MappingTraits<SymbolSection> { struct 325 static void mapping(IO &IO, SymbolSection &Section) { in mapping() 336 template <> struct MappingTraits<UmbrellaSection> { struct 337 static void mapping(IO &IO, UmbrellaSection &Section) { in mapping() 343 template <> struct MappingTraits<UUIDv4> { struct 344 static void mapping(IO &IO, UUIDv4 &UUID) { in mapping() [all …]
|
/openbsd-src/gnu/llvm/clang/tools/driver/ |
H A D | cc1gen_reproducer_main.cpp | 54 template <> struct MappingTraits<UnsavedFileHash> { struct 55 static void mapping(IO &IO, UnsavedFileHash &Info) { in mapping() 61 template <> struct MappingTraits<ClangInvocationInfo> { struct 62 static void mapping(IO &IO, ClangInvocationInfo &Info) { in mapping()
|
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 159 template <> struct yaml::MappingTraits<InstrProfCorrelator::CorrelationData> { struct in yaml 166 template <> struct yaml::MappingTraits<InstrProfCorrelator::Probe> { 167 static void mapping(yaml::IO &io, InstrProfCorrelator::Probe &P) { in mapping()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 377 template <> struct MappingTraits<TaintConfiguration> { struct 378 static void mapping(IO &IO, TaintConfiguration &Config) { in mapping() 385 template <> struct MappingTraits<TaintConfiguration::Sink> { struct 386 static void mapping(IO &IO, TaintConfiguration::Sink &Sink) { in mapping() 393 template <> struct MappingTraits<TaintConfiguration::Filter> { struct 394 static void mapping(IO &IO, TaintConfiguration::Filter &Filter) { in mapping() 401 template <> struct MappingTraits<TaintConfiguration::Propagation> { struct 402 static void mapping(IO &IO, TaintConfiguration::Propagation &Propagation) { in mapping()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | BenchmarkResult.cpp | 198 template <> struct MappingTraits<exegesis::BenchmarkMeasure> { struct 199 static void mapping(IO &Io, exegesis::BenchmarkMeasure &Obj) { in mapping() 208 static const bool flow = true; 308 template <> struct MappingTraits<exegesis::InstructionBenchmark::TripleAndCpu> { struct 309 static void mapping(IO &Io, in mapping()
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 54 template <> struct MappingTraits<NormalizedAtomicChange> { struct 55 static void mapping(IO &Io, NormalizedAtomicChange &Doc) { in mapping() 67 template <> struct MappingTraits<clang::tooling::AtomicChange> { struct 68 static void mapping(IO &Io, clang::tooling::AtomicChange &Doc) { in mapping()
|
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLSymbols.cpp | 211 template <> struct MappingTraits<LocalVariableAddrRange> { struct 212 static void mapping(IO &io, LocalVariableAddrRange &Range) { in mapping() 218 template <> struct MappingTraits<LocalVariableAddrGap> { struct 219 static void mapping(IO &io, LocalVariableAddrGap &Gap) { in mapping() 600 template <> struct MappingTraits<SymbolRecordBase> { struct 601 static void mapping(IO &io, SymbolRecordBase &Record) { Record.map(io); } in mapping()
|
H A D | CodeViewYAMLTypes.cpp | 711 template <> struct MappingTraits<LeafRecordBase> { struct 712 static void mapping(IO &io, LeafRecordBase &Record) { Record.map(io); } in mapping() 715 template <> struct MappingTraits<MemberRecordBase> { struct 716 static void mapping(IO &io, MemberRecordBase &Record) { Record.map(io); } in mapping()
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | Format.cpp | 62 template <> struct MappingTraits<FormatStyle::AlignConsecutiveStyle> { struct 63 static void enumInput(IO &IO, FormatStyle::AlignConsecutiveStyle &Value) { in enumInput() 105 static void mapping(IO &IO, FormatStyle::AlignConsecutiveStyle &Value) { in mapping() 176 template <> struct MappingTraits<FormatStyle::BraceWrappingFlags> { struct 177 static void mapping(IO &IO, FormatStyle::BraceWrappingFlags &Wrapping) { in mapping() 348 template <> struct MappingTraits<FormatStyle::IntegerLiteralSeparatorStyle> { struct 349 static void mapping(IO &IO, FormatStyle::IntegerLiteralSeparatorStyle &Base) { in mapping() 483 template <> struct MappingTraits<FormatStyle::RawStringFormat> { struct 484 static void mapping(IO &IO, FormatStyle::RawStringFormat &Format) { in mapping() 638 template <> struct MappingTraits<FormatStyle::SpaceBeforeParensCustom> { struct [all …]
|
/openbsd-src/gnu/llvm/clang/tools/clang-rename/ |
H A D | ClangRename.cpp | 55 template <> struct MappingTraits<RenameAllInfo> { struct 56 static void mapping(IO &IO, RenameAllInfo &Info) { in mapping()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | YAMLTraits.h | 61 struct MappingTraits { struct
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 335 template <> struct MappingTraits<TemplightEntry> { struct 336 static void mapping(IO &io, TemplightEntry &fields) { in mapping()
|