/external/llvm-project/clang/test/Sema/ |
D | attr-mode-enums.c | 33 typedef enum Y __attribute__((mode(QI))) CompleteYType1; in main() 35 typedef enum { A1, B1 } __attribute__((mode(QI))) CompleteType3; in main() 36 typedef enum { A2, B2 } CompleteType4 __attribute__((mode(QI))); in main() 37 typedef enum __attribute__((mode(QI))) { A3, B3 } CompleteType5; in main() 39 enum X __attribute__((mode(QI))) a3; in main() 41 IncompleteYType __attribute__((mode(QI))) a5; in main() 48 enum __attribute__((mode(QI))) { A4, B4 } a12; in main()
|
D | attr-mode-vector-types.c | 5 typedef int __attribute__((mode(QI))) __attribute__((vector_size(256))) vec_t2; 12 typedef int v8qi __attribute__ ((mode(QI))) __attribute__ ((vector_size(8)));
|
D | attr-mode.c | 35 int **__attribute((mode(QI)))* i32; // expected-error{{mode attribute}} 37 __attribute__((mode(QI))) int invalid_func() { return 1; } // expected-error{{'mode' attribute only… in invalid_func() 38 enum invalid_enum { A1 __attribute__((mode(QI))) }; // expected-error{{'mode' attribute only applie…
|
/external/clang/test/Sema/ |
D | attr-mode-enums.c | 33 typedef enum Y __attribute__((mode(QI))) CompleteYType1; in main() 35 typedef enum { A1, B1 } __attribute__((mode(QI))) CompleteType3; in main() 36 typedef enum { A2, B2 } CompleteType4 __attribute__((mode(QI))); in main() 37 typedef enum __attribute__((mode(QI))) { A3, B3 } CompleteType5; in main() 39 enum X __attribute__((mode(QI))) a3; in main() 41 IncompleteYType __attribute__((mode(QI))) a5; in main() 48 enum __attribute__((mode(QI))) { A4, B4 } a12; in main()
|
D | attr-mode.c | 27 int **__attribute((mode(QI)))* i32; // expected-error{{mode attribute}} 29 __attribute__((mode(QI))) int invalid_func() { return 1; } // expected-error{{'mode' attribute only… in invalid_func() 30 enum invalid_enum { A1 __attribute__((mode(QI))) }; // expected-error{{'mode' attribute only applie…
|
D | attr-mode-vector-types.c | 5 typedef int __attribute__((mode(QI))) __attribute__((vector_size(256))) vec_t2; 12 typedef int v8qi __attribute__ ((mode(QI))) __attribute__ ((vector_size(8)));
|
/external/clang/test/CodeGen/ |
D | attr-mode-enums.c | 9 enum { A1, B1 } __attribute__((mode(QI))) x1 = A1; in main() 23 typedef enum __attribute__((mode(QI))) { A5, B5 } T5; in main() 27 typedef enum X __attribute__((mode(QI))) T6; in main() 34 enum __attribute__((mode(QI))) { A8, B8 } x8 = B8; in main()
|
D | attr-mode-vector-types.c | 4 typedef int __attribute__((mode(QI))) __attribute__((vector_size(8))) vec_t2;
|
/external/llvm-project/clang/test/CodeGen/ |
D | attr-mode-enums.c | 9 enum { A1, B1 } __attribute__((mode(QI))) x1 = A1; in main() 23 typedef enum __attribute__((mode(QI))) { A5, B5 } T5; in main() 27 typedef enum X __attribute__((mode(QI))) T6; in main() 34 enum __attribute__((mode(QI))) { A8, B8 } x8 = B8; in main()
|
D | attr-mode-vector-types.c | 4 typedef int __attribute__((mode(QI))) __attribute__((vector_size(8))) vec_t2;
|
/external/clang/test/SemaCXX/ |
D | attr-mode-tmpl.cpp | 10 typedef T __attribute__((mode(QI))) T1; in CheckEnumerations() 27 …typedef T __attribute__((mode(QI))) T1; // expected-error{{mode attribute only supported for in… in CheckPrimitiveTypes() 36 …typedef T __attribute__((mode(QI))) T1; // expected-error{{type of machine mode does not match typ… in CheckMachineMode() 69 void f1(T __attribute__((mode(QI))) x) {} in f1() 75 …__attribute__((mode(QI))) T g1() { return 0; } // expected-error{{'mode' attribute only applies to… in g1()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | attr-mode-tmpl.cpp | 10 typedef T __attribute__((mode(QI))) T1; in CheckEnumerations() 27 …typedef T __attribute__((mode(QI))) T1; // expected-error{{mode attribute only supported for in… in CheckPrimitiveTypes() 36 …typedef T __attribute__((mode(QI))) T1; // expected-error{{type of machine mode does not match typ… in CheckMachineMode() 69 void f1(T __attribute__((mode(QI))) x) {} in f1() 75 …__attribute__((mode(QI))) T g1() { return 0; } // expected-error{{'mode' attribute only applies to… in g1()
|
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
D | client.py | 162 def QI(iface, ptr): function 167 res = QI(control.DebugControl7IID, ptr) 174 res = QI(sysobjs.DebugSystemObjects4IID, ptr) 181 res = QI(symbols.DebugSymbols5IID, ptr)
|
/external/llvm-project/clang/include/clang/Basic/ |
D | arm_neon.td | 413 def VSHRN_N : IInst<"vshrn_n", "<QI", "silUsUiUl">; 414 def VQSHRUN_N : SInst<"vqshrun_n", "(<U)QI", "sil">; 415 def VQRSHRUN_N : SInst<"vqrshrun_n", "(<U)QI", "sil">; 416 def VQSHRN_N : SInst<"vqshrn_n", "<QI", "silUsUiUl">; 417 def VRSHRN_N : IInst<"vrshrn_n", "<QI", "silUsUiUl">; 418 def VQRSHRN_N : SInst<"vqrshrn_n", "<QI", "silUsUiUl">; 984 def VDUP_LANE2: WOpInst<"vdup_laneq", ".QI", 1003 def VMLA_LANEQ : IOpInst<"vmla_laneq", "...QI", 1007 def VMLS_LANEQ : IOpInst<"vmls_laneq", "...QI", 1013 def VFMA_LANEQ : IInst<"vfma_laneq", "...QI", "fdQfQd"> { [all …]
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | attr-mode-vector-types-tmpl.cpp | 7 typedef T __attribute__((mode(QI))) T1; in CheckIntScalarTypes() 22 typedef int __attribute__((mode(QI))) __attribute__((vector_size(8))) VT_11; in CheckIntVectorTypes()
|
/external/clang/test/CodeGenCXX/ |
D | attr-mode-vector-types-tmpl.cpp | 7 typedef T __attribute__((mode(QI))) T1; in CheckIntScalarTypes() 22 typedef int __attribute__((mode(QI))) __attribute__((vector_size(8))) VT_11; in CheckIntVectorTypes()
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | OilPaint.miff | 15 …QI�QI�9(�9(�FJ�FJ�FJ�FJ�FJ�FJ�FJ%+!%+!%+!:&*:&*'+/������������������������u�n:81:81:81:81:8163-:5/…
|
D | Equalize.miff | 16 …�h6}]8�]=}]n�h��c�}o���Έ�ޅ��g��`��y��sI�s8�y8�}&�y&�s@�g.�g&�g�s@�sc��c��r��};QI"*cWI@.8 35 …��O��;��8WAW&gy,y�0}�3��3��4��7�v4gQ3`80gI/YQ+IW%8W"8@'I./`I7sI9}Q9nW5YW.QI'gWgQ}��ޗɳ o�Y�so�Y… 36 …QI�Yc�0o�8y�0h�08�8�&� o�I�%�������Y��y�}��;��/�89�}]ثQۛUݪh߾YܫH؝Aњ?ɘC̛.�r4��E��L��Q��t��n��F��… 37 …�n�}&�`�0�`o�gv�sr͈}�}}�Ac�A�A�`xYr �}c������������+�&n�5��&YQIy8YԪp�l�k�s��x��MڦLث…
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_macros.h | 23 #define KQD(q) QI(q##LL)
|
/external/cldr/common/testData/transforms/ |
D | am-t-tlh.txt | 50 QI ክኽ
|
D | fa-t-tlh.txt | 50 QI قخی
|
D | chr-t-tlh.txt | 50 QI Ꭹ
|
D | ar-t-tlh.txt | 50 QI قخي
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Equalize.miff | 46 %70I'QI0rb4�h6}\7�\<}\n�h��b�}n���·�݄��g��_��x��rI�r7�x7�}%�x%�r?�g.�g%�g�r?�rb��b��r��}:QI!)… 91 …��O��;��7W@W&gy+x�0}�2��2��4��7�u4gP2_70gI/YP*IW$7W!7?'I./_I7rI8}P8mW5YW-QI'gWgP|��ݗȳ n�Y�rn�Y… 109 …����i�Α��������凖�gn�_W��\�_7ю�В��7P�0P�I%�Q�gr�Q���۫��7b瀥�r��7}�)r�)W� P�QI�Yb�0n�7y�0h�07�7�%… 110 …77!Qh8��=��U��d��:��C��s��������������y��D��j�������������۬Y7�Y�Y�0%�Y%�0�Q7�@�Q7�QI�QP�rn�Q?� 121 �_xYq �}b������������*�%m�5��&YQIx7Yԩp�k�j�s��x��MڥKث\��\��\��^��^��a��a��a��a��a��d��a��…
|
/external/vboot_reference/tests/testkeys/ |
D | key_rsa8192.pem | 21 X6ubHi+uml42NYBRgvfoaZ4FbCTpRWV6kcGpM76O3bqV63iS9wdOFK4IO0zrJ/QI
|