Home
last modified time | relevance | path

Searched refs:MixedTypes (Results 1 – 4 of 4) sorted by relevance

/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp316 StatementMatcher MixedTypes = stmt(anyOf(ifStmt(), binaryOperator())); in TEST() local
317 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()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp459 StatementMatcher MixedTypes = stmt(anyOf(ifStmt(), binaryOperator())); in TEST_P() local
460 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()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3882 bool MixedTypes = RegisterType->isIntegerTy(64) && ValueType->isIntegerTy(32); in EmitSpecialRegisterBuiltin() local
3890 if (MixedTypes) in EmitSpecialRegisterBuiltin()
3903 if (MixedTypes) { in EmitSpecialRegisterBuiltin()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp6866 bool MixedTypes = RegisterType->isIntegerTy(64) && ValueType->isIntegerTy(32); in EmitSpecialRegisterBuiltin() local
6878 if (MixedTypes) in EmitSpecialRegisterBuiltin()
6891 if (MixedTypes) { in EmitSpecialRegisterBuiltin()