Searched defs:FuncType (Results 1 - 13 of 13) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | resolved_type_def_function.h | 1 typedef void (FuncType) (); typedef
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | resolved_type_def_function.rs | 8 pub type FuncType = ::std::option::Option<unsafe extern "C" fn()>; types
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
H A D | test_stacksave_main.c | 29 typedef uint32_t (*FuncType)(uint32_t, uint32_t, uint32_t); in DECLARE_TESTS() typedef
|
H A D | test_bitmanip_main.cpp | 87 typedef Type (*FuncType)(Type); in testBitManip() typedef 123 typedef Type (*FuncType)(Type); in testByteSwap() typedef
|
H A D | test_icmp_main.cpp | 261 typedef Ty (*FuncType)(Ty, Ty); in testsVecI1() typedef
|
H A D | test_arith_main.cpp | 254 typedef Type (*FuncType)(Type, Type); in testsFp() typedef 324 typedef v4f32 (*FuncType)(v4f32, v4f32); in testsVecFp() typedef [all...] |
H A D | test_sync_atomic_main.cpp | 91 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
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex.h | 954 typedef bool (*FuncType)(T *); in CastAndCallFunction() typedef
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDebugTests.cpp | 150 enum FuncType enum in deqp::gles31::Functional::__anon30813::TestFunctionWrapper
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 837 FunctionType *FuncType = FunctionType::get(ReturnType, ParamTypes, IsVaArgs); in emitLibCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceConverter.cpp | 866 FunctionType *FuncType = Func.getFunctionType(); in installGlobalDeclarations() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryMiscTests.cpp | 363 enum FuncType enum
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryMiscTests.cpp | 363 enum FuncType enum
|
Completed in 21 milliseconds