OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callexp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/
intrinsics.cc
201
The original call expression is held in
CALLEXP
. */
204
call_builtin_fn (tree
callexp
, built_in_function code, int n, ...)
214
tree exp = build_call_expr_loc_array (EXPR_LOCATION (
callexp
),
217
return convert (TREE_TYPE (
callexp
), fold (exp));
228
expression is held in
CALLEXP
. */
231
expand_intrinsic_bsf (tree
callexp
)
235
tree arg = CALL_EXPR_ARG (
callexp
, 0);
246
return call_builtin_fn (
callexp
, code, 1, arg);
257
The original call expression is held in
CALLEXP
. */
260
expand_intrinsic_bsr (tree
callexp
)
[
all
...]
expr.cc
871
tree
callexp
= build_libcall (LIBCALL_ARRAYAPPENDCTX, e->type, 3,
local
874
callexp
= d_save_expr (
callexp
);
877
tree offexp = d_array_length (
callexp
);
881
tree ptrexp = d_array_ptr (
callexp
);
1634
void visit (
CallExp
*e)
1893
care of by the visitor interface for
CallExp
. */
Completed in 30 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026