Searched defs:typeR (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_tytypes.h83 UWord typeR; /* should be Te_TyXXXX */ member in struct:__anon28062::__anon28063::__anon28068
106 UWord typeR; member in struct:__anon28062::__anon28063::__anon28072
110 UWord typeR; /* MAY BE D3_INVALID_CUOFF, denoting unknown */ member in struct:__anon28062::__anon28063::__anon28073
125 UWord typeR; member in struct:__anon28062::__anon28063::__anon28076
132 UWord typeR; member in struct:__anon28062::__anon28063::__anon28078
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 Dpriv_storage.h395 UWord typeR; /* a cuOff */ member in struct:__anon28060
839 UWord typeR, /* a cuOff */
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...]
/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 212 milliseconds