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

/vbox/src/recompiler/tcg/
H A Dtcg.c1222 int call_flags; local
1229 call_flags = args[nb_oargs + nb_iargs];
1233 if (call_flags & TCG_CALL_PURE) {
1250 if (!(call_flags & TCG_CALL_CONST)) {

Completed in 50 milliseconds