Searched refs:MixedTypes (Results 1 – 4 of 4) sorted by relevance
316 StatementMatcher MixedTypes = stmt(anyOf(ifStmt(), binaryOperator())); in TEST() local317 EXPECT_TRUE(matches("int F() { return 1 + 2; }", MixedTypes)); in TEST()318 EXPECT_TRUE(matches("int F() { if (true) return 1; }", MixedTypes)); in TEST()319 EXPECT_TRUE(notMatches("int F() { return 1; }", MixedTypes)); in TEST()
459 StatementMatcher MixedTypes = stmt(anyOf(ifStmt(), binaryOperator())); in TEST_P() local460 EXPECT_TRUE(matches("int F() { return 1 + 2; }", MixedTypes)); in TEST_P()461 EXPECT_TRUE(matches("int F() { if (true) return 1; }", MixedTypes)); in TEST_P()462 EXPECT_TRUE(notMatches("int F() { return 1; }", MixedTypes)); in TEST_P()
3882 bool MixedTypes = RegisterType->isIntegerTy(64) && ValueType->isIntegerTy(32); in EmitSpecialRegisterBuiltin() local3890 if (MixedTypes) in EmitSpecialRegisterBuiltin()3903 if (MixedTypes) { in EmitSpecialRegisterBuiltin()
6866 bool MixedTypes = RegisterType->isIntegerTy(64) && ValueType->isIntegerTy(32); in EmitSpecialRegisterBuiltin() local6878 if (MixedTypes) in EmitSpecialRegisterBuiltin()6891 if (MixedTypes) { in EmitSpecialRegisterBuiltin()