OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReductionOp
(Results
1 - 3
of
3
) sorted by relevancy
/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
,
CGOpenMPRuntime.cpp
608
getReductionInit(const Expr *
ReductionOp
) {
609
if (const auto *CE = dyn_cast<CallExpr>(
ReductionOp
))
786
EmitDeclareReductionInit ? ClausesData[N].
ReductionOp
888
getReductionInit(ClausesData[N].
ReductionOp
);
904
emitInitWithReductionInitializer(CGF, DRD, ClausesData[N].
ReductionOp
,
1032
getReductionInit(ClausesData[N].
ReductionOp
);
5396
const Expr *
ReductionOp
) {
5397
if (const auto *CE = dyn_cast<CallExpr>(
ReductionOp
))
5407
CGF.EmitIgnoredExpr(
ReductionOp
);
5410
CGF.EmitIgnoredExpr(
ReductionOp
);
[
all
...]
/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
...]
Completed in 96 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026