OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VarTy
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp
1919
QualType
VarTy
;
1921
VarTy
= Rec.second.FD->getType();
1927
VarTy
=
1930
Address(Ptr, CGM.getContext().getDeclAlign(Rec.first)),
VarTy
,
1950
Address LocalAddr = CGF.CreateMemTemp(
VarTy
, Rec.second.FD->getName());
4254
llvm::Type *
VarTy
= CGF.ConvertTypeForMem(VD->getType());
4256
CGM.getModule(),
VarTy
, /*isConstant=*/false,
4257
llvm::GlobalValue::InternalLinkage, llvm::Constant::getNullValue(
VarTy
),
4265
GV,
VarTy
->getPointerTo(CGM.getContext().getTargetAddressSpace(
CodeGenFunction.h
978
QualType
VarTy
= LocalVD->getType();
979
if (
VarTy
->isReferenceType()) {
980
Address Temp = CGF.CreateMemTemp(
VarTy
);
CGStmtOpenMP.cpp
559
QualType
VarTy
= Var->getType();
563
} else if (!
VarTy
->isVariablyModifiedType() || !
VarTy
->isPointerType()) {
1664
llvm::Type *
VarTy
= VDAddr.getElementType();
1667
llvm::ConstantInt *Size = CGM.getSize(CGM.GetTargetTypeStoreSize(
VarTy
));
CGExpr.cpp
2699
llvm::Type *
VarTy
= getTypes().ConvertTypeForMem(VD->getType());
2701
VarTy
, getContext().getTargetAddressSpace(VD->getType()));
CGOpenMPRuntime.cpp
1733
llvm::Type *
VarTy
= VDAddr.getElementType();
1737
CGM.getSize(CGM.GetTargetTypeStoreSize(
VarTy
)),
Completed in 90 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026