HomeSort by relevance Sort by last modified time
    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 673 QualType ParamTy =
675 if (ParamTy->isPointerType())
677 if (ParamTy->isAnyCharacterType())
679 if (ParamTy->isIntegerType())
681 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 268 milliseconds