OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KmpDependInfoTy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
4610
static void getDependTypes(ASTContext &C, QualType &
KmpDependInfoTy
,
4613
if (
KmpDependInfoTy
.isNull()) {
4620
KmpDependInfoTy
= C.getRecordType(KmpDependInfoRD);
4629
getDependTypes(C,
KmpDependInfoTy
, FlagsTy);
4631
cast<RecordDecl>(
KmpDependInfoTy
->getAsTagDecl());
4635
QualType KmpDependInfoPtrTy = C.getPointerType(
KmpDependInfoTy
);
4638
Base = CGF.MakeAddrLValue(Addr,
KmpDependInfoTy
, Base.getBaseInfo(),
4644
Address(DepObjAddr, Addr.getAlignment()),
KmpDependInfoTy
,
4653
static void emitDependData(CodeGenFunction &CGF, QualType &
KmpDependInfoTy
,
4660
getDependTypes(C,
KmpDependInfoTy
, FlagsTy)
[
all
...]
CGOpenMPRuntime.h
472
QualType
KmpDependInfoTy
;
Completed in 27 milliseconds
Indexes created Thu Aug 27 00:25:27 UTC 2026