Home
last modified time | relevance | path

Searched defs:BQ (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dunbounded-array-bounds.c57 struct BQ { struct
61 struct BQ bq[]; // expected-warning {{tentative array definition}} addr16-note {{declared here}} argument
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp113 BufferQueue BQ(profilingFlags()->per_thread_allocator_max, in TEST() local
184 static BufferQueue BQ(profilingFlags()->per_thread_allocator_max, in threadProcessing() local
H A Dallocator_test.cpp61 BufferQueue BQ(GetPageSizeCached(), 10, Success); in TEST() local
H A Dfdr_controller_test.cpp47 std::unique_ptr<BufferQueue> BQ; member in __xray::__anon4dd204380111::FunctionSequenceTest
297 std::unique_ptr<BufferQueue> BQ; member in __xray::__anon4dd204380111::BufferManagementTest
/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h26 BufferQueue *BQ; variable
236 FDRController(BufferQueue *BQ, BufferQueue::Buffer &B, FDRLogWriter &W, in FDRController()
H A Dxray_profile_collector.cpp60 BufferQueue *BQ; member
75 static BufferQueue *BQ = nullptr; variable
H A Dxray_fdr_logging.cpp56 BufferQueue *BQ = nullptr; member
77 static BufferQueue *BQ = nullptr; variable
H A Dxray_profiling.cpp52 static BufferQueue *BQ = nullptr; variable