Home
last modified time | relevance | path

Searched refs:isa_type (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DBlockPointer.cpp72 const CompilerType isa_type = in BlockPointerSyntheticFrontEnd() local
85 ConstString(), {{isa_name, isa_type}, in BlockPointerSyntheticFrontEnd()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h465 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() function
3789 return isa_type<decltype(T::type)>(T::type); in isa()
3929 boolean ast_expr_op::isa_type(T subtype) const in isa_type() function
3938 return isa_type<decltype(T::type)>(T::type); in isa()
4894 boolean ast_node::isa_type(T subtype) const in isa_type() function
4903 return isa_type<decltype(T::type)>(T::type); in isa()
[all …]
Dcpp.h530 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() function
4252 return isa_type<decltype(T::type)>(T::type); in isa()
4414 bool ast_expr_op::isa_type(T subtype) const in isa_type() function
4423 return isa_type<decltype(T::type)>(T::type); in isa()
5459 bool ast_node::isa_type(T subtype) const in isa_type() function
5468 return isa_type<decltype(T::type)>(T::type); in isa()
[all …]