Searched defs:isa_and_nonnull (Results 1 – 5 of 5) sorted by relevance
30 inline bool isa_and_nonnull(const Y &Val) { in isa_and_nonnull() function
57 template <class TypeSystemType> bool isa_and_nonnull() { in isa_and_nonnull() function
330 bool Type::isa_and_nonnull() const { isa_and_nonnull() function
179 bool Attribute::isa_and_nonnull() const { in isa_and_nonnull() function
159 TEST(CastingTest, isa_and_nonnull) { in TEST() argument