Home | History | Annotate | Download | only in pub

Lines Matching defs:cee

1901          With the 'cee' field, 'name' is the function's name.  It is
1904 inside 'cee'.
1943 ppIRExpr output: <cee>(<args>):<retty>
1947 IRCallee* cee; /* Function to call. */
2021 extern IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args );
2214 IRCallee* cee; /* where to call */