Home
last modified time | relevance | path

Searched defs:UserType (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
Dequal.pass.cpp23 struct UserType struct
31 operator()(UserType a, UserType b) in operator ()() argument
36 operator<(UserType a) in operator <() argument
41 operator>=(UserType a) in operator >=() argument
46 operator<=(UserType a) in operator <=() argument
51 operator==(UserType a) in operator ==() argument
56 operator==(UserType a) const in operator ==() argument
61 operator!=(UserType a) in operator !=() argument
65 UserType operator!() in operator !() argument
78 UserType() : key(-1), f(0.0f), d(0.0), i(0) {} in UserType() function
[all …]
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
Dctor.pass.cpp27 struct UserType { struct
30 UserType() noexcept {} in UserType() function
31 constexpr explicit UserType(int d) noexcept : i(d) {} in UserType() function
/external/llvm-project/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
Dctor.pass.cpp23 struct UserType { struct
26 UserType() noexcept {} in UserType() argument
27 constexpr explicit UserType(int d) noexcept : i(d) {} in UserType() function
/external/libcxx/test/std/experimental/simd/simd.traits/
Dis_abi_tag.pass.cpp25 struct UserType {}; struct
Dis_simd.pass.cpp25 struct UserType {}; struct
Dis_simd_flag_type.pass.cpp25 struct UserType {}; struct
Dis_simd_mask.pass.cpp25 struct UserType {}; struct
/external/llvm-project/libcxx/test/std/experimental/simd/simd.traits/
Dis_abi_tag.pass.cpp24 struct UserType {}; struct
Dis_simd_flag_type.pass.cpp24 struct UserType {}; struct
Dis_simd_mask.pass.cpp24 struct UserType {}; struct
Dis_simd.pass.cpp24 struct UserType {}; struct
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
Dtuple.by.type.fail.cpp16 struct UserType {}; struct
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
Dtuple.by.type.fail.cpp15 struct UserType {}; struct
/external/libchrome/mojo/public/cpp/bindings/lib/
Dnative_struct_serialization.h57 using UserType = typename std::remove_const<MaybeConstUserType>::type; member
Dnative_enum_serialization.h24 using UserType = typename std::remove_const<MaybeConstUserType>::type; member
/external/python/pybind11/tests/
Dpybind11_tests.h34 UserType(int i) : i(i) { } in UserType() function
Dtest_builtin_casters.cpp181 m.def("defer_none_custom", [](UserType *) { return false; }); in PYBIND11_NAMESPACE_END() argument
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash_ex.c789 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig) in FLASH_OB_UserConfig()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_flash_ex.c789 static HAL_StatusTypeDef FLASH_OB_UserConfig(uint32_t UserType, uint32_t UserConfig) in FLASH_OB_UserConfig()