/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | alloc_function.pass.cpp | 28 template <class FuncType, class AllocType> 34 std::function<FuncType> f = FunctionObject(); in test_FunctionObject() 38 assert(f.template target<FuncType>() == 0); in test_FunctionObject() 39 assert(f.template target<FuncType*>() == 0); in test_FunctionObject() 41 std::function<FuncType> f2(std::allocator_arg, alloc, f); in test_FunctionObject() 45 assert(f2.template target<FuncType>() == 0); in test_FunctionObject() 46 assert(f2.template target<FuncType*>() == 0); in test_FunctionObject() 52 template <class FuncType, class AllocType> 58 FuncType* target = &FreeFunction; in test_FreeFunction() 59 std::function<FuncType> f = target; in test_FreeFunction() [all …]
|
D | alloc_F.pass.cpp | 40 template <class FuncType, class AllocType> 48 std::function<FuncType> f2(std::allocator_arg, alloc, target); in test_FunctionObject() 52 assert(f2.template target<FuncType>() == 0); in test_FunctionObject() 53 assert(f2.template target<FuncType*>() == 0); in test_FunctionObject() 60 template <class FuncType, class AllocType> 65 FuncType* target = &FreeFunction; in test_FreeFunction() 67 std::function<FuncType> f2(std::allocator_arg, alloc, target); in test_FreeFunction() 69 assert(f2.template target<FuncType*>()); in test_FreeFunction() 70 assert(*f2.template target<FuncType*>() == target); in test_FreeFunction() 71 assert(f2.template target<FuncType>() == 0); in test_FreeFunction() [all …]
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_bitmanip_main.cpp | 50 typedef Type (*FuncType)(Type); in testBitManip() typedef 53 FuncType FuncLlc; in testBitManip() 54 FuncType FuncSz; in testBitManip() 86 typedef Type (*FuncType)(Type); in testByteSwap() typedef 89 FuncType FuncLlc; in testByteSwap() 90 FuncType FuncSz; in testByteSwap()
|
D | test_sync_atomic_main.cpp | 61 typedef Type (*FuncType)(bool, volatile Type *, Type); in testAtomicRMW() typedef 64 FuncType FuncLlc; in testAtomicRMW() 65 FuncType FuncSz; in testAtomicRMW() 112 typedef Type (*FuncType)(volatile Type *, Type, Type); in testValCompareAndSwap() typedef 115 FuncType FuncLlc; in testValCompareAndSwap() 116 FuncType FuncSz; in testValCompareAndSwap() 182 typedef Type (*FuncType)(bool, volatile Type *, Type); in testAtomicRMWThreads() typedef 185 FuncType FuncLlc; in testAtomicRMWThreads() 186 FuncType FuncSz; in testAtomicRMWThreads()
|
D | test_arith_main.cpp | 252 typedef Type (*FuncType)(Type, Type); in testsFp() typedef 255 FuncType FuncLlc; in testsFp() 256 FuncType FuncSz; in testsFp() 259 { STR(inst), (FuncType)test##inst, (FuncType)Subzero_::test##inst } \ in testsFp() 323 typedef v4f32 (*FuncType)(v4f32, v4f32); in testsVecFp() typedef 326 FuncType FuncLlc; in testsVecFp() 327 FuncType FuncSz; in testsVecFp() 330 { STR(inst), (FuncType)test##inst, (FuncType)Subzero_::test##inst } \ in testsVecFp()
|
D | test_stacksave_main.c | 29 typedef uint32_t (*FuncType)(uint32_t, uint32_t, uint32_t); in DECLARE_TESTS() typedef 32 FuncType FuncLlc; in DECLARE_TESTS() 33 FuncType FuncSz; in DECLARE_TESTS()
|
D | test_icmp_main.cpp | 279 typedef Ty (*FuncType)(Ty, Ty); in testsVecI1() typedef 282 FuncType FuncLlc; in testsVecI1() 283 FuncType FuncSz; in testsVecI1() 286 { STR(cmp), (FuncType)icmpi1##cmp, (FuncType)Subzero_::icmpi1##cmp } \ in testsVecI1()
|
/external/libaom/libaom/test/ |
D | intrapred_test.cc | 49 template <typename FuncType> 51 IntraPredFunc(FuncType pred = NULL, FuncType ref = NULL, in IntraPredFunc() 57 FuncType pred_fn; 58 FuncType ref_fn; 66 template <typename FuncType, typename Pixel> 68 : public ::testing::TestWithParam<IntraPredFunc<FuncType> > { 133 IntraPredFunc<FuncType> params_;
|
D | dr_prediction_test.cc | 132 template <typename FuncType> 134 DrPredFunc(FuncType pred = NULL, FuncType tst = NULL, int bit_depth_value = 0, in DrPredFunc() 139 FuncType ref_fn; 140 FuncType tst_fn; 145 template <typename Pixel, typename FuncType> 146 class DrPredTest : public ::testing::TestWithParam<DrPredFunc<FuncType> > { 302 DrPredFunc<FuncType> params_;
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVFunction.h | 88 FuncType(FunctionType), FCtrlMask(FunctionControlMaskNone) { 94 SPIRVFunction():SPIRVValue(OpFunction),FuncType(NULL), 98 SPIRVTypeFunction *getFunctionType() const { return FuncType;} 137 assert(FuncType && "Invalid func type"); 156 SPIRVTypeFunction *FuncType; // Function type
|
D | SPIRVFunction.cpp | 77 getEncoder(O) << Type << Id << FCtrlMask << FuncType; in encode() 100 Decoder >> Type >> Id >> FCtrlMask >> FuncType; in decode()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | utils.h | 287 static typename TermT::FuncType GetFunc(bool bArg) 299 static typename TermT::FuncType GetFunc(bool bArg, TArgsT... remainingArgs) 315 static typename TermT::FuncType GetFunc(IntArg<TMin, TMax> iArg) 328 static typename TermT::FuncType GetFunc(IntArg<TVal, TVal> iArg) 336 static typename TermT::FuncType GetFunc(IntArg<TMin, TMax> iArg, TArgsT... remainingArgs) 349 static typename TermT::FuncType GetFunc(IntArg<TVal, TVal> iArg, TArgsT... remainingArgs)
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 220 FunctionType* FuncType = FunctionType::get(Type::getVoidTy(C), false); in CreateOldFunc() local 221 OldFunc = Function::Create(FuncType, GlobalValue::PrivateLinkage, "f", M); in CreateOldFunc() 232 DISubroutineType *FuncType = in CreateOldFunctionBodyAndDI() local 239 CU, "f", "f", File, 4, FuncType, true, true, 3, 0, false); in CreateOldFunctionBodyAndDI() 409 auto *FuncType = FunctionType::get(Type::getVoidTy(C), false); in CreateOldModule() local 410 auto *PersFn = Function::Create(FuncType, GlobalValue::ExternalLinkage, in CreateOldModule() 413 Function::Create(FuncType, GlobalValue::PrivateLinkage, "f", OldM); in CreateOldModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestBase.h | 48 template<typename FuncType> 51 TypeBuilder<FuncType, false>::get(Context), in startFunction() 109 template <typename FuncType> 112 TypeBuilder<FuncType, false>::get(Context), in insertExternalReferenceToFunction()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestBase.h | 48 template<typename FuncType> 51 TypeBuilder<FuncType, false>::get(Context), in startFunction() 109 template <typename FuncType> 112 TypeBuilder<FuncType, false>::get(Context), in insertExternalReferenceToFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 368 FunctionType* FuncType = FunctionType::get(Type::getVoidTy(C), false); in CreateOldFunc() local 369 OldFunc = Function::Create(FuncType, GlobalValue::PrivateLinkage, "f", M); in CreateOldFunc() 380 DISubroutineType *FuncType = in CreateOldFunctionBodyAndDI() local 388 DBuilder.createFunction(CU, "f", "f", File, 4, FuncType, true, true, 3, in CreateOldFunctionBodyAndDI() 418 DBuilder.createFunction(CU, "inlined", "inlined", File, 8, FuncType, in CreateOldFunctionBodyAndDI() 585 auto *FuncType = FunctionType::get(Type::getVoidTy(C), false); in CreateOldModule() local 586 auto *PersFn = Function::Create(FuncType, GlobalValue::ExternalLinkage, in CreateOldModule() 589 Function::Create(FuncType, GlobalValue::PrivateLinkage, "f", OldM); in CreateOldModule()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcTestCommon.h | 68 template <typename FuncType> 71 TypeBuilder<FuncType, false>::get(M->getContext()), in createFunctionDecl()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Marshallers.h | 441 typedef ReturnType (*FuncType)(); 443 return outvalueToVariantMatcher(reinterpret_cast<FuncType>(Func)()); 452 typedef ReturnType (*FuncType)(ArgType1); 455 return outvalueToVariantMatcher(reinterpret_cast<FuncType>(Func)( 465 typedef ReturnType (*FuncType)(ArgType1, ArgType2); 469 return outvalueToVariantMatcher(reinterpret_cast<FuncType>(Func)(
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcTestCommon.h | 131 template <typename FuncType> 134 TypeBuilder<FuncType, false>::get(M->getContext()), in createFunctionDecl()
|
/external/harfbuzz_ng/src/ |
D | hb-font.cc | 1928 template <typename FuncType> 1932 FuncType func; 1935 template <typename FuncType> 1936 static hb_trampoline_t<FuncType> * 1937 trampoline_create (FuncType func, in trampoline_create() 1941 typedef hb_trampoline_t<FuncType> trampoline_t; in trampoline_create()
|
/external/clang/test/SemaTemplate/ |
D | instantiation-default-1.cpp | 83 typename FuncType = R (*)(Arg1, Arg2)>
|
/external/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 864 FunctionType *FuncType = Func.getFunctionType(); in installGlobalDeclarations() local 866 Converter.convertToIceType(FuncType->getReturnType())); in installGlobalDeclarations() 867 for (size_t I = 0; I < FuncType->getNumParams(); ++I) { in installGlobalDeclarations() 869 Converter.convertToIceType(FuncType->getParamType(I))); in installGlobalDeclarations()
|
/external/clang/test/Parser/ |
D | cxx0x-attributes.cpp | 236 using FuncType = void ([[]] int);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 313 for (uint32_t FuncType : Section.FunctionTypes) { in writeSectionContent() local 314 encodeULEB128(FuncType, OS); in writeSectionContent()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NullabilityChecker.cpp | 776 const FunctionType *FuncType = Decl->getFunctionType(); in checkPostCall() local 777 if (!FuncType) in checkPostCall() 779 QualType ReturnType = FuncType->getReturnType(); in checkPostCall()
|