Home
last modified time | relevance | path

Searched defs:FnType (Results 1 – 20 of 20) sorted by relevance

/external/libcxxabi/test/
Dcatch_function_03.pass.cpp16 template<bool Noexcept> using FnType = void() noexcept(Noexcept); typedef
Dcatch_member_function_pointer_02.pass.cpp23 template<bool Noexcept> using FnType = void (X::*)() noexcept(Noexcept); typedef
/external/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
Dfunction_type_default_deleter.fail.cpp11 using FnType = void(Tag<ID>); typedef
/external/clang/test/SemaCXX/
Daddr-of-overloaded-function-casting.cpp66 typedef void (FnType)(int); in main() typedef
/external/clang/lib/CodeGen/
DCGCXX.cpp244 llvm::FunctionType *FnType, bool DontDefer, bool IsForDefinition) { in getAddrOfCXXStructor()
DCGDebugInfo.cpp2703 QualType FnType = CGM.getContext().getFunctionType( in getFunctionForwardDeclaration() local
2799 QualType FnType, in getOrCreateFunctionType()
2866 SourceLocation ScopeLoc, QualType FnType, in EmitFunctionStart()
2942 QualType FnType) { in EmitFunctionDecl()
DCGExpr.cpp2464 llvm::FunctionType *FnType, in emitCheckHandlerCall()
2576 llvm::FunctionType *FnType = in EmitCheck() local
4014 const auto *FnType = in EmitCall() local
DCodeGenFunction.cpp789 QualType FnType = getContext().getFunctionType( in StartFunction() local
DCGBlocks.cpp980 QualType FnType = BPT->getPointeeType(); in EmitBlockCallExpr() local
DCGClass.cpp1686 llvm::FunctionType *FnType = in EmitSanitizerDtorCallback() local
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h61 enum FnType { Fn_ICU, Fn_STD }; enum
62 typedef FnType FnType; typedef
/external/clang/lib/Sema/
DSemaCoroutine.cpp26 static QualType lookupPromiseType(Sema &S, const FunctionProtoType *FnType, in lookupPromiseType()
DSemaLookup.cpp2648 const FunctionType *FnType = cast<FunctionType>(T); in addAssociatedClassesAndNamespaces() local
DSemaExprCXX.cpp2430 QualType FnType = Context.getFunctionType( in DeclareGlobalAllocationFunction() local
DSemaExpr.cpp14626 const FunctionType *FnType = CalleeType->castAs<FunctionType>(); in VisitCallExpr() local
14797 const FunctionType *FnType = FDT->castAs<FunctionType>(); in resolveDecl() local
DSemaOverload.cpp9762 QualType FnType = Cand->Surrogate->getConversionType(); in NoteSurrogateCandidate() local
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply.pass.cpp242 using FnType = RawInvokeResult (*) (index<Func>); in test() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1610 FunctionType *FnType = FunctionType::get(ResultTy, ArgTys, false); in expandAtomicOpToLibcall() local
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1606 FunctionType *FnType = FunctionType::get(ResultTy, ArgTys, false); in expandAtomicOpToLibcall() local
/external/clang/lib/AST/
DExpr.cpp1287 const FunctionType *FnType = CalleeType->castAs<FunctionType>(); in getCallReturnType() local