Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching full:noinline

3 // RUN: %clang_cc1 %s -std=c++11 -triple=x86_64-linux -fno-inline -emit-llvm -disable-llvm-optzns -o - | FileCheck %s --check-prefix=CHECK --check-prefix=NOINLINE
80 // SUITABLE-NOT: attributes [[NOHINT_ATTR]] = { {{.*}}noinline{{.*}} }
81 // HINTED-DAG: attributes [[NOHINT_ATTR]] = { noinline{{.*}} }
82 // NOINLINE-DAG: attributes [[NOHINT_ATTR]] = { noinline{{.*}} }
84 // SUITABLE-NOT: attributes [[IMPLICIT_ATTR]] = { {{.*}}noinline{{.*}} }
85 // HINTED-NOT: attributes [[IMPLICIT_ATTR]] = { {{.*}}noinline{{.*}} }
86 // NOINLINE-DAG: attributes [[IMPLICIT_ATTR]] = { noinline{{.*}} }
88 // SUITABLE-NOT: attributes [[IMPLICIT_CONSTR_ATTR]] = { {{.*}}noinline{{.*}} }
89 // HINTED-NOT: attributes [[IMPLICIT_ATTR]] = { {{.*}}noinline{{.*}} }
90 // NOINLINE-DAG: attributes [[IMPLICIT_CONSTR_ATTR]] = { noinline{{.*}} }
92 // SUITABLE-NOT: attributes [[EXPLICIT_ATTR]] = { {{.*}}noinline{{.*}} }
93 // HINTED-NOT: attributes [[IMPLICIT_ATTR]] = { {{.*}}noinline{{.*}} }
94 // NOINLINE-DAG: attributes [[EXPLICIT_ATTR]] = { noinline{{.*}} }
96 // CHECK-DAG: attributes [[OPTNONE_ATTR]] = { noinline{{.*}} }