OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VarTy
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp
2699
llvm::Type *
VarTy
= getTypes().ConvertTypeForMem(VD->getType());
2701
VarTy
, getContext().getTargetAddressSpace(VD->getType()));
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
));
CodeGenFunction.h
978
QualType
VarTy
= LocalVD->getType();
979
if (
VarTy
->isReferenceType()) {
980
Address Temp = CGF.CreateMemTemp(
VarTy
);
Completed in 59 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026