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

/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_tytypes.h87 UWord typeR; /* should be Te_TyXXXX */ member in struct:__anon18711::__anon18712::__anon18717
110 UWord typeR; member in struct:__anon18711::__anon18712::__anon18721
114 UWord typeR; /* MAY BE D3_INVALID_CUOFF, denoting unknown */ member in struct:__anon18711::__anon18712::__anon18722
119 UWord typeR; member in struct:__anon18711::__anon18712::__anon18723
130 UWord typeR; member in struct:__anon18711::__anon18712::__anon18725
137 UWord typeR; member in struct:__anon18711::__anon18712::__anon18727
H A Dtytypes.c104 te->Te.Field.typeR, te->Te.Field.pos.offset,
108 te->Te.Field.typeR, te->Te.Field.nLoc,
133 te->Te.TyPorR.typeR);
137 te->Te.TyPorR.typeR);
141 te->Te.TyPorR.typeR);
145 te->Te.TyPorR.typeR);
149 te->Te.TyTyDef.typeR,
177 te->Te.TyArray.typeR, te->Te.TyArray.boundRs);
186 te->Te.TyQual.typeR);
251 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyPorR.typeR);
[all...]
H A Dreaddwarf3.c1594 UWord typeR; /* a cuOff */ member in struct:_TempVar
2276 UWord typeR = D3_INVALID_CUOFF; local
2301 typeR = cook_die_using_form( cc, cts.u.val, form );
2340 if ( /* 1 */ (gexpr && typeR != D3_INVALID_CUOFF)
2341 /* 2 */ || (typeR != D3_INVALID_CUOFF)
2407 tv->typeR = typeR;
3204 typeE.Te.TyPorR.typeR = D3_FAKEVOID_CUOFF;
3223 typeE.Te.TyPorR.typeR
3372 typeE.Te.TyStOrUn.typeR
[all...]
H A Dpriv_storage.h500 UWord typeR; /* a cuOff */ member in struct:__anon18708
1080 UWord typeR, /* a cuOff */
H A Dstorage.c1177 UWord typeR, /* a cuOff */
1197 ML_(pp_TyEnt_C_ishly)( di->admin_tyents, typeR );
1216 ent = ML_(TyEnts__index_by_cuOff)( di->admin_tyents, NULL, typeR);
1252 mul = ML_(sizeOfType)(di->admin_tyents, typeR);
1309 var.typeR = typeR;
1172 addVar( struct _DebugInfo* di, Int level, Addr aMin, Addr aMax, const HChar* name, UWord typeR, const GExpr* gexpr, const GExpr* fbGX, UInt fndn_ix, Int lineNo, Bool show ) argument
H A Ddebuginfo.c3185 mul = ML_(sizeOfType)(tyents, var->typeR);
3200 ML_(pp_TyEnt_C_ishly)( tyents, var->typeR );
3642 var->typeR, offset );
3747 var->typeR, offset );
3864 mul = ML_(sizeOfType)(tyents, var->typeR);
3875 ty = ML_(TyEnts__index_by_cuOff)( tyents, NULL, var->typeR );
3884 if (0) {ML_(pp_TyEnt_C_ishly)(tyents, var->typeR);
4171 mul = ML_(sizeOfType)(di->admin_tyents, var->typeR);
4185 var->typeR );
/external/clang/lib/CodeGen/
H A DCGVTables.cpp75 const ABIArgInfo &infoR, CanQualType typeR) {
77 (typeL == typeR ||
78 (isa<PointerType>(typeL) && isa<PointerType>(typeR)) ||
79 (isa<ReferenceType>(typeL) && isa<ReferenceType>(typeR))));
74 similar(const ABIArgInfo &infoL, CanQualType typeL, const ABIArgInfo &infoR, CanQualType typeR) argument

Completed in 124 milliseconds