Home
last modified time | relevance | path

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

/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()
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dallocator_config_test.cpp62 struct Secondary { struct
64 using CacheT = scudo::MapAllocatorNoCache<Config>;
69 struct Secondary { struct
70 struct Cache {
74 template <typename T> using CacheT = scudo::MapAllocatorCache<T>;
H A Dsecondary_test.cpp94 struct Secondary { struct
106 struct Secondary { struct
96 CacheTNoCacheConfig::Secondary global() argument
107 CacheTestConfig::Secondary global() argument
116 CacheTTestConfig::Secondary global() argument
H A Dcombined_test.cpp207 struct Secondary { struct
209 CacheTscudo::TestConditionVariableConfig::Secondary global() argument
703 struct Secondary { global() struct
705 CacheTDeathConfig::Secondary global() argument
/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; global() variable
[all...]
/llvm-project/clang/test/CXX/except/except.spec/
H A Dp11-2a.cpp166 namespace Secondary { namespace