Home
last modified time | relevance | path

Searched refs:test16 (Results 1 – 25 of 188) sorted by relevance

12345678

/llvm-project/clang/test/SemaCXX/
H A Dlong-virtual-inheritance-chain.cpp19 class test16 : virtual test15 { virtual void f(); }; class
20 class test17 : virtual test16 { virtual void f(); };
H A Dlinkage2.cpp158 namespace test16 { namespace
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Dcmpb-ppc32.ll6 define zeroext i16 @test16(i16 zeroext %x, i16 zeroext %y) #0 {
7 ; CHECK-LABEL: test16:
/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/
H A Dloads.ll246 define i64 @test16.1() {
247 ; CHECK-LABEL: @test16.1(
254 define i64 @test16.2() {
255 ; CHECK-LABEL: @test16.2(
262 define i64 @test16.3() {
263 ; CHECK-LABEL: @test16.3(
/llvm-project/llvm/test/CodeGen/AVR/
H A Dprogmem.ll14 define i16 @test16(ptr addrspace(1) %p) {
15 ; CHECK-LABEL: test16:
H A Dprogmem-extended.ll16 define i16 @test16(ptr addrspace(1) %p) {
17 ; CHECK-LABEL: test16:
/llvm-project/clang/test/Misc/
H A Ddiag-template-diffing-color.cpp34 void test16() { in test16() function
/llvm-project/clang/test/Sema/
H A Dc89.c85 void test16(void) { in test16() function
H A Dstatements.c136 void test16(void) { in test16() function
H A Dbuiltin-assume-aligned.c90 int test16(int *b) { in test16()
88 int test16(int *b) { test16() function
H A Dblock-misc.c149 void test16(__block int i) { // expected-error {{__block attribute not allowed, only allowed on local variables}} in test16()
148 void test16(__block int i) { // expected-error {{__block attribute not allowed, only allowed on local variables}} test16() function
H A Dattr-deprecated.c98 unsigned long test16 __attribute__((deprecated)) variable
/llvm-project/llvm/test/CodeGen/AArch64/
H A Dmovw-consts.ll153 define void @test16() {
154 ; CHECK-LABEL: test16:
H A Darm64-rounding.ll158 ; CHECK-LABEL: test16:
161 define double @test16(double %a) #1 {
/llvm-project/clang/test/CodeGen/
H A Dunaligned-expr.c142 void test16(__unaligned int c[10]) { in test16() function
H A Dbuiltins-hexagon-v67-audio.c96 int test16(long long rss, long long rtt) { in test16() function
/llvm-project/llvm/test/Instrumentation/MemorySanitizer/
H A Dwith-call-type-size.ll42 define <4 x i32> @test16(<4 x i32> %vec, i16 %idx, i32 %x) sanitize_memory {
46 ; CHECK-LABEL: @test16(
/llvm-project/clang/test/Parser/
H A Dchar-literal-printing.c22 wchar_t test16(void) { return L'\r'; } in test16() function
H A Ddeclarators.c98 void test16(i) int i j; { } // expected-error {{expected ';' at end of declaration}} \
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dload.ll222 define void @test16(ptr %x, ptr %a, ptr %b, ptr %c) {
223 ; CHECK-LABEL: @test16(
247 define void @test16-vect(ptr %x, ptr %a, ptr %b, ptr %c) {
248 ; CHECK-LABEL: @test16-vect(
273 ; Check that in cases similar to @test16 we don't try to rewrite a load when
H A Dapint-sub.ll131 define i51 @test16(i51 %A) {
132 ; CHECK-LABEL: @test16(
/llvm-project/llvm/test/MC/ARM/
H A Dimplicit-it-generation.s347 .section test16
348 @ CHECK-LABEL: test16
/llvm-project/llvm/test/CodeGen/X86/
H A Dfast-isel-sext-zext.ll266 define i64 @test16(i16 %x) nounwind {
267 ; X32-LABEL: test16:
274 ; X64-LABEL: test16:
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dhsa-metadata-hidden-args-v4.ll93 ; CHECK: .name: test16
94 ; CHECK: .symbol: test16.kd
95 define amdgpu_kernel void @test16(
/llvm-project/clang/test/CodeGenCXX/
H A Deh.cpp390 namespace test16 { namespace

12345678