OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParamTy
(Results
1 - 9
of
9
) sorted by null
/frameworks/compile/slang/
slang_rs_export_func.cpp
130
RSExportFunc::checkParameterPacketType(llvm::StructType *
ParamTy
) const {
131
if (
ParamTy
== NULL)
140
if (ERT->getFields().size() !=
ParamTy
->getNumElements())
144
getRSContext()->getDataLayout()->getStructLayout(
ParamTy
);
152
llvm::Type *T2 =
ParamTy
->getTypeAtIndex(Index);
slang_rs_export_func.h
104
bool checkParameterPacketType(llvm::StructType *
ParamTy
) const;
/external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp
[
all
...]
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp
[
all
...]
/external/clang/lib/AST/
ExprCXX.cpp
675
QualType
ParamTy
=
677
if (
ParamTy
->isPointerType())
679
if (
ParamTy
->isAnyCharacterType())
681
if (
ParamTy
->isIntegerType())
683
if (
ParamTy
->isFloatingType())
[
all
...]
DeclCXX.cpp
534
const ReferenceType *
ParamTy
=
536
if (!
ParamTy
||
ParamTy
->getPointeeType().isConstQualified())
[
all
...]
/external/clang/lib/Sema/
SemaOverload.cpp
[
all
...]
SemaLookup.cpp
[
all
...]
SemaDeclAttr.cpp
[
all
...]
Completed in 61 milliseconds