Lines Matching defs:dtag

1654    DW_TAG dtag,
1672 if (dtag == DW_TAG_compile_unit
1673 || dtag == DW_TAG_type_unit
1674 || dtag == DW_TAG_partial_unit) {
1795 if (dtag == DW_TAG_lexical_block || dtag == DW_TAG_subprogram) {
1803 Bool isFunc = dtag == DW_TAG_subprogram;
1835 if (dtag == DW_TAG_subprogram
1842 if (dtag == DW_TAG_lexical_block
1880 if (dtag == DW_TAG_variable || dtag == DW_TAG_formal_parameter) {
1930 if (!global && dtag == DW_TAG_variable && level == 1) {
2145 VG_(printf)(" <%d><%lx>: %s", level, posn, ML_(pp_DW_TAG)( dtag ) );
2271 DW_TAG dtag ) {
2272 vg_assert(dtag == DW_TAG_subrange_type);
2273 /* For most languages, a subrange_type dtag always gives the
2287 'admin' is where the completed types are dumped. 'dtag' is the tag
2316 DW_TAG dtag,
2345 if (dtag == DW_TAG_compile_unit
2346 || dtag == DW_TAG_type_unit
2347 || dtag == DW_TAG_partial_unit) {
2384 if (dtag == DW_TAG_base_type) {
2465 if (dtag == DW_TAG_pointer_type || dtag == DW_TAG_reference_type
2466 || dtag == DW_TAG_ptr_to_member_type
2467 || dtag == DW_TAG_rvalue_reference_type) {
2473 switch (dtag) {
2518 if (dtag == DW_TAG_enumeration_type) {
2603 if (dtag == DW_TAG_enumerator) {
2642 if (dtag == DW_TAG_structure_type || dtag == DW_TAG_class_type
2643 || dtag == DW_TAG_union_type) {
2658 typeE.Te.TyStOrUn.isStruct = dtag == DW_TAG_structure_type
2659 || dtag == DW_TAG_class_type;
2735 if (dtag == DW_TAG_member) {
2822 if (dtag == DW_TAG_array_type) {
2849 if (dtag == DW_TAG_subrange_type
2850 && subrange_type_denotes_array_bounds(parser, dtag)) {
2937 if (dtag == DW_TAG_typedef
2938 || (dtag == DW_TAG_subrange_type
2939 && !subrange_type_denotes_array_bounds(parser, dtag))) {
2941 vg_assert (dtag == DW_TAG_typedef || parser->language == 'A');
2976 if (dtag == DW_TAG_subroutine_type) {
2985 if (dtag == DW_TAG_volatile_type || dtag == DW_TAG_const_type) {
2991 = dtag == DW_TAG_volatile_type ? 'V' : 'C';
3021 if (dtag == DW_TAG_unspecified_type) {
3081 VG_(printf)(" <%d><%lx>: %s", level, posn, ML_(pp_DW_TAG)( dtag ) );