OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReductionOp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
128
llvm::PointerUnion<const Expr *, BOKPtrType>
ReductionOp
;
132
ReductionOp
= BO;
136
ReductionOp
= RefExpr;
1489
if (!ReductionData.
ReductionOp
||
1490
ReductionData.
ReductionOp
.is<const Expr *>())
1493
BOK = ReductionData.
ReductionOp
.get<ReductionData::BOKPtrType>();
1516
if (!ReductionData.
ReductionOp
||
1517
!ReductionData.
ReductionOp
.is<const Expr *>())
1520
ReductionRef = ReductionData.
ReductionOp
.get<const Expr *>();
16216
void push(Expr *Item, Expr *
ReductionOp
) {
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h
140
const Expr *
ReductionOp
= nullptr;
142
const Expr *
ReductionOp
)
143
: Shared(Shared), Ref(Ref), Private(Private),
ReductionOp
(
ReductionOp
) {
1397
const Expr *
ReductionOp
,
Completed in 36 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026