Home
last modified time | relevance | path

Searched refs:ValueB (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/
H A DThreadingTests.cpp103 std::atomic<char> ValueA(0), ValueB(0); in TEST_F() local
113 ValueB = Cache.get(0, [&] { in TEST_F()
121 ASSERT_EQ(ValueA, ValueB); in TEST_F()
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-hiding.c8 int ValueB; variable