Home
last modified time | relevance | path

Searched defs:dyn_cast_or_null (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DTypes.h84 U dyn_cast_or_null() const { in dyn_cast_or_null() function
/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h65 std::shared_ptr<TypeSystemType> dyn_cast_or_null() { in dyn_cast_or_null() function
/llvm-project/mlir/include/mlir/IR/
H A DTypes.h340 U Type::dyn_cast_or_null() const { dyn_cast_or_null() function
H A DAttributes.h189 U Attribute::dyn_cast_or_null() const { in dyn_cast_or_null() function
H A DAffineExpr.h307 U AffineExpr::dyn_cast_or_null() const { in dyn_cast_or_null() function
H A DValue.h114 U dyn_cast_or_null() const { in dyn_cast_or_null() function
/llvm-project/llvm/unittests/Support/
H A DCasting.cpp235 TEST(CastingTest, dyn_cast_or_null) { in TEST() argument