Home
last modified time | relevance | path

Searched defs:Secondary (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; variable
30 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer()
36 std::unique_ptr<DiagnosticConsumer> Secondary) in ChainedDiagnosticConsumer()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h77 struct Secondary { struct
78 struct Cache {
86 template <typename Config> using CacheT = MapAllocatorCache<Config>;
122 struct Secondary { struct
123 struct Cache {
131 template <typename Config> using CacheT = MapAllocatorCache<Config>;
163 struct Secondary { struct
164 template <typename Config> using CacheT = MapAllocatorNoCache<Config>;
187 struct Secondary { struct
188 template <typename Config> using CacheT = MapAllocatorNoCache<Config>;
H A Dcombined.h966 SecondaryT Secondary; variable