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 25 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false);
27 IRB.getInt32Ty(), PointerType::getUnqual(FnTy), NULL);
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDeclAttr.cpp 114 if (const FunctionType *FnTy = getFunctionType(D))
115 return isa<FunctionProtoType>(FnTy);
126 if (const FunctionType *FnTy = getFunctionType(D))
127 return cast<FunctionProtoType>(FnTy)->getNumArgs();
134 if (const FunctionType *FnTy = getFunctionType(D))
135 return cast<FunctionProtoType>(FnTy)->getArgType(Idx);
143 if (const FunctionType *FnTy = getFunctionType(D))
144 return cast<FunctionProtoType>(FnTy)->getResultType();
149 if (const FunctionType *FnTy = getFunctionType(D)) {
150 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...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 843 llvm::DIType FnTy
849 llvm::DIArray Args = llvm::DICompositeType(FnTy).getTypeArray();
    [all...]

Completed in 101 milliseconds