Home
last modified time | relevance | path

Searched defs:ptr_type (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/libc++/dist/libcxxrt/src/
H A Ddynamic_cast.cc92 const __pbase_type_info *ptr_type = in __do_catch() local
/minix3/minix/lib/libmagicrt/
H A Dmagic_analysis.c570 const struct _magic_type* ptr_type = selement->type; in magic_selement_analyze_ptr_value_invs() local
641 PUBLIC _magic_trg_stats_t magic_selement_analyze_ptr_target(const struct _magic_type *ptr_type, in magic_selement_analyze_ptr_target()
689 const struct _magic_type* ptr_type = selement->type; in magic_selement_analyze_ptr_type_invs() local
851 const struct _magic_type *ptr_type = selement->type; in magic_selement_analyze_ptr() local
H A Dmagic.c1794 PUBLIC int magic_type_ptr_is_text(const struct _magic_type* ptr_type) in magic_type_ptr_is_text()
1817 PUBLIC int magic_type_ptr_is_data(const struct _magic_type* ptr_type) in magic_type_ptr_is_data()
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp1096 if (const PointerType* ptr_type = dyn_cast<PointerType>(type)) { in getPointerIndirectionLevel() local