/external/clang/test/CodeGen/ |
captured-statements-nested.c | 2 // RUN: FileCheck %s -input-file=%t -check-prefix=CHECK1 13 // CHECK1: %struct.anon{{.*}} = type { i32*, i32* } 14 // CHECK1: %struct.anon{{.*}} = type { i32*, i32*, i32**, i32* } 15 // CHECK1: [[T:%struct.anon.*]] = type { i32*, i32*, %struct.A*, i32**, i32* } 30 // CHECK1: define internal void @__captured_stmt{{.*}}([[T]] 32 // CHECK1: getelementptr inbounds [[T]]* {{.*}}, i32 0, i32 2 33 // CHECK1-NEXT: load %struct.A** 34 // CHECK1-NEXT: getelementptr inbounds %struct.A* 35 // CHECK1-NEXT: store i32 1 37 // CHECK1: getelementptr inbounds [[T]]* {{.*}}, i32 0, i32 [all...] |
inline.c | 2 // RUN: %clang %s -target i386-unknown-unknown -O1 -emit-llvm -S -o - -std=gnu89 | FileCheck %s --check-prefix=CHECK1 3 // CHECK1: define i32 @foo() 4 // CHECK1: define i32 @bar() 5 // CHECK1: define void @unreferenced1() 6 // CHECK1-NOT: unreferenced2 7 // CHECK1: define void @gnu_inline() 8 // CHECK1: define i32 @test1 9 // CHECK1: define i32 @test2 10 // CHECK1: define void @test3() 11 // CHECK1: define available_externally i32 @test [all...] |
/external/clang/test/Misc/ |
ast-dump-templates.cpp | 2 // RUN: FileCheck < %t %s -check-prefix=CHECK1 27 // CHECK1: template <int X = 5, typename Y = int, int Z = 5> struct foo { 31 // CHECK1: template <int X, typename Y, int Z = 5> struct foo { 35 // CHECK1: template <int A = 5, typename B = int> int bar() 39 // CHECK1: template <int A, typename B> B bar()
|
/external/clang/test/Index/ |
annotate-macro-args.m | 2 // RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:9:1:10:1 %s -include %S/annotate-macro-args.h | FileCheck -check-prefix=CHECK1 %s 7 // RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:9:1:10:1 %s -include-pch %t.pch | FileCheck -check-prefix=CHECK1 %s 10 // CHECK1: Identifier: "MACRO" [9:3 - 9:8] macro expansion=MACRO:6:9 11 // CHECK1: Punctuation: "(" [9:8 - 9:9] 12 // CHECK1: Punctuation: "[" [9:9 - 9:10] ObjCMessageExpr=meth:2:8 13 // CHECK1: Identifier: "MyClass" [9:10 - 9:17] ObjCClassRef=MyClass:1:12 14 // CHECK1: Identifier: "meth" [9:18 - 9:22] ObjCMessageExpr=meth:2:8 15 // CHECK1: Punctuation: "]" [9:22 - 9:23] ObjCMessageExpr=meth:2:8 16 // CHECK1: Punctuation: ")" [9:23 - 9:24]
|
/external/clang/test/Driver/ |
clang_wrapv_opts.c | 1 // RUN: %clang -### -S -fwrapv -fno-wrapv -fwrapv %s 2>&1 | FileCheck -check-prefix=CHECK1 %s 2 // CHECK1: -fwrapv
|
pth.c | 4 // RUN: FileCheck -check-prefix CHECK1 -input-file %t.log %s 6 // CHECK1: "{{.*[/\\]}}clang{{.*}}" "-cc1" {{.*}} "-o" "{{.*}}.h.pth" "-x" "c-header" "{{.*}}pth.c"
|
frame-pointer.c | 2 // RUN: %clang -target i386-pc-linux -### -S -O1 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK1-32 %s 9 // RUN: %clang -target x86_64-pc-linux -### -S -O1 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK1-64 %s 17 // RUN: %clang -target s390x-pc-linux -### -S -O1 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK1-64 %s 20 // CHECK1-32-NOT: -mdisable-fp-elim 26 // CHECK1-64-NOT: -mdisable-fp-elim
|
/external/clang/test/Frontend/ |
verify3.c | 5 // RUN: not %clang_cc1 -DTEST1 -verify %s 2>&1 | FileCheck -check-prefix=CHECK1 %s 10 // CHECK1: error: 'error' diagnostics seen but not expected: 11 // CHECK1-NEXT: Line 8: expected directive cannot follow 'expected-no-diagnostics' directive 12 // CHECK1-NEXT: 1 error generated.
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
stack-oob-frames.cc | 3 // RUN: not %t 1 2>&1 | FileCheck %s --check-prefix=CHECK1 49 // CHECK1: AddressSanitizer: stack-buffer-overflow 50 // CHECK1: is located in stack of thread T0 at offset 51 // CHECK1-NEXT: #0{{.*}}Frame1
|
/external/clang/test/CodeGenCXX/ |
debug-info-decl-nested.cpp | 3 // RUN: cat %t | FileCheck %s -check-prefix=CHECK1 38 // CHECK1: metadata {{.*}}, metadata ![[DECL:[0-9]+]], metadata {{.*}}, i32 [[@LINE+5]]} ; [ DW_TAG_subprogram ] [line [[@LINE+5]]] [def] [Bar] 42 // CHECK1: [[DECL]] = {{.*}} ; [ DW_TAG_subprogram ] [line [[@LINE-3]]] [private] [Bar]
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
p9.cpp | 16 int check1[X<1, 1>::value == 1? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
p2.cpp | 10 S<s> check1; // ok, s is value-dependent local
|
p2-0x.cpp | 11 S<s> check1; // ok, s is value-dependent local
|
/external/clang/test/SemaCXX/ |
pragma-pack.cpp | 55 int check1[__alignof(X<int, true>) == 1 ? 1 : -1]; member in namespace:llvm_support_endian
|
issue547.cpp | 65 int check1[classify_function<f1>::value == 8? 1 : -1]; variable
|
/external/clang/test/SemaObjCXX/ |
arc-libstdcxx.mm | 7 int check1[std::__is_scalar<__weak id>::__value? -1 : 1];
|
/external/clang/test/Format/ |
style-on-command-line.cpp | 2 // RUN: clang-format -style="{BasedOnStyle: Google, IndentWidth: 8}" %t.cpp | FileCheck -strict-whitespace -check-prefix=CHECK1 %s 11 // CHECK1: {{^ int\* i;$}}
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
cwg1170.cpp | 40 int check1[has_copy_constructor<HasNonConstCopy>::value? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
p21.cpp | 27 int check1[X<int(int, float, double)>::value == 1? 1 : -1]; // uses partial specialization variable
|
p9-0x.cpp | 50 int check1[is_same<split_arrays<int[1], float[2], double[3]>::element_types, member in namespace:DeduceNonTypeTemplateArgsInArray
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
metafunctions.cpp | 30 int check1[count<int>::value == 1? 1 : -1]; member in namespace:Count 49 int check1[count<int>::value == 1? 1 : -1]; member in namespace:CountWithPackExpansion 83 int check1[is_same<square<1, 2, -3>::type, member in namespace:Math 200 int check1[is_same<apply_each_indirect<int, add_reference, add_pointer, member in namespace:TemplateTemplateApply 254 int check1[Arity<int(float, double)>::value == 2? 1 : -1]; member in namespace:FunctionTypes
|
deduction.cpp | 49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1]; member in namespace:DeductionWithConversion
|
partial-ordering.cpp | 28 int check1[X1<tuple<int>>::value == 2? 1 : -1]; variable
|
/external/clang/test/Sema/ |
type-spec-struct-union.c | 56 SQUAT, FLAG, DICT4, DICT3, DICT2, DICT1, DICT0, HOP, CHECK4, CHECK3, CHECK2, CHECK1, DONE, BAD
|
/external/chromium_org/ash/wm/ |
window_modality_controller_unittest.cc | 67 int check1[] = { -1, -12, -11 }; local 68 EXPECT_TRUE(ValidateStacking(w1->parent(), check1, arraysize(check1))); 114 int check1[] = { -2, -1, -11, -111 }; local 115 EXPECT_TRUE(ValidateStacking(w1->parent(), check1, arraysize(check1))); 119 EXPECT_TRUE(ValidateStacking(w1->parent(), check1, arraysize(check1))); 123 EXPECT_TRUE(ValidateStacking(w1->parent(), check1, arraysize(check1))); [all...] |