HomeSort by relevance Sort by last modified time
    Searched defs:getParamType (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
DerivedTypes.h 128 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
  /external/clang/include/clang/AST/
CanonicalType.h 560 CanQualType getParamType(unsigned i) const {
561 return CanQualType::CreateUnsafe(this->getTypePtr()->getParamType(i));
Type.h     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 379 Type getParamType(unsigned I) const { return Types[I + 1]; }
399 Idx += std::max(1U, getParamType(I).getNumVectors());
1007 Type T = getParamType(I);
    [all...]

Completed in 127 milliseconds