Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dtytypes.c103 te->Te.Field.typeR, te->Te.Field.pos.offset, in ML_()
107 te->Te.Field.typeR, te->Te.Field.nLoc, in ML_()
134 te->Te.TyPorR.typeR); in ML_()
138 te->Te.TyTyDef.typeR, in ML_()
167 te->Te.TyArray.typeR, te->Te.TyArray.boundRs); in ML_()
176 te->Te.TyQual.typeR); in ML_()
241 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyPorR.typeR); in ML_()
255 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyArray.typeR); in ML_()
279 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyQual.typeR); in ML_()
478 r = UWord__cmp(te1->Te.Field.typeR, te2->Te.Field.typeR); in ML_()
[all …]
Dpriv_tytypes.h80 UWord typeR; /* should be Te_TyXXXX */ member
103 UWord typeR; member
108 UWord typeR; /* MAY BE D3_INVALID_CUOFF, denoting unknown */ member
123 UWord typeR; member
130 UWord typeR; member
Dreaddwarf3.c1218 UWord typeR; /* a cuOff */ member
1663 UWord typeR = D3_INVALID_CUOFF; in parse_var_DIE() local
1688 typeR = (UWord)cts; in parse_var_DIE()
1720 if ( /* 1 */ (gexpr && typeR != D3_INVALID_CUOFF) in parse_var_DIE()
1721 /* 2 */ || (typeR != D3_INVALID_CUOFF) in parse_var_DIE()
1787 tv->typeR = typeR; in parse_var_DIE()
2233 typeE.Te.TyPorR.typeR = D3_FAKEVOID_CUOFF; in parse_type_DIE()
2253 typeE.Te.TyPorR.typeR = (UWord)cts; in parse_type_DIE()
2455 fieldE.Te.Field.typeR = D3_INVALID_CUOFF; in parse_type_DIE()
2468 fieldE.Te.Field.typeR = (UWord)cts; in parse_type_DIE()
[all …]
Dpriv_storage.h379 UWord typeR; /* a cuOff */ member
828 UWord typeR, /* a cuOff */
Dstorage.c861 UWord typeR, /* a cuOff */ in ML_()
881 ML_(pp_TyEnt_C_ishly)( di->admin_tyents, typeR ); in ML_()
900 ent = ML_(TyEnts__index_by_cuOff)( di->admin_tyents, NULL, typeR); in ML_()
940 mul = ML_(sizeOfType)(di->admin_tyents, typeR); in ML_()
1000 var.typeR = typeR; in ML_()
Ddebuginfo.c2624 mul = ML_(sizeOfType)(tyents, var->typeR); in data_address_is_in_var()
2639 ML_(pp_TyEnt_C_ishly)( tyents, var->typeR ); in data_address_is_in_var()
3077 var->typeR, offset ); in consider_vars_in_frame()
3185 var->typeR, offset ); in VG_()
3327 mul = ML_(sizeOfType)(tyents, var->typeR); in analyse_deps()
3338 ty = ML_(TyEnts__index_by_cuOff)( tyents, NULL, var->typeR ); in analyse_deps()
3347 if (0) {ML_(pp_TyEnt_C_ishly)(tyents, var->typeR); in analyse_deps()
3636 mul = ML_(sizeOfType)(di->admin_tyents, var->typeR); in VG_()
3650 var->typeR ); in VG_()
/external/clang/lib/CodeGen/
DCGVTables.cpp170 const ABIArgInfo &infoR, CanQualType typeR) { in similar() argument
172 (typeL == typeR || in similar()
173 (isa<PointerType>(typeL) && isa<PointerType>(typeR)) || in similar()
174 (isa<ReferenceType>(typeL) && isa<ReferenceType>(typeR)))); in similar()