/external/compiler-rt/lib/asan/lit_tests/TestCases/ |
stack-oob-frames.cc | 2 // RUN: not %t 0 2>&1 | FileCheck %s --check-prefix=CHECK0 41 // CHECK0: AddressSanitizer: stack-buffer-overflow 42 // CHECK0: #0{{.*}}Frame0 43 // CHECK0: #1{{.*}}Frame1 44 // CHECK0: #2{{.*}}Frame2 45 // CHECK0: #3{{.*}}Frame3 46 // CHECK0: is located in stack of thread T0 at offset 47 // CHECK0-NEXT: #0{{.*}}Frame0
|
/external/compiler-rt/lib/tsan/lit_tests/ |
global_race.cc | 24 // CHECK0: Location is global 'GlobalData' of size 40 at [[ADDR]] 25 // CHECK0: (global_race.cc.exe+0x[0-9,a-f]+)
|
/external/clang/test/Driver/ |
frame-pointer.c | 1 // RUN: %clang -target i386-pc-linux -### -S -O0 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK0-32 %s 8 // RUN: %clang -target x86_64-pc-linux -### -S -O0 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK0-64 %s 16 // RUN: %clang -target s390x-pc-linux -### -S -O0 %s -o %t.s 2>&1 | FileCheck -check-prefix=CHECK0-64 %s 19 // CHECK0-32: -mdisable-fp-elim 25 // CHECK0-64: -mdisable-fp-elim
|
/external/clang/test/CodeGenCXX/ |
debug-info-decl-nested.cpp | 2 // RUN: cat %t | FileCheck %s -check-prefix=CHECK0 20 // CHECK0: [[DECL:[0-9]+]] = {{.*}} ; [ DW_TAG_subprogram ] [line [[@LINE+1]]] [private] [OuterClass] 24 // CHECK0: metadata {{.*}}, metadata ![[DECL]], metadata {{.*}}, i32 [[@LINE+1]]} ; [ DW_TAG_subprogram ] [line [[@LINE+1]]] [def] [OuterClass]
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
p9.cpp | 15 int check0[X<1, 2>::value == 0? 1 : -1]; variable
|
/external/clang/test/SemaObjCXX/ |
arc-libstdcxx.mm | 6 int check0[std::__is_scalar<__strong id>::__value? -1 : 1];
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
metafunctions.cpp | 48 int check0[count<>::value == 0? 1 : -1]; member in namespace:CountWithPackExpansion 65 int check0[is_same<EverythingToInt<tuple<double, float>>::type, member in namespace:Replace 75 int check0[is_same<double_values<1, 2, -3>::type, member in namespace:Math 146 int check0[ListI<1, 2, 3>::sum::value == 6? 1 : -1]; member in namespace:ListMath 166 int check0[is_same<build_indices<5>::type, member in namespace:Indices 191 int check0[is_same<apply_each<int, member in namespace:TemplateTemplateApply 253 int check0[Arity<int()>::value == 0? 1 : -1]; member in namespace:FunctionTypes 271 int check0[is_same<replace_with_int<pair<tuple<float, double, short>, member in namespace:SuperReplace
|
deduction.cpp | 38 int check0[char_values<1, 12, 3>::value == 1? 1 : -1]; member in namespace:DeductionWithConversion
|
partial-ordering.cpp | 27 int check0[X1<tuple<>>::value == 0? 1 : -1]; variable
|
multi-level-substitution.cpp | 43 int check0[X<short, int, long>::Inner<tuple<pair<short, unsigned short>, member in namespace:PacksAtDifferentLevels
|
/external/clang/test/SemaTemplate/ |
issue150.cpp | 52 int check0[is_same<X<int, Y>::type, Y<int, int*, int* const> >::value? 1 : -1]; member in namespace:MultiReplace 71 int check0[is_same<X<int, int, Y>::type, Y<int, int*, int* const> >::value? 1 : -1]; member in namespace:MultiReplacePartial
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
cwg1170.cpp | 39 int check0[has_copy_constructor<HasCopy>::value? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
p21.cpp | 26 int check0[X<int>::value == 0? 1 : -1]; // uses primary template variable
|
/external/clang/test/SemaCXX/ |
issue547.cpp | 64 int check0[classify_function<f0>::value == 2? 1 : -1]; variable
|
/external/clang/test/CodeGen/ |
catch-undef-behavior.c | 30 // CHECK: %[[CHECK0:.*]] = icmp ne {{.*}}* %[[PTR:.*]], null 31 // CHECK-TRAP: %[[CHECK0:.*]] = icmp ne {{.*}}* %[[PTR:.*]], null 36 // CHECK-NEXT: %[[CHECK01:.*]] = and i1 %[[CHECK0]], %[[CHECK1]] 41 // CHECK-TRAP-NEXT: %[[CHECK01:.*]] = and i1 %[[CHECK0]], %[[CHECK1]]
|
/external/oprofile/gui/ |
oprof_start.cpp | 734 get_unit_mask_part(descr, 0, check0->isChecked(), mask); 756 check0->hide(); 791 case 0: check = check0; break;
|
/external/oprofile/gui/ui/ |
oprof_start.base.ui | 280 <cstring>check0</cstring> 284 <string>check0</string> [all...] |
/external/eigen/blas/testing/ |
dblat1.f | 15 EXTERNAL CHECK0, CHECK1, CHECK2, CHECK3, HEADER 36 CALL CHECK0(SFAC) 82 SUBROUTINE CHECK0(SFAC) 138 WRITE (NOUT,*) ' Shouldn''t be here in CHECK0'
|
sblat1.f | 15 EXTERNAL CHECK0, CHECK1, CHECK2, CHECK3, HEADER 36 CALL CHECK0(SFAC) 82 SUBROUTINE CHECK0(SFAC) 138 WRITE (NOUT,*) ' Shouldn''t be here in CHECK0'
|