Searched refs:my_data (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/SemaCXX/ |
D | constexpr-many-arguments.cpp | 6 constexpr type1(int a0) : my_data{a0} {} in type1() 7 int my_data[1]; member 16 : my_data{a00, a01, a02, a03, a04, a05, a06, a07, a08, a09, in type2() 20 type1 my_data[23]; member 25 constexpr type3(type2 a0, type2 a1) : my_data{a0, a1} {} in type3() 26 type2 my_data[2]; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | clang-section.ll | 48 attributes #0 = { "bss-section"="my_bss.1" "data-section"="my_data.1" "rodata-section"="my_rodata.1… 49 attributes #1 = { "data-section"="my_data.1" "rodata-section"="my_rodata.1" } 51 attributes #3 = { "bss-section"="my_bss.2" "data-section"="my_data.2" "rodata-section"="my_rodata.2… 81 ;CHECK: .section my_data.1,"aw",%progbits 92 ;CHECK: .section my_data.1,"aw",%progbits 123 ;CHECK: .section my_data.2,"aw",%progbits
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/ARM/ |
D | clang-section.s | 94 .section my_data.1,"aw",%progbits 117 .section my_data.1,"aw",%progbits 183 .section my_data.2,"aw",%progbits
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
D | 3-1.c | 18 typedef struct my_data { struct
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 499 …bool InsideRenderPass(const layer_data* my_data, const GLOBAL_CB_NODE* pCB, const char* apiName, c… 500 …bool OutsideRenderPass(const layer_data* my_data, GLOBAL_CB_NODE* pCB, const char* apiName, const …
|
/external/python/setuptools/docs/ |
D | pkg_resources.txt | 1105 my_data = pkg_resources.resource_string(__name__, "foo.dat")
|