Lines Matching full:other
2 // RUN: %clang_cc1 -disable-llvm-passes -emit-llvm %s -o - | FileCheck %s -check-prefix=OTHER
3 // RUN: %clang_cc1 -O1 -disable-llvm-passes -emit-llvm %s -o - | FileCheck %s -check-prefix=OTHER
4 // RUN: %clang_cc1 -O2 -disable-llvm-passes -emit-llvm %s -o - | FileCheck %s -check-prefix=OTHER
5 // RUN: %clang_cc1 -O3 -disable-llvm-passes -emit-llvm %s -o - | FileCheck %s -check-prefix=OTHER
6 // RUN: %clang_cc1 -Os -disable-llvm-passes -emit-llvm %s -o - | FileCheck %s -check-prefix=OTHER
14 // OTHER: @{{.*}}test1{{.*}}[[MS:#[0-9]+]] in test1()
21 // OTHER: @{{.*}}test2 in test2()
22 // OTHER-NOT: [[MS]] in test2()
23 // OTHER: ret in test2()
30 // OTHER: @{{.*}}test3 in test3()
31 // OTHER-NOT: [[MS]] in test3()
32 // OTHER: ret in test3()
48 // OTHER: define{{.*}}void @{{.*}}test4
49 // OTHER: [[MS]]
55 // OTHER: define{{.*}}void @{{.*}}test4
56 // OTHER: [[MS]]
67 // OTHER: define{{.*}}void @{{.*}}test5
68 // OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}[[MS]]
74 // OTHER: define{{.*}}void @{{.*}}test5
75 // OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}[[MS]]
79 // OTHER: attributes [[MS]] = { minsize{{.*}} }