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

  /external/clang/test/SemaCXX/
addr-of-overloaded-function-casting.cpp 66 typedef void (FnType)(int);
67 FnType a = static_cast<FnType>(f); // expected-error{{address of overloaded function}}
68 FnType b = (FnType)(f); // expected-error{{address of overloaded function}}
  /external/clang/lib/CodeGen/
CGCXX.cpp 222 getAddrOfCXXStructor(MD, Type, &FnInfo, /*FnType=*/nullptr,
244 llvm::FunctionType *FnType, bool DontDefer, bool IsForDefinition) {
252 if (!FnType) {
255 FnType = getTypes().GetFunctionType(*FnInfo);
259 getMangledName(GD), FnType, GD, /*ForVTable=*/false, DontDefer,
CGDebugInfo.h 196 getOrCreateFunctionType(const Decl *D, QualType FnType, llvm::DIFile *F);
299 SourceLocation ScopeLoc, QualType FnType,
303 void EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc, QualType FnType);
CGExpr.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGBlocks.cpp     [all...]
CodeGenModule.h 817 llvm::FunctionType *FnType = nullptr,
    [all...]
CGClass.cpp     [all...]
CodeGenFunction.cpp 749 QualType FnType =
752 DI->EmitFunctionStart(GD, Loc, StartLoc, FnType, CurFn, Builder);
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Sema/
SemaCoroutine.cpp 26 static QualType lookupPromiseType(Sema &S, const FunctionProtoType *FnType,
54 TemplateArgument(FnType->getReturnType()),
55 S.Context.getTrivialTypeSourceInfo(FnType->getReturnType(), Loc)));
58 for (QualType T : FnType->getParamTypes())
SemaOverload.cpp     [all...]
SemaLookup.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 56 enum FnType { Fn_ICU, Fn_STD };
57 typedef FnType FnType;
339 FnType fnType_;
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 617 milliseconds