Home
last modified time | relevance | path

Searched defs:areTypesCompatible (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DInefficientAlgorithmCheck.cpp18 static bool areTypesCompatible(QualType Left, QualType Right) { in areTypesCompatible() function
/llvm-project/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp159 auto areTypesCompatible = [&](TypeRange lhs, TypeRange rhs) { in verifyTypesAlongControlFlowEdges() local
/llvm-project/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp46 bool ExecuteOp::areTypesCompatible(Type lhs, Type rhs) { in areTypesCompatible() function in ExecuteOp
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp387 static bool areTypesCompatible(QualType ArgType, QualType ParamType, areTypesCompatible() function
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp6507 bool WarpExecuteOnLane0Op::areTypesCompatible(Type lhs, Type rhs) { areTypesCompatible() function in WarpExecuteOnLane0Op