Home
last modified time | relevance | path

Searched refs:ValueA (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
106 ValueA = Cache.get(0, [&] { in TEST_F()
121 ASSERT_EQ(ValueA, ValueB); in TEST_F()
122 ASSERT_THAT(ValueA.load(), testing::AnyOf('A', 'B')); in TEST_F()
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-hiding.c7 int ValueA; variable
12 int ValueA = 0; in f() local