Searched refs:isa_type (Results 1 – 3 of 3) sorted by relevance
72 const CompilerType isa_type = in BlockPointerSyntheticFrontEnd() local85 ConstString(), {{isa_name, isa_type}, in BlockPointerSyntheticFrontEnd()
465 inline boolean isa_type(T subtype) const;536 inline boolean isa_type(T subtype) const;1070 inline boolean isa_type(T subtype) const;2206 inline boolean isa_type(T subtype) const;3780 boolean ast_expr::isa_type(T subtype) const in isa_type() function3789 return isa_type<decltype(T::type)>(T::type); in isa()3929 boolean ast_expr_op::isa_type(T subtype) const in isa_type() function3938 return isa_type<decltype(T::type)>(T::type); in isa()4894 boolean ast_node::isa_type(T subtype) const in isa_type() function4903 return isa_type<decltype(T::type)>(T::type); in isa()[all …]
530 inline bool isa_type(T subtype) const;601 inline bool isa_type(T subtype) const;1135 inline bool isa_type(T subtype) const;2271 inline bool isa_type(T subtype) const;4243 bool ast_expr::isa_type(T subtype) const in isa_type() function4252 return isa_type<decltype(T::type)>(T::type); in isa()4414 bool ast_expr_op::isa_type(T subtype) const in isa_type() function4423 return isa_type<decltype(T::type)>(T::type); in isa()5459 bool ast_node::isa_type(T subtype) const in isa_type() function5468 return isa_type<decltype(T::type)>(T::type); in isa()[all …]