Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/stdlib/
H A Datexit_test.cpp50 template <int count> constexpr auto getTest() { in getTest() function
69 auto test = getTest<32>(); in TEST()
77 auto test = getTest<256>(); in TEST()
/llvm-project-15.0.7/clang/test/Parser/
H A Dstmt-attributes.m18 Test *getTest(void); function
33 __attribute__((nomerge)) [getTest() foo];
47 [getTest() foo];