OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocate_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-low.cc
4751
tree &
allocate_ptr
, gimple_seq *ilist,
4756
gcc_assert (
allocate_ptr
== NULL_TREE);
4810
allocate_ptr
= create_tmp_var (ptr_type);
4813
gimple_call_set_lhs (g,
allocate_ptr
);
4817
tree x = build_simple_mem_ref (
allocate_ptr
);
4990
tree allocator,
allocate_ptr
;
5130
allocate_ptr
= NULL_TREE;
5332
allocate_ptr
, ilist, ctx,
5337
x =
allocate_ptr
;
5615
g = gimple_build_call (f, 2,
allocate_ptr
, allocator)
4989
tree allocator,
allocate_ptr
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc
4793
tree &
allocate_ptr
, gimple_seq *ilist,
4798
gcc_assert (
allocate_ptr
== NULL_TREE);
4852
allocate_ptr
= create_tmp_var (ptr_type);
4855
gimple_call_set_lhs (g,
allocate_ptr
);
4859
tree x = build_simple_mem_ref (
allocate_ptr
);
5032
tree allocator,
allocate_ptr
;
5172
allocate_ptr
= NULL_TREE;
5374
allocate_ptr
, ilist, ctx,
5379
x =
allocate_ptr
;
5657
g = gimple_build_call (f, 2,
allocate_ptr
, allocator)
5031
tree allocator,
allocate_ptr
;
local
[
all
...]
Completed in 30 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026