OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KmpInt32Ty
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
2444
QualType
KmpInt32Ty
=
2446
DidIt = CGF.CreateMemTemp(
KmpInt32Ty
, ".omp.copyprivate.did_it");
3381
void CGOpenMPRuntime::emitKmpRoutineEntryT(QualType
KmpInt32Ty
) {
3385
QualType KmpRoutineEntryTyArgs[] = {
KmpInt32Ty
, C.VoidPtrTy};
3388
C.getFunctionType(
KmpInt32Ty
, KmpRoutineEntryTyArgs, EPI));
3487
QualType
KmpInt32Ty
,
3505
addFieldToRecordDecl(C, UD,
KmpInt32Ty
);
3513
addFieldToRecordDecl(C, RD,
KmpInt32Ty
);
3524
addFieldToRecordDecl(C, RD,
KmpInt32Ty
);
3561
OpenMPDirectiveKind Kind, QualType
KmpInt32Ty
,
[
all
...]
CGStmtOpenMP.cpp
3656
QualType
KmpInt32Ty
=
3659
LValue LB = createSectionLVal(CGF,
KmpInt32Ty
, ".omp.sections.lb.",
3665
createSectionLVal(CGF,
KmpInt32Ty
, ".omp.sections.ub.", GlobalUBVal);
3666
LValue ST = createSectionLVal(CGF,
KmpInt32Ty
, ".omp.sections.st.",
3668
LValue IL = createSectionLVal(CGF,
KmpInt32Ty
, ".omp.sections.il.",
3671
LValue IV = createSectionLVal(CGF,
KmpInt32Ty
, ".omp.sections.iv.");
3672
OpaqueValueExpr IVRefExpr(S.getBeginLoc(),
KmpInt32Ty
, VK_LValue);
3674
OpaqueValueExpr UBRefExpr(S.getBeginLoc(),
KmpInt32Ty
, VK_LValue);
3682
C, &IVRefExpr, UO_PreInc,
KmpInt32Ty
, VK_RValue, OK_Ordinary,
CGOpenMPRuntime.h
763
void emitKmpRoutineEntryT(QualType
KmpInt32Ty
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
3879
QualType
KmpInt32Ty
= Context.getIntTypeForBitwidth(32, 1).withConst();
3881
Context.getPointerType(
KmpInt32Ty
).withConst().withRestrict();
3897
QualType
KmpInt32Ty
= Context.getIntTypeForBitwidth(32, 1).withConst();
3900
Context.getPointerType(
KmpInt32Ty
).withConst().withRestrict();
3906
std::make_pair(".global_tid.",
KmpInt32Ty
),
3942
QualType
KmpInt32Ty
= Context.getIntTypeForBitwidth(32, 1).withConst();
3945
Context.getPointerType(
KmpInt32Ty
).withConst().withRestrict();
3951
std::make_pair(".global_tid.",
KmpInt32Ty
),
3999
QualType
KmpInt32Ty
= Context.getIntTypeForBitwidth(32, 1).withConst();
4002
Context.getPointerType(
KmpInt32Ty
).withConst().withRestrict()
[
all
...]
Completed in 39 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026