OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BasePointersArray
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h
1644
llvm::Value *
BasePointersArray
= nullptr;
1677
BasePointersArray
= nullptr;
1689
return
BasePointersArray
&& PointersArray && SizesArray &&
CodeGenFunction.h
3424
Address
BasePointersArray
= Address::invalid();
3430
OMPTargetDataInfo(Address
BasePointersArray
, Address PointersArray,
3433
:
BasePointersArray
(
BasePointersArray
), PointersArray(PointersArray),
CGOpenMPRuntime.cpp
3841
// For target-based directives skip 4 firstprivate arrays
BasePointersArray
,
3865
// Check if the variable is the target-based
BasePointersArray
,
9326
Info.
BasePointersArray
=
9419
Info.
BasePointersArray
, 0, I);
9497
Info.
BasePointersArray
,
10156
InputInfo.
BasePointersArray
.getPointer(),
10175
InputInfo.
BasePointersArray
.getPointer(),
10299
CGF, Info.
BasePointersArray
, Info.PointersArray, Info.SizesArray,
10304
InputInfo.
BasePointersArray
=
10305
Address(Info.
BasePointersArray
, CGM.getPointerAlign())
[
all
...]
CGStmtOpenMP.cpp
4631
BPVD, [&InputInfo]() { return InputInfo.
BasePointersArray
; });
4693
InputInfo.
BasePointersArray
= CGF.Builder.CreateConstArrayGEP(
Completed in 68 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026