/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | list.h | 680 #define exec_node_typed_forward(__node, __type) \ argument 683 #define exec_node_typed_backward(__node, __type) \ argument 686 #define foreach_in_list(__type, __inst, __list) \ argument 691 #define foreach_in_list_reverse(__type, __inst, __list) \ argument 700 #define foreach_in_list_safe(__type, __node, __list) … argument 706 #define foreach_in_list_reverse_safe(__type, __node, __list) … argument 712 #define foreach_in_list_use_after(__type, __inst, __list) \ argument 740 #define foreach_list_typed(__type, __node, __field, __list) \ argument 746 #define foreach_list_typed_from(__type, __node, __field, __list, __start) \ argument 751 #define foreach_list_typed_reverse(__type, __node, __field, __list) \ argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__iterator/ |
D | projected.h | 28 struct __type { struct 29 using __primary_template = __type; 30 using __projected_iterator = _It; 31 using __projected_projection = _Proj; 33 using value_type = remove_cvref_t<indirect_result_t<_Proj&, _It>>;
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_cfg.h | 412 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \ argument 419 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ argument 435 #define foreach_inst_in_block(__type, __inst, __block) \ argument 438 #define foreach_inst_in_block_safe(__type, __inst, __block) \ argument 445 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ argument 448 #define foreach_inst_in_block_reverse_safe(__type, __inst, __block) \ argument 451 #define foreach_inst_in_block_starting_from(__type, __scan_inst, __inst) \ argument 456 #define foreach_inst_in_block_reverse_starting_from(__type, __scan_inst, __inst) \ argument
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_cfg.h | 422 #define foreach_block_and_inst(__block, __type, __inst, __cfg) \ argument 429 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ argument 445 #define foreach_inst_in_block(__type, __inst, __block) \ argument 448 #define foreach_inst_in_block_safe(__type, __inst, __block) \ argument 455 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ argument 458 #define foreach_inst_in_block_reverse_safe(__type, __inst, __block) \ argument 461 #define foreach_inst_in_block_starting_from(__type, __scan_inst, __inst) \ argument 466 #define foreach_inst_in_block_reverse_starting_from(__type, __scan_inst, __inst) \ argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
D | cxxabi.h | 268 const std::type_info* __type) in __pbase_type_info() 307 const std::type_info* __type) in __pointer_type_info() 334 const std::type_info* __type, in __pointer_to_member_type_info()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ |
D | cxxabi.h | 268 const std::type_info* __type) in __pbase_type_info() 307 const std::type_info* __type) in __pointer_type_info() 334 const std::type_info* __type, in __pointer_to_member_type_info()
|
/aosp_15_r20/external/libdrm/ |
H A D | util_double_list.h | 98 #define LIST_ENTRY(__type, __item, __field) \ argument 101 #define LIST_FIRST_ENTRY(__ptr, __type, __field) \ argument 104 #define LIST_LAST_ENTRY(__ptr, __type, __field) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__iterator/ |
D | projected.h | 28 struct __type { struct 29 using value_type = remove_cvref_t<indirect_result_t<_Proj&, _It>>;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__iterator/ |
D | projected.h | 28 struct __type { struct 29 using value_type = remove_cvref_t<indirect_result_t<_Proj&, _It>>;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__iterator/ |
D | projected.h | 28 struct __type { struct 29 using value_type = remove_cvref_t<indirect_result_t<_Proj&, _It>>;
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__iterator/ |
H A D | projected.h | 28 struct __type { struct 29 using value_type = remove_cvref_t<indirect_result_t<_Proj&, _It>>;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__iterator/ |
D | projected.h | 28 struct __type { struct 29 using value_type = remove_cvref_t<indirect_result_t<_Proj&, _It>>;
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
D | profiler.h | 36 #define _GLIBCXX_PROFILE_DEFINE_UNINIT_DATA(__type, __name) \ argument 43 #define _GLIBCXX_PROFILE_DEFINE_DATA(__type, __name, __initial_value...) \ argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/profile/impl/ |
D | profiler.h | 36 #define _GLIBCXX_PROFILE_DEFINE_UNINIT_DATA(__type, __name) \ argument 43 #define _GLIBCXX_PROFILE_DEFINE_DATA(__type, __name, __initial_value...) \ argument
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | invpcidintrin.h | 19 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | invpcidintrin.h | 19 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | invpcidintrin.h | 19 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | invpcidintrin.h | 19 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | invpcidintrin.h | 19 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid()
|
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_pipeline.c | 43 #define d3d12_pipeline_state_stream_new_desc(__stream, __maxstreamsz, __id, __type, __desc) \ argument 59 #define d3d12_pipeline_state_stream_new_desc_abbrev(__stream, __maxstreamsz, __id, __type, __desc) \ argument 62 #define d3d12_gfx_pipeline_state_stream_new_desc(__stream, __id, __type, __desc) \ argument 65 #define d3d12_compute_pipeline_state_stream_new_desc(__stream, __id, __type, __desc) \ argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
D | cpp_type_traits.h | 87 { typedef __false_type __type; }; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | cpp_type_traits.h | 87 { typedef __false_type __type; }; in _GLIBCXX_VISIBILITY() typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__format/ |
D | format_functions.h | 194 __arg_t __type) { in __compile_time_visit_format_arg() 266 __arg_t __type = __ctx.arg(__r.__value); in __handle_replacement_field() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__format/ |
H A D | format_functions.h | 197 __arg_t __type) { in __compile_time_visit_format_arg() 269 __arg_t __type = __ctx.arg(__r.__value); in __handle_replacement_field() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__format/ |
D | format_functions.h | 196 __arg_t __type) { in __compile_time_visit_format_arg() 268 __arg_t __type = __ctx.arg(__r.__value); in __handle_replacement_field() local
|