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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_tytypes.h87 UWord typeR; /* should be Te_TyXXXX */ member in struct:__anon31559::__anon31560::__anon31565
110 UWord typeR; member in struct:__anon31559::__anon31560::__anon31569
114 UWord typeR; /* MAY BE D3_INVALID_CUOFF, denoting unknown */ member in struct:__anon31559::__anon31560::__anon31570
119 UWord typeR; member in struct:__anon31559::__anon31560::__anon31571
130 UWord typeR; member in struct:__anon31559::__anon31560::__anon31573
137 UWord typeR; member in struct:__anon31559::__anon31560::__anon31575
H A Dstorage.c930 UWord typeR, /* a cuOff */
950 ML_(pp_TyEnt_C_ishly)( di->admin_tyents, typeR );
969 ent = ML_(TyEnts__index_by_cuOff)( di->admin_tyents, NULL, typeR);
1005 mul = ML_(sizeOfType)(di->admin_tyents, typeR);
1065 var.typeR = typeR;
925 addVar( struct _DebugInfo* di, Int level, Addr aMin, Addr aMax, HChar* name, UWord typeR, GExpr* gexpr, GExpr* fbGX, HChar* fileName, Int lineNo, Bool show ) argument
H A Dpriv_storage.h448 UWord typeR; /* a cuOff */ member in struct:__anon31557
897 UWord typeR, /* a cuOff */
H A Dreaddwarf3.c1411 UWord typeR; /* a cuOff */ member in struct:_TempVar
1882 UWord typeR = D3_INVALID_CUOFF; local
1905 typeR = cook_die_using_form( cc, cts.u.val, form );
1945 if ( /* 1 */ (gexpr && typeR != D3_INVALID_CUOFF)
1946 /* 2 */ || (typeR != D3_INVALID_CUOFF)
2012 tv->typeR = typeR;
2490 typeE.Te.TyPorR.typeR = D3_FAKEVOID_CUOFF;
2507 typeE.Te.TyPorR.typeR
2652 typeE.Te.TyStOrUn.typeR
[all...]
/external/clang/lib/CodeGen/
H A DCGVTables.cpp61 const ABIArgInfo &infoR, CanQualType typeR) {
63 (typeL == typeR ||
64 (isa<PointerType>(typeL) && isa<PointerType>(typeR)) ||
65 (isa<ReferenceType>(typeL) && isa<ReferenceType>(typeR))));
60 similar(const ABIArgInfo &infoL, CanQualType typeL, const ABIArgInfo &infoR, CanQualType typeR) argument

Completed in 111 milliseconds