OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMP_CLAUSE_IF_MODIFIER
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-omp.cc
2601
if (
OMP_CLAUSE_IF_MODIFIER
(clauses) != ERROR_MARK)
2604
switch (
OMP_CLAUSE_IF_MODIFIER
(clauses))
2657
OMP_CLAUSE_IF_MODIFIER
(c)
2658
=
OMP_CLAUSE_IF_MODIFIER
(clauses);
2677
OMP_CLAUSE_IF_MODIFIER
(c)
2678
=
OMP_CLAUSE_IF_MODIFIER
(clauses);
2695
OMP_CLAUSE_IF_MODIFIER
(c)
2696
=
OMP_CLAUSE_IF_MODIFIER
(clauses);
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-omp.cc
2412
if (
OMP_CLAUSE_IF_MODIFIER
(clauses) != ERROR_MARK)
2415
switch (
OMP_CLAUSE_IF_MODIFIER
(clauses))
2468
OMP_CLAUSE_IF_MODIFIER
(c)
2469
=
OMP_CLAUSE_IF_MODIFIER
(clauses);
2488
OMP_CLAUSE_IF_MODIFIER
(c)
2489
=
OMP_CLAUSE_IF_MODIFIER
(clauses);
2506
OMP_CLAUSE_IF_MODIFIER
(c)
2507
=
OMP_CLAUSE_IF_MODIFIER
(clauses);
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc
4150
OMP_CLAUSE_IF_MODIFIER
(c) = ERROR_MARK;
4170
OMP_CLAUSE_IF_MODIFIER
(c) = VOID_CST;
4173
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_PARALLEL;
4176
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_SIMD;
4179
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_TASK;
4182
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_TASKLOOP;
4185
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_TARGET;
4188
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_TARGET_DATA;
4191
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_TARGET_UPDATE;
4194
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_TARGET_ENTER_DATA
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc
3678
OMP_CLAUSE_IF_MODIFIER
(c) = ERROR_MARK;
3697
OMP_CLAUSE_IF_MODIFIER
(c) = VOID_CST;
3700
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_PARALLEL;
3703
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_SIMD;
3706
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_TASK;
3709
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_TASKLOOP;
3712
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_TARGET;
3715
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_TARGET_DATA;
3718
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_TARGET_UPDATE;
3721
OMP_CLAUSE_IF_MODIFIER
(c) = OMP_TARGET_ENTER_DATA
[
all
...]
/src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc
11504
if (
OMP_CLAUSE_IF_MODIFIER
(ifc) != ERROR_MARK
11505
&&
OMP_CLAUSE_IF_MODIFIER
(ifc) != VOID_CST)
11513
gcc_assert (
OMP_CLAUSE_IF_MODIFIER
(ifc) == VOID_CST
11514
&&
OMP_CLAUSE_IF_MODIFIER
(ifc2) != ERROR_MARK
11515
&&
OMP_CLAUSE_IF_MODIFIER
(ifc2) != VOID_CST);
parser.cc
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc
11001
if (
OMP_CLAUSE_IF_MODIFIER
(ifc) != ERROR_MARK
11002
&&
OMP_CLAUSE_IF_MODIFIER
(ifc) != VOID_CST)
11010
gcc_assert (
OMP_CLAUSE_IF_MODIFIER
(ifc) == VOID_CST
11011
&&
OMP_CLAUSE_IF_MODIFIER
(ifc2) != ERROR_MARK
11012
&&
OMP_CLAUSE_IF_MODIFIER
(ifc2) != VOID_CST);
parser.cc
[
all
...]
/src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc
14064
if (
OMP_CLAUSE_IF_MODIFIER
(ifc) != ERROR_MARK
14065
&&
OMP_CLAUSE_IF_MODIFIER
(ifc) != VOID_CST)
14073
gcc_assert (
OMP_CLAUSE_IF_MODIFIER
(ifc) == VOID_CST
14074
&&
OMP_CLAUSE_IF_MODIFIER
(ifc2) != ERROR_MARK
14075
&&
OMP_CLAUSE_IF_MODIFIER
(ifc2) != VOID_CST);
c-parser.cc
16111
&&
OMP_CLAUSE_IF_MODIFIER
(c) == if_modifier)
16132
else if (
OMP_CLAUSE_IF_MODIFIER
(c) == if_modifier)
16141
||
OMP_CLAUSE_IF_MODIFIER
(c) == ERROR_MARK)
16150
OMP_CLAUSE_IF_MODIFIER
(c) = if_modifier;
/src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc
13174
if (
OMP_CLAUSE_IF_MODIFIER
(ifc) != ERROR_MARK
13175
&&
OMP_CLAUSE_IF_MODIFIER
(ifc) != VOID_CST)
13183
gcc_assert (
OMP_CLAUSE_IF_MODIFIER
(ifc) == VOID_CST
13184
&&
OMP_CLAUSE_IF_MODIFIER
(ifc2) != ERROR_MARK
13185
&&
OMP_CLAUSE_IF_MODIFIER
(ifc2) != VOID_CST);
c-parser.cc
13766
&&
OMP_CLAUSE_IF_MODIFIER
(c) == if_modifier)
13787
else if (
OMP_CLAUSE_IF_MODIFIER
(c) == if_modifier)
13796
||
OMP_CLAUSE_IF_MODIFIER
(c) == ERROR_MARK)
13805
OMP_CLAUSE_IF_MODIFIER
(c) = if_modifier;
/src/external/gpl3/gcc/dist/gcc/
tree-pretty-print.cc
570
switch (
OMP_CLAUSE_IF_MODIFIER
(clause))
gimplify.cc
13010
if (
OMP_CLAUSE_IF_MODIFIER
(c) != ERROR_MARK
13011
&&
OMP_CLAUSE_IF_MODIFIER
(c) != code)
13015
switch (i ?
OMP_CLAUSE_IF_MODIFIER
(c) : code)
tree.h
1726
#define
OMP_CLAUSE_IF_MODIFIER
(NODE) \
/src/external/gpl3/gcc.old/dist/gcc/
tree-pretty-print.cc
566
switch (
OMP_CLAUSE_IF_MODIFIER
(clause))
tree.h
1612
#define
OMP_CLAUSE_IF_MODIFIER
(NODE) \
gimplify.cc
10626
if (
OMP_CLAUSE_IF_MODIFIER
(c) != ERROR_MARK
10627
&&
OMP_CLAUSE_IF_MODIFIER
(c) != code)
10631
switch (i ?
OMP_CLAUSE_IF_MODIFIER
(c) : code)
Completed in 202 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026