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

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h2856 extern IRType typeOfIRConst ( IRConst* );
/external/valgrind/main/VEX/priv/
H A Dir_defs.c3358 IRType typeOfIRConst ( IRConst* con ) function
3372 default: vpanic("typeOfIRConst");
3405 return typeOfIRConst(e->Iex.Const.con);
4296 if (typeOfIRConst(stmt->Ist.Exit.dst) != gWordTy)

Completed in 49 milliseconds