Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp458 StatementMatcher MixedTypes = stmt(anyOf(ifStmt(), binaryOperator())); in TEST_P() local
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp8418 bool MixedTypes = RegisterType->isIntegerTy(64) && ValueType->isIntegerTy(32); EmitSpecialRegisterBuiltin() local