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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_tytypes.h83 UWord typeR; /* should be Te_TyXXXX */ member in struct:__anon27156::__anon27157::__anon27162
106 UWord typeR; member in struct:__anon27156::__anon27157::__anon27166
110 UWord typeR; /* MAY BE D3_INVALID_CUOFF, denoting unknown */ member in struct:__anon27156::__anon27157::__anon27167
125 UWord typeR; member in struct:__anon27156::__anon27157::__anon27170
132 UWord typeR; member in struct:__anon27156::__anon27157::__anon27172
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,
178 te->Te.TyArray.typeR, te->Te.TyArray.boundRs);
187 te->Te.TyQual.typeR);
252 ML_(pp_TyEnt_C_ishly)(tyents, ent->Te.TyPorR.typeR);
[all...]
H A Dreaddwarf3.c1396 UWord typeR; /* a cuOff */ member in struct:_TempVar
1855 UWord typeR = D3_INVALID_CUOFF; local
1880 typeR = cook_die_using_form( cc, (UWord)cts, form );
1912 if ( /* 1 */ (gexpr && typeR != D3_INVALID_CUOFF)
1913 /* 2 */ || (typeR != D3_INVALID_CUOFF)
1979 tv->typeR = typeR;
2463 typeE.Te.TyPorR.typeR = D3_FAKEVOID_CUOFF;
2481 typeE.Te.TyPorR.typeR = cook_die_using_form( cc, (UWord)cts, form );
2704 fieldE.Te.Field.typeR
[all...]
H A Dpriv_storage.h395 UWord typeR; /* a cuOff */ member in struct:__anon27154
839 UWord typeR, /* a cuOff */
H A Dstorage.c875 UWord typeR, /* a cuOff */
895 ML_(pp_TyEnt_C_ishly)( di->admin_tyents, typeR );
914 ent = ML_(TyEnts__index_by_cuOff)( di->admin_tyents, NULL, typeR);
950 mul = ML_(sizeOfType)(di->admin_tyents, typeR);
1010 var.typeR = typeR;
870 addVar( struct _DebugInfo* di, Int level, Addr aMin, Addr aMax, UChar* name, UWord typeR, GExpr* gexpr, GExpr* fbGX, UChar* fileName, Int lineNo, Bool show ) argument
H A Ddebuginfo.c2688 mul = ML_(sizeOfType)(tyents, var->typeR);
2703 ML_(pp_TyEnt_C_ishly)( tyents, var->typeR );
3141 var->typeR, offset );
3249 var->typeR, offset );
3391 mul = ML_(sizeOfType)(tyents, var->typeR);
3402 ty = ML_(TyEnts__index_by_cuOff)( tyents, NULL, var->typeR );
3411 if (0) {ML_(pp_TyEnt_C_ishly)(tyents, var->typeR);
3700 mul = ML_(sizeOfType)(di->admin_tyents, var->typeR);
3714 var->typeR );
/external/clang/lib/CodeGen/
H A DCGVTables.cpp155 const ABIArgInfo &infoR, CanQualType typeR) {
157 (typeL == typeR ||
158 (isa<PointerType>(typeL) && isa<PointerType>(typeR)) ||
159 (isa<ReferenceType>(typeL) && isa<ReferenceType>(typeR))));
154 similar(const ABIArgInfo &infoL, CanQualType typeL, const ABIArgInfo &infoR, CanQualType typeR) argument

Completed in 147 milliseconds