OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fofb
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc
11221
struct fofb_data *
fofb
= (struct fofb_data *)dp;
11225
if (*p ==
fofb
->var)
11228
if (
fofb
->b == NULL_TREE)
11230
fofb
->b = make_node (BLOCK);
11231
fofb
->b = build3 (BIND_EXPR, void_type_node, NULL_TREE,
11232
OMP_FOR_BODY (
fofb
->omp_for),
fofb
->b);
11233
TREE_SIDE_EFFECTS (
fofb
->b) = 1;
11234
OMP_FOR_BODY (
fofb
->omp_for) =
fofb
->b
11220
struct
fofb
_data *
fofb
= (struct
fofb
_data *)dp;
local
11258
struct
fofb
_data
fofb
;
local
[
all
...]
semantics.cc
11221
struct fofb_data *
fofb
= (struct fofb_data *)dp;
11225
if (*p ==
fofb
->var)
11228
if (
fofb
->b == NULL_TREE)
11230
fofb
->b = make_node (BLOCK);
11231
fofb
->b = build3 (BIND_EXPR, void_type_node, NULL_TREE,
11232
OMP_FOR_BODY (
fofb
->omp_for),
fofb
->b);
11233
TREE_SIDE_EFFECTS (
fofb
->b) = 1;
11234
OMP_FOR_BODY (
fofb
->omp_for) =
fofb
->b
11220
struct
fofb
_data *
fofb
= (struct
fofb
_data *)dp;
local
11258
struct
fofb
_data
fofb
;
local
[
all
...]
Completed in 57 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026