Home
last modified time | relevance | path

Searched defs:FuncType (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/
DtaggedTemplateContextualTyping1.ts3 type FuncType = (x: <T>(p: T) => T) => typeof x; alias
DparenthesizedContexualTyping2.ts7 type FuncType = (x: <T>(p: T) => T) => typeof x; alias
/third_party/typescript/tests/cases/compiler/
DclassPropertyErrorOnNameOnly.ts4 type FuncType = (arg: Values) => string alias
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_bitmanip_main.cpp87 typedef Type (*FuncType)(Type); in testBitManip() typedef
123 typedef Type (*FuncType)(Type); in testByteSwap() typedef
Dtest_stacksave_main.c29 typedef uint32_t (*FuncType)(uint32_t, uint32_t, uint32_t); in DECLARE_TESTS() typedef
Dtest_sync_atomic_main.cpp91 typedef Type (*FuncType)(bool, volatile Type *, Type); in testAtomicRMW() typedef
142 typedef Type (*FuncType)(volatile Type *, Type, Type); in testValCompareAndSwap() typedef
212 typedef Type (*FuncType)(bool, volatile Type *, Type); in testAtomicRMWThreads() typedef
Dtest_arith_main.cpp254 typedef Type (*FuncType)(Type, Type); in testsFp() typedef
324 typedef v4f32 (*FuncType)(v4f32, v4f32); in testsVecFp() typedef
Dtest_icmp_main.cpp261 typedef Ty (*FuncType)(Ty, Ty); in testsVecI1() typedef
/third_party/abseil-cpp/absl/synchronization/
Dmutex.h937 typedef bool (*FuncType)(T *); in CastAndCallFunction() typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h954 typedef bool (*FuncType)(T *); in CastAndCallFunction() typedef
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbinner.cpp215 typedef PFN_PROCESS_ATTRIBUTES FuncType; typedef
1245 typedef PFN_PROCESS_PRIMS FuncType; typedef
1263 typedef PFN_PROCESS_PRIMS_SIMD16 FuncType; typedef
Dfrontend.cpp2362 typedef PFN_FE_WORK_FUNC FuncType; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp382 for (uint32_t FuncType : Section.FunctionTypes) in writeSectionContent() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp866 FunctionType *FuncType = Func.getFunctionType(); in installGlobalDeclarations() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp837 FunctionType *FuncType = FunctionType::get(ReturnType, ParamTypes, IsVaArgs); in emitLibCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp166 using FuncType = std::function<Value* (Instruction*, LLVMContext&)>; typedef
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDebugTests.cpp150 enum FuncType enum in deqp::gles31::Functional::__anon3b70e1be0111::TestFunctionWrapper