Searched refs:typeOfIRConst (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/pub/
H A Dlibvex_ir.h3005 extern IRType typeOfIRConst ( const IRConst* );
/external/valgrind/VEX/priv/
H A Dir_defs.c3504 IRType typeOfIRConst ( const IRConst* con ) function
3518 default: vpanic("typeOfIRConst");
3553 return typeOfIRConst(e->Iex.Const.con);
4447 if (typeOfIRConst(stmt->Ist.Exit.dst) != gWordTy)

Completed in 34 milliseconds