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

  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 26 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false);
28 IRB.getInt32Ty(), PointerType::getUnqual(FnTy), NULL);
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDeclAttr.cpp 125 if (const FunctionType *FnTy = getFunctionType(D))
126 return isa<FunctionProtoType>(FnTy);
137 if (const FunctionType *FnTy = getFunctionType(D))
138 return cast<FunctionProtoType>(FnTy)->getNumArgs();
145 if (const FunctionType *FnTy = getFunctionType(D))
146 return cast<FunctionProtoType>(FnTy)->getArgType(Idx);
154 if (const FunctionType *FnTy = getFunctionType(D))
155 return cast<FunctionProtoType>(FnTy)->getResultType();
160 if (const FunctionType *FnTy = getFunctionType(D)) {
161 const FunctionProtoType *proto = cast<FunctionProtoType>(FnTy);
    [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 248 milliseconds