Home
last modified time | relevance | path

Searched refs:typeR (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dtytypes.c104 te->Te.Field.typeR, te->Te.Field.pos.offset, in ML_()
108 te->Te.Field.typeR, te->Te.Field.nLoc, in ML_()
133 te->Te.TyPorR.typeR); in ML_()
137 te->Te.TyPorR.typeR); in ML_()
141 te->Te.TyPorR.typeR); in ML_()
145 te->Te.TyPorR.typeR); in ML_()
149 te->Te.TyTyDef.typeR, in ML_()
177 te->Te.TyArray.typeR, te->Te.TyArray.boundRs); in ML_()
186 te->Te.TyQual.typeR); in ML_()
251 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyPorR.typeR); in ML_()
[all …]
Dpriv_tytypes.h87 UWord typeR; /* should be Te_TyXXXX */ member
110 UWord typeR; member
114 UWord typeR; /* MAY BE D3_INVALID_CUOFF, denoting unknown */ member
119 UWord typeR; member
130 UWord typeR; member
137 UWord typeR; member
Dreaddwarf3.c1594 UWord typeR; /* a cuOff */ member
2276 UWord typeR = D3_INVALID_CUOFF; in parse_var_DIE() local
2301 typeR = cook_die_using_form( cc, cts.u.val, form ); in parse_var_DIE()
2340 if ( /* 1 */ (gexpr && typeR != D3_INVALID_CUOFF) in parse_var_DIE()
2341 /* 2 */ || (typeR != D3_INVALID_CUOFF) in parse_var_DIE()
2407 tv->typeR = typeR; in parse_var_DIE()
3204 typeE.Te.TyPorR.typeR = D3_FAKEVOID_CUOFF; in parse_type_DIE()
3223 typeE.Te.TyPorR.typeR in parse_type_DIE()
3372 typeE.Te.TyStOrUn.typeR = D3_INVALID_CUOFF; in parse_type_DIE()
3406 typeE.Te.TyStOrUn.typeR in parse_type_DIE()
[all …]
Dpriv_storage.h500 UWord typeR; /* a cuOff */ member
1080 UWord typeR, /* a cuOff */
Ddebuginfo.c3137 mul = ML_(sizeOfType)(tyents, var->typeR); in data_address_is_in_var()
3152 ML_(pp_TyEnt_C_ishly)( tyents, var->typeR ); in data_address_is_in_var()
3594 var->typeR, offset ); in consider_vars_in_frame()
3702 var->typeR, offset ); in VG_()
3819 mul = ML_(sizeOfType)(tyents, var->typeR); in analyse_deps()
3830 ty = ML_(TyEnts__index_by_cuOff)( tyents, NULL, var->typeR ); in analyse_deps()
3839 if (0) {ML_(pp_TyEnt_C_ishly)(tyents, var->typeR); in analyse_deps()
4127 mul = ML_(sizeOfType)(di->admin_tyents, var->typeR); in VG_()
4141 var->typeR ); in VG_()
Dstorage.c1163 UWord typeR, /* a cuOff */ in ML_()
1183 ML_(pp_TyEnt_C_ishly)( di->admin_tyents, typeR ); in ML_()
1202 ent = ML_(TyEnts__index_by_cuOff)( di->admin_tyents, NULL, typeR); in ML_()
1238 mul = ML_(sizeOfType)(di->admin_tyents, typeR); in ML_()
1295 var.typeR = typeR; in ML_()
/external/clang/lib/CodeGen/
DCGVTables.cpp61 const ABIArgInfo &infoR, CanQualType typeR) { in similar() argument
63 (typeL == typeR || in similar()
64 (isa<PointerType>(typeL) && isa<PointerType>(typeR)) || in similar()
65 (isa<ReferenceType>(typeL) && isa<ReferenceType>(typeR)))); in similar()