Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dswitch-case.c178 void testDifferentTypes(int arg) { in testDifferentTypes() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dcontainer-contains.cpp82 int testDifferentTypes(std::map<int, int> &M, std::unordered_set<int> &US, std::set<int> &S, std::multimap<int, int> &MM) { testDifferentTypes() function