Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/Inputs/
H A Dllvm.h30 inline bool isa_and_nonnull(const Y &Val) { in isa_and_nonnull() function
/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h57 template <class TypeSystemType> bool isa_and_nonnull() { in isa_and_nonnull() function
/llvm-project/mlir/include/mlir/IR/
H A DTypes.h330 bool Type::isa_and_nonnull() const { isa_and_nonnull() function
H A DAttributes.h179 bool Attribute::isa_and_nonnull() const { in isa_and_nonnull() function
/llvm-project/llvm/unittests/Support/
H A DCasting.cpp159 TEST(CastingTest, isa_and_nonnull) { in TEST() argument