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

  /external/libcxxabi/test/
catch_member_function_pointer_02.pass.cpp 19 template<bool Noexcept> using FnType = void (X::*)() noexcept(Noexcept);
30 catch (FnType<CatchNoexcept> p)
42 FnType<true> p = &X::f<true>;
47 catch (FnType<false> *q)
51 catch (FnType<true> *q)
catch_function_03.pass.cpp 16 template<bool Noexcept> using FnType = void() noexcept(Noexcept);
27 catch (FnType<CatchNoexcept> *p)
44 catch (FnType<false> **q)
48 catch (FnType<true> **q)
  /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 190 getOrCreateFunctionType(const Decl *D, QualType FnType, llvm::DIFile *F);
308 SourceLocation ScopeLoc, QualType FnType,
312 void EmitFunctionDecl(GlobalDecl GD, SourceLocation Loc, QualType FnType);
CGExpr.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGBlocks.cpp     [all...]
CodeGenModule.h 826 llvm::FunctionType *FnType = nullptr,
    [all...]
CodeGenFunction.cpp 789 QualType FnType = getContext().getFunctionType(
791 DI->EmitFunctionStart(GD, Loc, StartLoc, FnType, CurFn, Builder);
    [all...]
CGClass.cpp     [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 61 enum FnType { Fn_ICU, Fn_STD };
62 typedef FnType FnType;
344 FnType fnType_;
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
apply.pass.cpp 242 using FnType = RawInvokeResult (*) (index<Func>);
243 FnType fn = f;
  /art/runtime/openjdkjvmti/
events-inl.h 212 using FnType = void(jvmtiEnv*, Args...);
214 FnType* callback = impl::GetCallback<kEvent>(env);
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 1809 milliseconds