OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KmpDimTy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h
488
QualType
KmpDimTy
;
CGOpenMPRuntime.cpp
11835
if (
KmpDimTy
.isNull()) {
11847
KmpDimTy
= C.getRecordType(RD);
11849
RD = cast<RecordDecl>(
KmpDimTy
->getAsTagDecl());
11853
C.getConstantArrayType(
KmpDimTy
, Size, nullptr, ArrayType::Normal, 0);
11861
CGF.Builder.CreateConstArrayGEP(DimsAddr, I),
KmpDimTy
);
Completed in 37 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026