HomeSort by relevance Sort by last modified time
    Searched refs:bindee (Results 1 - 7 of 7) sorted by null

  /external/valgrind/VEX/priv/
ir_match.h 71 const IRExpr* bindee[N_IRMATCH_BINDERS]; member in struct:__anon41999
ir_match.c 45 void setBindee ( MatchInfo* mi, Int n, const IRExpr* bindee )
49 if (mi->bindee[n] != NULL)
50 vpanic("setBindee: bindee already set");
51 mi->bindee[n] = bindee;
105 mi->bindee[i] = NULL;
host_arm_isel.c     [all...]
ir_opt.c 4977 IRExpr* bindee; member in struct:__anon42021
5236 IRExpr* bindee = env[i].bindee; local
    [all...]
host_x86_isel.c     [all...]
host_amd64_isel.c     [all...]
host_ppc_isel.c     [all...]

Completed in 217 milliseconds