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

  /external/llvm/include/llvm/IR/
DerivedTypes.h 129 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
148 return cast<FunctionType>(this)->getParamType(i);
  /external/swiftshader/third_party/LLVM/include/llvm/
DerivedTypes.h 128 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
  /external/clang/include/clang/AST/
CanonicalType.h 490 CanQualType getParamType(unsigned i) const {
491 return CanQualType::CreateUnsafe(this->getTypePtr()->getParamType(i));
Type.h     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 392 Type getParamType(unsigned I) const { return Types[I + 1]; }
412 Idx += std::max(1U, getParamType(I).getNumVectors());
1028 Type T = getParamType(I);
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.11.ALPHA.jar 

Completed in 310 milliseconds