HomeSort by: relevance | last modified time | path
    Searched defs:FnType (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 990 QualType FnType = getContext().getFunctionType(
992 DI->emitFunctionStart(GD, Loc, StartLoc, FnType, CurFn, CurFuncIsThunk);
CGBlocks.cpp 1184 QualType FnType = BPT->getPointeeType();
1201 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(), E->arguments());
1222 EmitCallArgs(Args, FnType->getAs<FunctionProtoType>(), E->arguments());
1228 const FunctionType *FuncTy = FnType->castAs<FunctionType>();
1492 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType();
1494 CGM.getTypes().arrangeBlockFunctionDeclaration(fnType, args);
1514 StartFunction(blockDecl, fnType->getReturnType(), fn, fnInfo, args,
CGClass.cpp 1667 llvm::FunctionType *FnType =
1670 CGF.CGM.CreateRuntimeFunction(FnType, "__sanitizer_dtor_callback");
CGDebugInfo.cpp 3650 QualType FnType = CGM.getContext().getFunctionType(
3662 getOrCreateFunctionType(GD.getDecl(), FnType, Unit), 0, Flags, SPFlags,
3668 getOrCreateFunctionType(GD.getDecl(), FnType, Unit), 0, Flags, SPFlags,
3771 const Decl *D, llvm::DISubroutineType *FnType, unsigned LineNo,
3800 InterfaceType->getFile(), LineNo, FnType, LineNo, Flags, SPFlags);
3809 QualType FnType,
3822 const auto *FTy = FnType->getAs<FunctionType>();
3842 else if (auto *FPT = dyn_cast<FunctionProtoType>(FnType))
3869 if (const auto *FPT = dyn_cast<FunctionProtoType>(FnType))
3878 return cast<llvm::DISubroutineType>(getOrCreateType(FnType, F))
    [all...]
CGExpr.cpp 3152 llvm::FunctionType *FnType,
3186 FnType, FnName,
3283 llvm::FunctionType *FnType =
3289 emitCheckHandlerCall(*this, FnType, Args, CheckHandler, RecoverKind,
3299 emitCheckHandlerCall(*this, FnType, Args, CheckHandler, RecoverKind, true,
3302 emitCheckHandlerCall(*this, FnType, Args, CheckHandler, RecoverKind, false,
5185 const auto *FnType = cast<FunctionType>(PointeeType);
5196 MD = CGM.CreateMetadataIdentifierGeneralized(QualType(FnType, 0));
5198 MD = CGM.CreateMetadataIdentifierForType(QualType(FnType, 0));
5211 EmitCheckTypeDescriptor(QualType(FnType, 0))
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 54 const FunctionProtoType *FnType = FD->getType()->castAs<FunctionProtoType>();
76 AddArg(FnType->getReturnType());
89 T = FnType->getRefQualifier() == RQ_RValue
95 for (QualType T : FnType->getParamTypes())
SemaExpr.cpp 15386 // ^ fntype { ... }
19153 const FunctionType *FnType = CalleeType->castAs<FunctionType>();
19172 const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FnType);
19213 FnType->getExtInfo());
19324 const FunctionType *FnType = FDT->castAs<FunctionType>();
19325 const FunctionProtoType *Proto = dyn_cast_or_null<FunctionProtoType>(FnType);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AtomicExpandPass.cpp 1822 FunctionType *FnType = FunctionType::get(ResultTy, ArgTys, false);
1824 M->getOrInsertFunction(TLI->getLibcallName(RTLibType), FnType, Attr);
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 1478 const FunctionType *FnType = CalleeType->castAs<FunctionType>();
1479 return FnType->getReturnType();

Completed in 159 milliseconds