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

/external/valgrind/main/VEX/priv/
H A Dir_defs.c2669 IRType typeOfIRConst ( IRConst* con ) function
2682 default: vpanic("typeOfIRConst");
2700 return typeOfIRConst(e->Iex.Const.con);
3433 if (typeOfIRConst(stmt->Ist.Exit.dst) != gWordTy)

Completed in 76 milliseconds