/external/llvm-project/clang/test/SemaObjC/ |
D | non-trivial-c-union.m | 3 #include "non-trivial-c-union.h" 5 …non-trivial to default-initialize}} expected-note 36 {{'U0' has subobjects that are non-trivial to… 6 …non-trivial to default-initialize}} expected-note 36 {{f0 has type '__strong id' that is non-trivi… 7 …non-trivial to default-initialize}} expected-note 36 {{f1 has type '__weak id' that is non-trivial… 16 …nnot default-initialize an object of type 'U0' since it is a union that is non-trivial to default-… 18 …efault-initialize an object of type 'S0' since it contains a union that is non-trivial to default-… 20 …nnot default-initialize an object of type 'U0' since it is a union that is non-trivial to default-… 22 …non-trivial to destruct}} expected-error {{cannot use type 'U0' for a function/method parameter si… 23 …non-trivial to destruct}} expected-error {{cannot use type 'S0' for a function/method parameter si… 26 …non-trivial to destruct}} expected-error {{cannot use type 'U0' for a function/method parameter si… [all …]
|
D | aarch64-sve-types.m | 7 @property(nullable) __SVInt8_t s8; // expected-error {{cannot be applied to non-pointer type}} 8 @property(nullable) __SVInt16_t s16; // expected-error {{cannot be applied to non-pointer type}} 9 @property(nullable) __SVInt32_t s32; // expected-error {{cannot be applied to non-pointer type}} 10 @property(nullable) __SVInt64_t s64; // expected-error {{cannot be applied to non-pointer type}} 12 @property(nullable) __SVUint8_t u8; // expected-error {{cannot be applied to non-pointer type}} 13 @property(nullable) __SVUint16_t u16; // expected-error {{cannot be applied to non-pointer type}} 14 @property(nullable) __SVUint32_t u32; // expected-error {{cannot be applied to non-pointer type}} 15 @property(nullable) __SVUint64_t u64; // expected-error {{cannot be applied to non-pointer type}} 17 @property(nullable) __SVFloat16_t f16; // expected-error {{cannot be applied to non-pointer type}} 18 @property(nullable) __SVFloat32_t f32; // expected-error {{cannot be applied to non-pointer type}} [all …]
|
D | nonnull.m | 34 …func1(0, cp2, i1); // expected-warning {{null passed to a callee that requires a non-null argumen… 35 …func1(cp1, 0, i1); // expected-warning {{null passed to a callee that requires a non-null argumen… 39 …func3(0, i2, cp3, i3); // expected-warning {{null passed to a callee that requires a non-null argu… 40 …func3(cp3, i2, 0, i3); // expected-warning {{null passed to a callee that requires a non-null arg… 42 func4(0, cp1); // expected-warning {{null passed to a callee that requires a non-null argument}} 43 func4(cp1, 0); // expected-warning {{null passed to a callee that requires a non-null argument}} 67 …_dispatch_queue_push_list(0); // expected-warning {{null passed to a callee that requires a non-nu… 94 …r:NULL:1:NULL]; // expected-warning 2 {{null passed to a callee that requires a non-null argument}} 95 …inter:vp:1:NULL]; // expected-warning {{null passed to a callee that requires a non-null argument}} 96 …ullPointer:NULL]; // expected-warning {{null passed to a callee that requires a non-null argument}} [all …]
|
/external/tcpdump/tests/ |
D | lmp-v.out | 4 Link ID Object (3), Class-Type: IPv4 Local (1) Flags: [non-negotiable], length: 8 6 Message ID Object (5), Class-Type: 1 (1) Flags: [non-negotiable], length: 8 8 Link ID Object (3), Class-Type: IPv4 Remote (2) Flags: [non-negotiable], length: 8 21 Control Channel ID Object (1), Class-Type: Local (1) Flags: [non-negotiable], length: 8 23 Hello Object (7), Class-Type: 1 (1) Flags: [non-negotiable], length: 12 28 Control Channel ID Object (1), Class-Type: Local (1) Flags: [non-negotiable], length: 8 30 Node ID Object (2), Class-Type: Local (1) Flags: [non-negotiable], length: 8 32 Control Channel ID Object (1), Class-Type: Remote (2) Flags: [non-negotiable], length: 8 34 Message ID Object (5), Class-Type: 2 (2) Flags: [non-negotiable], length: 8 36 Node ID Object (2), Class-Type: Remote (2) Flags: [non-negotiable], length: 8 [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | emoji-test.txt | 17 # non-fully-qualified — see “Emoji Implementation Notes” in UTR#51 44 263A ; non-fully-qualified # ☺ smiling face 80 2639 ; non-fully-qualified # ☹ frowning face 128 2620 ; non-fully-qualified # ☠ skull and crossbones 215 1F468 200D 2695 ; non-fully-qualified # ⚕ man health worker 217 1F468 1F3FB 200D 2695 ; non-fully-qualified # ⚕ man health worker: light … 219 1F468 1F3FC 200D 2695 ; non-fully-qualified # ⚕ man health worker: medium… 221 1F468 1F3FD 200D 2695 ; non-fully-qualified # ⚕ man health worker: medium… 223 1F468 1F3FE 200D 2695 ; non-fully-qualified # ⚕ man health worker: medium… 225 1F468 1F3FF 200D 2695 ; non-fully-qualified # ⚕ man health worker: dark s… [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | mips-non-zero-gp0.s | 4 # if some input files have non-zero GP0 value. 7 # files with non-zero GP0 value using the following command lines: 10 # && ld.bfd -m elf32btsmip -r test.o -o mips-gp0-non-zero.o 12 # && ld.bfd -m elf64btsmip -r test.o -o mips-n64-gp0-non-zero.o 14 # Source code for mips-gp0-non-zero.o: 29 # Source code for mips-n64-gp0-non-zero.o and mips-micro-gp0-non-zero.o: 36 # RUN: ld.lld -r -o %t-32.r %S/Inputs/mips-gp0-non-zero.o 40 # RUN: ld.lld -r -o %t-64.r %S/Inputs/mips-n64-gp0-non-zero.o 42 # RUN: llvm-readobj -r %S/Inputs/mips-n64-gp0-non-zero.o %t-64.r \ 51 # ADDEND64: File: {{.*}}{{/|\\}}mips-n64-gp0-non-zero.o [all …]
|
/external/llvm-project/clang/test/PCH/ |
D | non-trivial-c-union.m | 13 // expected-note@-6 {{'U0' has subobjects that are non-trivial to destruct}} 14 // expected-note@-7 {{'U0' has subobjects that are non-trivial to copy}} 15 // expected-note@-8 {{'U0' has subobjects that are non-trivial to default-initialize}} 16 // expected-note@-8 {{f0 has type '__strong id' that is non-trivial to destruct}} 17 // expected-note@-9 {{f0 has type '__strong id' that is non-trivial to copy}} 18 // expected-note@-10 {{f0 has type '__strong id' that is non-trivial to default-initialize}} 20 … union that is non-trivial to destruct}} expected-error {{cannot use type 'U0' for function/method… 22 …nnot default-initialize an object of type 'U0' since it is a union that is non-trivial to default-…
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | cppcoreguidelines-non-private-member-variables-in-classes.rst | 1 .. title:: clang-tidy - cppcoreguidelines-non-private-member-variables-in-classes 3 :http-equiv=refresh: 5;URL=misc-non-private-member-variables-in-classes.html 5 cppcoreguidelines-non-private-member-variables-in-classes 8 The cppcoreguidelines-non-private-member-variables-in-classes check is an alias, 10 `misc-non-private-member-variables-in-classes <misc-non-private-member-variables-in-classes.html>`_
|
D | misc-non-private-member-variables-in-classes.rst | 1 .. title:: clang-tidy - misc-non-private-member-variables-in-classes 3 misc-non-private-member-variables-in-classes 6 `cppcoreguidelines-non-private-member-variables-in-classes` redirects here 9 Finds classes that contain non-static data members in addition to user-declared 10 non-static member functions and diagnose all data members declared with a 11 non-``public`` access specifier. The data members should be declared as
|
/external/llvm-project/llvm/test/MC/Mips/mips3/ |
D | invalid-mips4.s | 8 …bc1f $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 31 …c.eq.s $fcc1, $f2, $f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 33 …c.le.s $fcc6, $f2, $f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 35 …c.nge.s $fcc3, $f2, $f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 37 …c.ngle.s $fcc2, $f2, $f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 39 …c.ole.s $fcc3, $f7, $f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 41 …c.seq.s $fcc7, $f1, $f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 43 …c.ueq.s $fcc6, $f3, $f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 45 …c.ult.s $fcc7, $f2, $f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 47 …c.eq.d $fcc1, $f2, $f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… [all …]
|
D | invalid-mips5.s | 9 …bc1f $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 43 …c.eq.s $fcc1, $f2, $f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 45 …c.le.s $fcc6, $f2, $f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 47 …c.nge.s $fcc3, $f2, $f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 49 …c.ngle.s $fcc2, $f2, $f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 51 …c.ole.s $fcc3, $f7, $f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 53 …c.seq.s $fcc7, $f1, $f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 55 …c.ueq.s $fcc6, $f3, $f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 57 …c.ult.s $fcc7, $f2, $f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 59 …c.eq.d $fcc1, $f2, $f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… [all …]
|
/external/llvm-project/llvm/test/Verifier/ |
D | non-integral-pointers.ll | 6 ; CHECK: ptrtoint not supported for non-integral pointers 12 ; CHECK: ptrtoint not supported for non-integral pointers 24 ; CHECK: inttoptr not supported for non-integral pointers 30 ; CHECK: inttoptr not supported for non-integral pointers 42 ; CHECK: ptrtoint not supported for non-integral pointers 48 ; CHECK: inttoptr not supported for non-integral pointers 55 ; CHECK: ptrtoint not supported for non-integral pointers 60 ; CHECK: inttoptr not supported for non-integral pointers 67 ; CHECK: ptrtoint not supported for non-integral pointers 75 ; CHECK: ptrtoint not supported for non-integral pointers [all …]
|
/external/clang/test/SemaObjC/ |
D | nonnull.m | 34 …func1(0, cp2, i1); // expected-warning {{null passed to a callee that requires a non-null argumen… 35 …func1(cp1, 0, i1); // expected-warning {{null passed to a callee that requires a non-null argumen… 39 …func3(0, i2, cp3, i3); // expected-warning {{null passed to a callee that requires a non-null argu… 40 …func3(cp3, i2, 0, i3); // expected-warning {{null passed to a callee that requires a non-null arg… 42 func4(0, cp1); // expected-warning {{null passed to a callee that requires a non-null argument}} 43 func4(cp1, 0); // expected-warning {{null passed to a callee that requires a non-null argument}} 67 …_dispatch_queue_push_list(0); // expected-warning {{null passed to a callee that requires a non-nu… 94 …r:NULL:1:NULL]; // expected-warning 2 {{null passed to a callee that requires a non-null argument}} 95 …inter:vp:1:NULL]; // expected-warning {{null passed to a callee that requires a non-null argument}} 96 …ullPointer:NULL]; // expected-warning {{null passed to a callee that requires a non-null argument}} [all …]
|
/external/llvm-project/llvm/test/MC/Mips/mips1/ |
D | invalid-mips5-wrong-error.s | 37 …c.eq.s $fcc1, $f2, $f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't… 39 …c.le.s $fcc6, $f2, $f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't… 41 …c.nge.s $fcc3, $f2, $f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't… 43 …c.ngle.s $fcc2, $f2, $f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't… 45 …c.ole.s $fcc3, $f7, $f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't… 47 …c.seq.s $fcc7, $f1, $f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't… 49 …c.ueq.s $fcc6, $f3, $f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't… 51 …c.ult.s $fcc7, $f2, $f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't… 53 …c.eq.d $fcc1, $f2, $f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't… 55 …c.le.d $fcc6, $f2, $f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't… [all …]
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | strip-debug.test | 51 # RUN: rm -f %t.non-object.a 52 # RUN: llvm-ar cr %t.non-object.a %t1.o %t2.txt %t3.o 53 # RUN: llvm-ar t %t.non-object.a | FileCheck %s --check-prefix=NON-OBJECT-ARCHIVE-MEMBERS 59 # RUN: cp %t.non-object.a %t.non-object.copy.a 60 # RUN: not llvm-objcopy --strip-debug %t.non-object.a %t2.non-object.a 2>&1 | FileCheck %s --check-… 64 # Verify that %t.non-object.a has not been modified. 65 # RUN: cmp %t.non-object.a %t.non-object.copy.a 80 # RUN: rm -f %t.non-object.thin.a 81 # RUN: llvm-ar crsT %t.non-object.thin.a %t1.o %t2.txt %t3.o 82 # RUN: cp %t.non-object.thin.a %t.non-object.thin.copy.a [all …]
|
/external/arm-trusted-firmware/docs/components/ |
D | cot-binding.rst | 9 Also, device tree describes 'non-volatile-counters' node which contains number of 10 sub-nodes mentioning properties of all non-volatile-counters used in the chain of trust. 59 This property is required for all non-root certificates. 72 non-root certificates which are authenticated using public-key 85 protected against rollback attacks using a non-volatile 88 This property is used to refer one of the non-volatile 89 counter sub-node present in 'non-volatile counters' node. 144 non-trusted-world-pk: non-trusted-world-pk { 245 non-volatile counter node binding definition 248 - non-volatile counters node [all …]
|
/external/llvm-project/llvm/test/Bitcode/ |
D | upgrade-frame-pointer.ll | 2 ;; "no-frame-pointer-elim-non-leaf" (value is ignored) can be upgraded to 13 define void @non_leaf0() "no-frame-pointer-elim-non-leaf" { ret void } 21 ;; "no-frame-pointer-elim-non-leaf" is present. 25 attributes #0 = { readnone "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" } 26 attributes #1 = { readnone "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" } 31 ; CHECK: attributes #2 = { "frame-pointer"="non-leaf" } 32 ; CHECK: attributes #3 = { readnone "frame-pointer"="non-leaf" }
|
/external/llvm-project/llvm/test/MC/Mips/mips2/ |
D | invalid-mips32.s | 8 …bc1f $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 46 …c.eq.s $fcc1, $f2, $f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 48 …c.le.s $fcc6, $f2, $f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 50 …c.nge.s $fcc3, $f2, $f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 52 …c.ngle.s $fcc2, $f2, $f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 54 …c.ole.s $fcc3, $f7, $f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 56 …c.seq.s $fcc7, $f1, $f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 58 …c.ueq.s $fcc6, $f3, $f2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 60 …c.ult.s $fcc7, $f2, $f6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… 62 …c.eq.d $fcc1, $f2, $f8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: non-zero fcc register doesn't exi… [all …]
|
/external/llvm-project/llvm/test/CodeGen/MIR/AMDGPU/ |
D | syncscopes.mir | 45 …illed $vgpr2, 0, -1, 0, 0, implicit $exec, implicit $flat_scr :: (volatile non-temporal store sync… 46 …illed $vgpr2, 0, -1, 0, 0, implicit $exec, implicit $flat_scr :: (volatile non-temporal store sync… 47 …illed $vgpr2, 0, -1, 0, 0, implicit $exec, implicit $flat_scr :: (volatile non-temporal store sync… 77 …$sgpr0_sgpr1 = S_LOAD_DWORDX2_IMM $sgpr4_sgpr5, 8, 0, 0 :: (non-temporal dereferenceable invariant… 78 …$sgpr6 = S_LOAD_DWORD_IMM $sgpr4_sgpr5, 0, 0, 0 :: (non-temporal dereferenceable invariant load 4 … 79 …$sgpr2_sgpr3 = S_LOAD_DWORDX2_IMM $sgpr4_sgpr5, 24, 0, 0 :: (non-temporal dereferenceable invarian… 80 …$sgpr7 = S_LOAD_DWORD_IMM $sgpr4_sgpr5, 16, 0, 0 :: (non-temporal dereferenceable invariant load 4… 81 …$sgpr8 = S_LOAD_DWORD_IMM $sgpr4_sgpr5, 32, 0, 0 :: (non-temporal dereferenceable invariant load 4… 84 …$sgpr4_sgpr5 = S_LOAD_DWORDX2_IMM killed $sgpr4_sgpr5, 40, 0, 0 :: (non-temporal dereferenceable i… 87 …illed $vgpr2, 0, -1, 0, 0, implicit $exec, implicit $flat_scr :: (volatile non-temporal store sync… [all …]
|
/external/openscreen/build/config/ |
D | external_libraries.gni | 17 ffmpeg_include_dirs = [] # Add only if headers are at non-standard locations. 18 ffmpeg_lib_dirs = [] # Add only if libraries are at non-standard locations. 27 libopus_include_dirs = [] # Add only if headers are at non-standard locations. 28 libopus_lib_dirs = [] # Add only if libraries are at non-standard locations. 36 libsdl2_include_dirs = [] # Add only if headers are at non-standard locations. 37 libsdl2_lib_dirs = [] # Add only if libraries are at non-standard locations. 46 libvpx_include_dirs = [] # Add only if headers are at non-standard locations. 47 libvpx_lib_dirs = [] # Add only if libraries are at non-standard locations.
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | vulkan.vert | 68 layout(location = nonLit, component = nonLit) in vec4 nonLit1; // ERROR, non literal 69 layout(binding = nonLit, set = nonLit) uniform nonLitBN { // ERROR, non literal 70 layout(offset = nonLit) vec4 nonLit1; // ERROR, non literal 71 layout(align = nonLit) vec4 nonLit3; // ERROR, non literal 72 layout(xfb_offset = nonLit) vec4 nonLit4; // ERROR, non literal 73 layout(xfb_buffer = nonLit) vec4 nonLit5; // ERROR, non literal 74 layout(xfb_stride = nonLit) vec4 nonLit6; // ERROR, non literal 76 layout(input_attachment_index = nonLit) vec4 nonLit3; // ERROR, non literal 77 layout(constant_id = nonLit) vec4 nonLit4; // ERROR, non literal
|
/external/deqp-deps/glslang/Test/ |
D | vulkan.vert | 68 layout(location = nonLit, component = nonLit) in vec4 nonLit1; // ERROR, non literal 69 layout(binding = nonLit, set = nonLit) uniform nonLitBN { // ERROR, non literal 70 layout(offset = nonLit) vec4 nonLit1; // ERROR, non literal 71 layout(align = nonLit) vec4 nonLit3; // ERROR, non literal 72 layout(xfb_offset = nonLit) vec4 nonLit4; // ERROR, non literal 73 layout(xfb_buffer = nonLit) vec4 nonLit5; // ERROR, non literal 74 layout(xfb_stride = nonLit) vec4 nonLit6; // ERROR, non literal 76 layout(input_attachment_index = nonLit) vec4 nonLit3; // ERROR, non literal 77 layout(constant_id = nonLit) vec4 nonLit4; // ERROR, non literal
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DebugNumericSummary.pbtxt | 7 Input tensor, non-Reference type. 42 inf counts) is non-zero. 75 [8]: minimum of all non-inf and non-NaN elements. 77 [9]: maximum of all non-inf and non-NaN elements. 79 [10]: mean of all non-inf and non-NaN elements. 81 [11]: variance of all non-inf and non-NaN elements.
|
/external/llvm-project/llvm/test/Verifier/ARM/ |
D | intrinsic-immarg.ll | 6 ; CHECK: immarg operand has non-immediate parameter 18 ; CHECK: immarg operand has non-immediate parameter 30 ; CHECK: immarg operand has non-immediate parameter 35 ; CHECK: immarg operand has non-immediate parameter 40 ; CHECK: immarg operand has non-immediate parameter 49 ; CHECK: immarg operand has non-immediate parameter 54 ; CHECK: immarg operand has non-immediate parameter 59 ; CHECK: immarg operand has non-immediate parameter 68 ; CHECK: immarg operand has non-immediate parameter 73 ; CHECK: immarg operand has non-immediate parameter [all …]
|
/external/llvm-project/llvm/test/Verifier/AMDGPU/ |
D | intrinsic-immarg.ll | 5 ; CHECK: immarg operand has non-immediate parameter 10 ; CHECK: immarg operand has non-immediate parameter 19 ; CHECK: immarg operand has non-immediate parameter 28 ; CHECK: immarg operand has non-immediate parameter 37 ; CHECK: immarg operand has non-immediate parameter 46 ; CHECK: immarg operand has non-immediate parameter 55 ; CHECK: immarg operand has non-immediate parameter 60 ; CHECK: immarg operand has non-immediate parameter 65 ; CHECK: immarg operand has non-immediate parameter 70 ; CHECK: immarg operand has non-immediate parameter [all …]
|