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

  /external/clang/lib/CodeGen/
TargetInfo.h 166 const FunctionNoProtoType *fnType) const;
CGCXX.cpp 225 llvm::FunctionType *fnType = getTypes().GetFunctionType(*fnInfo);
226 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
288 llvm::FunctionType *fnType = getTypes().GetFunctionType(*fnInfo);
289 return cast<llvm::Function>(GetOrCreateLLVMFunction(name, fnType, GD,
CGObjC.cpp     [all...]
CGBlocks.cpp 864 QualType FnType = BPT->getPointeeType();
867 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(),
873 const FunctionType *FuncTy = FnType->castAs<FunctionType>();
    [all...]
CGCall.cpp 288 const FunctionType *fnType) {
290 if (const FunctionProtoType *proto = dyn_cast<FunctionProtoType>(fnType)) {
294 .isNoProtoCallVariadic(args, cast<FunctionNoProtoType>(fnType))) {
298 return arrangeFunctionCall(fnType->getResultType(), args,
299 fnType->getExtInfo(), required);
    [all...]
CGClass.cpp     [all...]
TargetInfo.cpp 102 const FunctionNoProtoType *fnType) const {
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 93 milliseconds