Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/StaticAnalyzer/
H A DIsCLibraryFunctionTest.cpp15 class IsCLibraryFunctionTest : public testing::Test { class
44 TEST_F(IsCLibraryFunctionTest, AcceptsGlobal) { in TEST_F() argument
49 TEST_F(IsCLibraryFunctionTest, AcceptsExternCGlobal) { in TEST_F() argument
54 TEST_F(IsCLibraryFunctionTest, RejectsNoInlineNoExternalLinkage) { in TEST_F() argument
61 TEST_F(IsCLibraryFunctionTest, RejectsAnonymousNamespace) { in TEST_F() argument
66 TEST_F(IsCLibraryFunctionTest, AcceptsStdNamespace) { in TEST_F() argument
71 TEST_F(IsCLibraryFunctionTest, RejectsOtherNamespaces) { in TEST_F() argument
76 TEST_F(IsCLibraryFunctionTest, RejectsClassStatic) { in TEST_F() argument
81 TEST_F(IsCLibraryFunctionTest, RejectsClassMember) { in TEST_F() argument