OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zero_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-oacc-neuter-broadcast.cc
1052
tree
zero_ptr
= build_int_cst (TREE_TYPE (receiver_decl), 0);
local
1059
gimple *cond = gimple_build_cond (EQ_EXPR, recv_tmp,
zero_ptr
, NULL_TREE,
1078
cond = gimple_build_cond (NE_EXPR, recv_tmp,
zero_ptr
, NULL_TREE, NULL_TREE);
/src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-neuter-broadcast.cc
1052
tree
zero_ptr
= build_int_cst (TREE_TYPE (receiver_decl), 0);
local
1059
gimple *cond = gimple_build_cond (EQ_EXPR, recv_tmp,
zero_ptr
, NULL_TREE,
1078
cond = gimple_build_cond (NE_EXPR, recv_tmp,
zero_ptr
, NULL_TREE, NULL_TREE);
Completed in 31 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026