Searched defs:testType (Results 1 – 14 of 14) sorted by relevance
22 constexpr void testType(U u) { in testType() function
21 constexpr void testType() { in testType() function
27 constexpr void testType(U u) { in testType() function
20 constexpr void testType() { in testType() function
52 constexpr void testType() { in testType() function
40 if (auto testType = dyn_cast<TestType>(type)) in runOnOperation() local
65 type testType type
82 type :: testType type
698 template<typename> class testType { }; class699 template class testType<int>; variable
114 test::TestType testType = test::TestType::get(&context); in TEST() local 133 test::TestType testType = test::TestType::get(&context); in TEST() local
291 std::string testType = (useBytecode) ? "bytecode" : "textual"; doVerifyRoundTrip() local
5465 auto testType = [&](ASTContext &Ctx, const char *Name, TEST_P() local