OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:build_offset_op
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/
d-tree.h
577
extern tree
build_offset_op
(tree_code, tree, tree);
d-codegen.cc
1692
build_offset_op
(tree_code op, tree ptr, tree offset)
function
1711
return
build_offset_op
(PLUS_EXPR, ptr, offset);
expr.cc
110
return build_nop (type,
build_offset_op
(code, arg0, arg1));
113
return build_nop (type,
build_offset_op
(code, arg1, arg0));
Completed in 62 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026