OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParamTy
(Results
1 - 15
of
15
) sorted by null
/frameworks/compile/slang/
slang_rs_export_func.cpp
127
RSExportFunc::checkParameterPacketType(llvm::StructType *
ParamTy
) const {
128
if (
ParamTy
== nullptr)
137
if (ERT->getFields().size() !=
ParamTy
->getNumElements())
141
getRSContext()->getDataLayout()->getStructLayout(
ParamTy
);
149
llvm::Type *T2 =
ParamTy
->getTypeAtIndex(Index);
slang_rs_export_func.h
102
bool checkParameterPacketType(llvm::StructType *
ParamTy
) const;
/external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp
66
Type *
ParamTy
= FTy->getParamType(i);
67
if (
ParamTy
->isPointerTy() &&
68
ParamTy
->getPointerAddressSpace() == AMDGPUAS::LOCAL_ADDRESS) {
SIISelLowering.cpp
699
auto *
ParamTy
=
702
ParamTy
&&
ParamTy
->getAddressSpace() == AMDGPUAS::LOCAL_ADDRESS) {
[
all
...]
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
[
all
...]
/external/clang/lib/Sema/
SemaTemplateVariadic.cpp
765
QualType
ParamTy
= Param->getType();
766
assert(!
ParamTy
.isNull() && "Couldn't parse type?");
767
if (
ParamTy
->containsUnexpandedParameterPack()) return true;
[
all
...]
SemaType.cpp
[
all
...]
SemaOverload.cpp
[
all
...]
SemaLookup.cpp
[
all
...]
SemaDeclAttr.cpp
[
all
...]
/external/clang/lib/AST/
ExprCXX.cpp
738
QualType
ParamTy
=
740
if (
ParamTy
->isPointerType())
742
if (
ParamTy
->isAnyCharacterType())
744
if (
ParamTy
->isIntegerType())
746
if (
ParamTy
->isFloatingType())
[
all
...]
DeclCXX.cpp
550
const ReferenceType *
ParamTy
=
552
if (!
ParamTy
||
ParamTy
->getPointeeType().isConstQualified())
[
all
...]
ItaniumMangle.cpp
[
all
...]
/external/llvm/lib/IR/
Verifier.cpp
[
all
...]
Completed in 777 milliseconds