| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ | 
| D | vkGetStructureTypeImpl.inl | 6 template<> VkStructureType getStructureType<VkApplicationInfo> (void)  argument11 template<> VkStructureType getStructureType<VkDeviceQueueCreateInfo> (void)  argument
 16 template<> VkStructureType getStructureType<VkDeviceCreateInfo> (void)  argument
 21 template<> VkStructureType getStructureType<VkInstanceCreateInfo> (void)  argument
 26 template<> VkStructureType getStructureType<VkMemoryAllocateInfo> (void)  argument
 31 template<> VkStructureType getStructureType<VkMappedMemoryRange> (void)  argument
 36 template<> VkStructureType getStructureType<VkWriteDescriptorSet> (void)  argument
 41 template<> VkStructureType getStructureType<VkCopyDescriptorSet> (void)  argument
 46 template<> VkStructureType getStructureType<VkBufferCreateInfo> (void)  argument
 51 template<> VkStructureType getStructureType<VkBufferViewCreateInfo> (void)  argument
 [all …]
 
 | 
| D | vkObjTypeImpl.inl | 9 template<> inline VkObjectType	getObjectType<VkInstance>						(void) { return VK_OBJECT_TYPE_INSTAN…  argument10 template<> inline VkObjectType	getObjectType<VkPhysicalDevice>					(void) { return VK_OBJECT_TYPE_P…  argument
 11 template<> inline VkObjectType	getObjectType<VkDevice>							(void) { return VK_OBJECT_TYPE_DEVICE;…  argument
 12 template<> inline VkObjectType	getObjectType<VkQueue>							(void) { return VK_OBJECT_TYPE_QUEUE;		…  argument
 13 template<> inline VkObjectType	getObjectType<VkCommandBuffer>					(void) { return VK_OBJECT_TYPE_CO…  argument
 14 template<> inline VkObjectType	getObjectType<VkDeviceMemory>					(void) { return VK_OBJECT_TYPE_DEV…  argument
 15 template<> inline VkObjectType	getObjectType<VkCommandPool>					(void) { return VK_OBJECT_TYPE_COMM…  argument
 16 template<> inline VkObjectType	getObjectType<VkBuffer>							(void) { return VK_OBJECT_TYPE_BUFFER;…  argument
 17 template<> inline VkObjectType	getObjectType<VkBufferView>						(void) { return VK_OBJECT_TYPE_BUFF…  argument
 18 template<> inline VkObjectType	getObjectType<VkImage>							(void) { return VK_OBJECT_TYPE_IMAGE;		…  argument
 [all …]
 
 | 
| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ | 
| D | vkGetStructureTypeImpl.inl | 6 template<> VkStructureType getStructureType<VkBufferMemoryBarrier> (void)  argument11 template<> VkStructureType getStructureType<VkImageMemoryBarrier> (void)  argument
 16 template<> VkStructureType getStructureType<VkMemoryBarrier> (void)  argument
 21 template<> VkStructureType getStructureType<VkApplicationInfo> (void)  argument
 26 template<> VkStructureType getStructureType<VkInstanceCreateInfo> (void)  argument
 31 template<> VkStructureType getStructureType<VkDeviceQueueCreateInfo> (void)  argument
 36 template<> VkStructureType getStructureType<VkDeviceCreateInfo> (void)  argument
 41 template<> VkStructureType getStructureType<VkSubmitInfo> (void)  argument
 46 template<> VkStructureType getStructureType<VkMappedMemoryRange> (void)  argument
 51 template<> VkStructureType getStructureType<VkMemoryAllocateInfo> (void)  argument
 [all …]
 
 | 
| D | vkObjTypeImpl.inl | 9 template<> inline VkObjectType	getObjectType<VkBuffer>					(void) { return VK_OBJECT_TYPE_BUFFER;		…  argument10 template<> inline VkObjectType	getObjectType<VkImage>					(void) { return VK_OBJECT_TYPE_IMAGE;				…  argument
 11 template<> inline VkObjectType	getObjectType<VkInstance>				(void) { return VK_OBJECT_TYPE_INSTANCE…  argument
 12 template<> inline VkObjectType	getObjectType<VkPhysicalDevice>			(void) { return VK_OBJECT_TYPE_PHY…  argument
 13 template<> inline VkObjectType	getObjectType<VkDevice>					(void) { return VK_OBJECT_TYPE_DEVICE;		…  argument
 14 template<> inline VkObjectType	getObjectType<VkQueue>					(void) { return VK_OBJECT_TYPE_QUEUE;				…  argument
 15 template<> inline VkObjectType	getObjectType<VkSemaphore>				(void) { return VK_OBJECT_TYPE_SEMAPHO…  argument
 16 template<> inline VkObjectType	getObjectType<VkCommandBuffer>			(void) { return VK_OBJECT_TYPE_COMM…  argument
 17 template<> inline VkObjectType	getObjectType<VkFence>					(void) { return VK_OBJECT_TYPE_FENCE;				…  argument
 18 template<> inline VkObjectType	getObjectType<VkDeviceMemory>			(void) { return VK_OBJECT_TYPE_DEVIC…  argument
 [all …]
 
 | 
| /external/clang/test/Parser/ | 
| D | char-literal-printing.c | 7 char    test1(void) { return '\\'; }  in test1()  argument8 wchar_t test2(void) { return L'\\'; }  in test2()  argument
 9 char    test3(void) { return '\''; }  in test3()  argument
 10 wchar_t test4(void) { return L'\''; }  in test4()  argument
 11 char    test5(void) { return '\a'; }  in test5()  argument
 12 wchar_t test6(void) { return L'\a'; }  in test6()  argument
 13 char    test7(void) { return '\b'; }  in test7()  argument
 14 wchar_t test8(void) { return L'\b'; }  in test8()  argument
 15 char    test9(void) { return '\e'; }  in test9()  argument
 16 wchar_t test10(void) { return L'\e'; }  in test10()  argument
 [all …]
 
 | 
| /external/clang/test/Analysis/ | 
| D | pthreadlock.c | 15 ok1(void)  in ok1()  argument21 ok2(void)  in ok2()  argument
 27 ok3(void)  in ok3()  argument
 36 ok4(void)  in ok4()  argument
 45 ok5(void)  in ok5()  argument
 52 ok6(void)  in ok6()  argument
 58 ok7(void)  in ok7()  argument
 65 ok8(void)  in ok8()  argument
 74 ok9(void)  in ok9()  argument
 82 ok10(void)  in ok10()  argument
 [all …]
 
 | 
| /external/clang/test/CodeGen/ | 
| D | builtins-ppc-crypto.c | 28 vector unsigned char test_vpmsumb(void)  in test_vpmsumb()  argument37 vector unsigned short test_vpmsumh(void)  in test_vpmsumh()  argument
 46 vector unsigned int test_vpmsumw(void)  in test_vpmsumw()  argument
 55 vector unsigned long long test_vpmsumd(void)  in test_vpmsumd()  argument
 64 vector unsigned long long test_vsbox(void)  in test_vsbox()  argument
 72 vector unsigned char test_vpermxorb(void)  in test_vpermxorb()  argument
 82 vector unsigned short test_vpermxorh(void)  in test_vpermxorh()  argument
 92 vector unsigned int test_vpermxorw(void)  in test_vpermxorw()  argument
 102 vector unsigned long long test_vpermxord(void)  in test_vpermxord()  argument
 112 vector unsigned long long test_vcipher(void)  in test_vcipher()  argument
 [all …]
 
 | 
| D | zvector.c | 24 void test_assign (void)  in test_assign()  argument61 void test_pos (void)  in test_pos()  argument
 98 void test_neg (void)  in test_neg()  argument
 119 void test_preinc (void)  in test_preinc()  argument
 156 void test_postinc (void)  in test_postinc()  argument
 193 void test_predec (void)  in test_predec()  argument
 230 void test_postdec (void)  in test_postdec()  argument
 267 void test_add (void)  in test_add()  argument
 377 void test_add_assign (void)  in test_add_assign()  argument
 455 void test_sub (void)  in test_sub()  argument
 [all …]
 
 | 
| D | attr-weakref.c | 7 void test1_h(void) {  in test1_h()  argument12 void test2_f(void) {}  in test2_f()  argument
 14 void test2_h(void) {  in test2_h()  argument
 21 void test3_foo(void) {  in test3_foo()  argument
 24 void test3_h(void) {  in test3_h()  argument
 31 void test4_h(void) {  in test4_h()  argument
 34 void test4_f(void) {}  in test4_f()  argument
 39 void test5_h(void) {  in test5_h()  argument
 42 void test5_foo(void) {  in test5_foo()  argument
 49 void test6_h(void) {  in test6_h()  argument
 [all …]
 
 | 
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ | 
| D | isa.hpp | 52     std::string Vendor(void) { return CPU_Rep.vendor_; }  in Vendor()  argument53     std::string Brand(void) { return CPU_Rep.brand_; }  in Brand()  argument
 55     bool SSE3(void) { return CPU_Rep.f_1_ECX_[0]; }  in SSE3()  argument
 56     bool PCLMULQDQ(void) { return CPU_Rep.f_1_ECX_[1]; }  in PCLMULQDQ()  argument
 57     bool MONITOR(void) { return CPU_Rep.f_1_ECX_[3]; }  in MONITOR()  argument
 58     bool SSSE3(void) { return CPU_Rep.f_1_ECX_[9]; }  in SSSE3()  argument
 59     bool FMA(void) { return CPU_Rep.f_1_ECX_[12]; }  in FMA()  argument
 60     bool CMPXCHG16B(void) { return CPU_Rep.f_1_ECX_[13]; }  in CMPXCHG16B()  argument
 61     bool SSE41(void) { return CPU_Rep.f_1_ECX_[19]; }  in SSE41()  argument
 62     bool SSE42(void) { return CPU_Rep.f_1_ECX_[20]; }  in SSE42()  argument
 [all …]
 
 | 
| /external/openthread/src/core/common/ | 
| D | instance.hpp | 238     static LogLevel GetLogLevel(void)  in GetLogLevel()  argument292     static Utils::Heap &GetHeap(void) { return sHeap; }  in GetHeap()  argument
 302     Coap::Coap &GetApplicationCoap(void) { return mApplicationCoap; }  in GetApplicationCoap()  argument
 312     Coap::CoapSecure &GetApplicationCoapSecure(void) { return mApplicationCoapSecure; }  in GetApplicationCoapSecure()  argument
 335     static bool IsDnsNameCompressionEnabled(void) { return sDnsNameCompressionEnabled; }  in IsDnsNameCompressionEnabled()  argument
 629 template <> inline Instance &Instance::Get(void)  in Get()  argument
 634 template <> inline Radio &Instance::Get(void)  in Get()  argument
 639 template <> inline Radio::Callbacks &Instance::Get(void)  in Get()  argument
 645 template <> inline Uptime &Instance::Get(void)  in Get()  argument
 652 template <> inline Notifier &Instance::Get(void)  in Get()  argument
 [all …]
 
 | 
| /external/ltp/testcases/kernel/security/tomoyo/ | 
| D | tomoyo_new_test.c | 48 static void test_read_etc_fstab(void)  in test_read_etc_fstab()  argument53 static void test_write_dev_null(void)  in test_write_dev_null()  argument
 58 static void cleanup_file_open(void)  in cleanup_file_open()  argument
 64 static void test_mkdir_testdir(void)  in test_mkdir_testdir()  argument
 69 static void cleanup_mkdir_testdir(void)  in cleanup_mkdir_testdir()  argument
 74 static void setup_mkdir_testdir(void)  in setup_mkdir_testdir()  argument
 79 static void test_rmdir_testdir(void)  in test_rmdir_testdir()  argument
 84 static void setup_execute_bin_true(void)  in setup_execute_bin_true()  argument
 91 static void cleanup_execute_bin_true(void)  in cleanup_execute_bin_true()  argument
 98 static void test_execute_bin_true(void)  in test_execute_bin_true()  argument
 [all …]
 
 | 
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/ | 
| D | stm32l4xx_hal_pwr_ex.c | 131 uint32_t HAL_PWREx_GetVoltageRange(void)  in HAL_PWREx_GetVoltageRange()  argument315 void HAL_PWREx_DisableBatteryCharging(void)  in HAL_PWREx_DisableBatteryCharging()  argument
 327 void HAL_PWREx_EnableVddUSB(void)  in HAL_PWREx_EnableVddUSB()  argument
 337 void HAL_PWREx_DisableVddUSB(void)  in HAL_PWREx_DisableVddUSB()  argument
 349 void HAL_PWREx_EnableVddIO2(void)  in HAL_PWREx_EnableVddIO2()  argument
 359 void HAL_PWREx_DisableVddIO2(void)  in HAL_PWREx_DisableVddIO2()  argument
 370 void HAL_PWREx_EnableInternalWakeUpLine(void)  in HAL_PWREx_EnableInternalWakeUpLine()  argument
 380 void HAL_PWREx_DisableInternalWakeUpLine(void)  in HAL_PWREx_DisableInternalWakeUpLine()  argument
 709 void HAL_PWREx_EnablePullUpPullDownConfig(void)  in HAL_PWREx_EnablePullUpPullDownConfig()  argument
 721 void HAL_PWREx_DisablePullUpPullDownConfig(void)  in HAL_PWREx_DisablePullUpPullDownConfig()  argument
 [all …]
 
 | 
| D | stm32l4xx_hal.c | 157 HAL_StatusTypeDef HAL_Init(void)  in HAL_Init()  argument194 HAL_StatusTypeDef HAL_DeInit(void)  in HAL_DeInit()  argument
 223 __weak void HAL_MspInit(void)  in HAL_MspInit()  argument
 234 __weak void HAL_MspDeInit(void)  in HAL_MspDeInit()  argument
 302 __weak void HAL_IncTick(void)  in HAL_IncTick()  argument
 313 __weak uint32_t HAL_GetTick(void)  in HAL_GetTick()  argument
 355 __weak void HAL_SuspendTick(void)  in HAL_SuspendTick()  argument
 371 __weak void HAL_ResumeTick(void)  in HAL_ResumeTick()  argument
 381 uint32_t HAL_GetHalVersion(void)  in HAL_GetHalVersion()  argument
 390 uint32_t HAL_GetREVID(void)  in HAL_GetREVID()  argument
 [all …]
 
 | 
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/ | 
| D | stm32l4xx_hal_pwr_ex.c | 131 uint32_t HAL_PWREx_GetVoltageRange(void)  in HAL_PWREx_GetVoltageRange()  argument315 void HAL_PWREx_DisableBatteryCharging(void)  in HAL_PWREx_DisableBatteryCharging()  argument
 327 void HAL_PWREx_EnableVddUSB(void)  in HAL_PWREx_EnableVddUSB()  argument
 337 void HAL_PWREx_DisableVddUSB(void)  in HAL_PWREx_DisableVddUSB()  argument
 349 void HAL_PWREx_EnableVddIO2(void)  in HAL_PWREx_EnableVddIO2()  argument
 359 void HAL_PWREx_DisableVddIO2(void)  in HAL_PWREx_DisableVddIO2()  argument
 370 void HAL_PWREx_EnableInternalWakeUpLine(void)  in HAL_PWREx_EnableInternalWakeUpLine()  argument
 380 void HAL_PWREx_DisableInternalWakeUpLine(void)  in HAL_PWREx_DisableInternalWakeUpLine()  argument
 709 void HAL_PWREx_EnablePullUpPullDownConfig(void)  in HAL_PWREx_EnablePullUpPullDownConfig()  argument
 721 void HAL_PWREx_DisablePullUpPullDownConfig(void)  in HAL_PWREx_DisablePullUpPullDownConfig()  argument
 [all …]
 
 | 
| D | stm32l4xx_hal.c | 157 HAL_StatusTypeDef HAL_Init(void)  in HAL_Init()  argument194 HAL_StatusTypeDef HAL_DeInit(void)  in HAL_DeInit()  argument
 223 __weak void HAL_MspInit(void)  in HAL_MspInit()  argument
 234 __weak void HAL_MspDeInit(void)  in HAL_MspDeInit()  argument
 302 __weak void HAL_IncTick(void)  in HAL_IncTick()  argument
 313 __weak uint32_t HAL_GetTick(void)  in HAL_GetTick()  argument
 355 __weak void HAL_SuspendTick(void)  in HAL_SuspendTick()  argument
 371 __weak void HAL_ResumeTick(void)  in HAL_ResumeTick()  argument
 381 uint32_t HAL_GetHalVersion(void)  in HAL_GetHalVersion()  argument
 390 uint32_t HAL_GetREVID(void)  in HAL_GetREVID()  argument
 [all …]
 
 | 
| /external/arm-trusted-firmware/include/arch/aarch64/ | 
| D | arch_features.h | 14 static inline bool is_armv7_gentimer_present(void)  in is_armv7_gentimer_present()  argument20 static inline bool is_armv8_1_pan_present(void)  in is_armv8_1_pan_present()  argument
 26 static inline bool is_armv8_1_vhe_present(void)  in is_armv8_1_vhe_present()  argument
 32 static inline bool is_armv8_2_ttcnp_present(void)  in is_armv8_2_ttcnp_present()  argument
 38 static inline bool is_armv8_3_pauth_present(void)  in is_armv8_3_pauth_present()  argument
 49 static inline bool is_armv8_4_ttst_present(void)  in is_armv8_4_ttst_present()  argument
 55 static inline bool is_armv8_5_bti_present(void)  in is_armv8_5_bti_present()  argument
 61 static inline unsigned int get_armv8_5_mte_support(void)  in get_armv8_5_mte_support()  argument
 67 static inline bool is_armv8_4_sel2_present(void)  in is_armv8_4_sel2_present()  argument
 73 static inline bool is_armv8_6_twed_present(void)  in is_armv8_6_twed_present()  argument
 [all …]
 
 | 
| /external/ltp/testcases/kernel/syscalls/nftw/ | 
| D | test.c | 47 void test1A(void)  in test1A()  argument107 void test2A(void)  in test2A()  argument
 152 void test3A(void)  in test3A()  argument
 189 void test4A(void)  in test4A()  argument
 225 void test5A(void)  in test5A()  argument
 261 void test6A(void)  in test6A()  argument
 298 void test7A(void)  in test7A()  argument
 326 void test8A(void)  in test8A()  argument
 355 void test9A(void)  in test9A()  argument
 384 void test10A(void)  in test10A()  argument
 [all …]
 
 | 
| D | test64.c | 46 void test1A(void)  in test1A()  argument105 void test2A(void)  in test2A()  argument
 150 void test3A(void)  in test3A()  argument
 188 void test4A(void)  in test4A()  argument
 225 void test5A(void)  in test5A()  argument
 262 void test6A(void)  in test6A()  argument
 300 void test7A(void)  in test7A()  argument
 330 void test8A(void)  in test8A()  argument
 360 void test9A(void)  in test9A()  argument
 391 void test10A(void)  in test10A()  argument
 [all …]
 
 | 
| /external/openthread/src/ncp/ | 
| D | ncp_base_mtd.cpp | 264 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_THREAD_CSL_PERIOD>(void)  in HandlePropertySet()  argument277 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_THREAD_CSL_PERIOD>(void)  in HandlePropertyGet()  argument
 282 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_THREAD_CSL_TIMEOUT>(void)  in HandlePropertySet()  argument
 295 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_THREAD_CSL_TIMEOUT>(void)  in HandlePropertyGet()  argument
 300 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_THREAD_CSL_CHANNEL>(void)  in HandlePropertySet()  argument
 313 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_THREAD_CSL_CHANNEL>(void)  in HandlePropertyGet()  argument
 320 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_THREAD_MLR_REQUEST>(void)  in HandlePropertySet()  argument
 408 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_THREAD_BACKBONE_ROUTER_PRIMARY>(void)  in HandlePropertyGet()  argument
 425 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MAC_DATA_POLL_PERIOD>(void)  in HandlePropertyGet()  argument
 430 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MAC_DATA_POLL_PERIOD>(void)  in HandlePropertySet()  argument
 [all …]
 
 | 
| D | ncp_base_ftd.cpp | 197 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_THREAD_LOCAL_LEADER_WEIGHT>(void)  in HandlePropertyGet()  argument202 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_THREAD_LEADER_WEIGHT>(void)  in HandlePropertyGet()  argument
 207 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_THREAD_CHILD_TABLE>(void)  in HandlePropertyGet()  argument
 231 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_THREAD_ROUTER_TABLE>(void)  in HandlePropertyGet()  argument
 265 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_THREAD_CHILD_TABLE_ADDRESSES>(void)  in HandlePropertyGet()  argument
 302 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_THREAD_ROUTER_ROLE_ENABLED>(void)  in HandlePropertyGet()  argument
 307 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_THREAD_ROUTER_ROLE_ENABLED>(void)  in HandlePropertySet()  argument
 320 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_MAC_MAX_RETRY_NUMBER_INDIRECT>(void)  in HandlePropertyGet()  argument
 325 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_MAC_MAX_RETRY_NUMBER_INDIRECT>(void)  in HandlePropertySet()  argument
 338 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_THREAD_DOMAIN_NAME>(void)  in HandlePropertyGet()  argument
 [all …]
 
 | 
| /external/arm-trusted-firmware/plat/hisilicon/hikey960/ | 
| D | hikey960_bl_common.c | 15 void hikey960_clk_init(void)  in hikey960_clk_init()  argument23 void hikey960_pmu_init(void)  in hikey960_pmu_init()  argument
 29 static void hikey960_enable_ppll3(void)  in hikey960_enable_ppll3()  argument
 60 static void set_vivobus_power_up(void)  in set_vivobus_power_up()  argument
 67 static void set_dss_power_up(void)  in set_dss_power_up()  argument
 107 static void set_vcodec_power_up(void)  in set_vcodec_power_up()  argument
 119 static void set_vdec_power_up(void)  in set_vdec_power_up()  argument
 146 static void set_venc_power_up(void)  in set_venc_power_up()  argument
 179 static void set_isp_power_up(void)  in set_isp_power_up()  argument
 211 static void set_ivp_power_up(void)  in set_ivp_power_up()  argument
 [all …]
 
 | 
| /external/clang/test/Sema/ | 
| D | attr-capabilities.c | 28 void Func1(void) __attribute__((requires_capability(GUI))) {}  in Func1()  argument29 void Func2(void) __attribute__((requires_shared_capability(Worker))) {}  in Func2()  argument
 31 void Func3(void) __attribute__((requires_capability)) {}  // expected-error {{'requires_capability'…  in Func3()  argument
 32 void Func4(void) __attribute__((requires_shared_capability)) {}  // expected-error {{'requires_shar…  in Func4()  argument
 34 void Func5(void) __attribute__((requires_capability(1))) {}  // expected-warning {{'requires_capabi…  in Func5()  argument
 35 void Func6(void) __attribute__((requires_shared_capability(BadCapability))) {}  // expected-warning…  in Func6()  argument
 37 void Func7(void) __attribute__((assert_capability(GUI))) {}  in Func7()  argument
 38 void Func8(void) __attribute__((assert_shared_capability(GUI))) {}  in Func8()  argument
 40 void Func9(void) __attribute__((assert_capability())) {} // expected-error {{'assert_capability' at…  in Func9()  argument
 41 void Func10(void) __attribute__((assert_shared_capability())) {} // expected-error {{'assert_shared…  in Func10()  argument
 [all …]
 
 | 
| /external/linux-kselftest/tools/testing/selftests/powerpc/tm/ | 
| D | tm.h | 17 static inline bool have_htm(void)  in have_htm()  argument27 static inline bool have_htm_nosc(void)  in have_htm_nosc()  argument
 43 static inline bool htm_is_synthetic(void)  in htm_is_synthetic()  argument
 70 static inline long failure_code(void)  in failure_code()  argument
 75 static inline bool failure_is_persistent(void)  in failure_is_persistent()  argument
 80 static inline bool failure_is_syscall(void)  in failure_is_syscall()  argument
 85 static inline bool failure_is_unavailable(void)  in failure_is_unavailable()  argument
 90 static inline bool failure_is_reschedule(void)  in failure_is_reschedule()  argument
 100 static inline bool failure_is_nesting(void)  in failure_is_nesting()  argument
 105 static inline int tcheck(void)  in tcheck()  argument
 [all …]
 
 | 
| /external/selinux/libselinux/src/ | 
| D | selinux_config.c | 158 static void init_selinux_config(void)  in init_selinux_config()  argument245 static void fini_selinux_policyroot(void)  in fini_selinux_policyroot()  argument
 258 void selinux_reset_config(void)  in selinux_reset_config()  argument
 271 const char *selinux_default_type_path(void)  in selinux_default_type_path()  argument
 277 const char *selinux_policy_root(void)  in selinux_policy_root()  argument
 313 const char *selinux_path(void)  in selinux_path()  argument
 319 const char *selinux_default_context_path(void)  in selinux_default_context_path()  argument
 325 const char *selinux_securetty_types_path(void)  in selinux_securetty_types_path()  argument
 331 const char *selinux_failsafe_context_path(void)  in selinux_failsafe_context_path()  argument
 337 const char *selinux_removable_context_path(void)  in selinux_removable_context_path()  argument
 [all …]
 
 |