/external/clang/test/Driver/ |
clang_wrapv_opts.c | 10 // RUN: %clang -### -S -fno-wrapv -fno-strict-overflow %s 2>&1 | FileCheck -check-prefix=CHECK4 %s 11 // CHECK4-NOT: -fwrapv
|
/external/clang/test/Format/ |
style-on-command-line.cpp | 5 // RUN: clang-format -style="{lsjd}" %t.cpp 2>&1 | FileCheck -strict-whitespace -check-prefix=CHECK4 %s 16 // CHECK4: Error parsing -style: Invalid argument, using LLVM style 17 // CHECK4: {{^ int \*i;$}}
|
/external/clang/test/CodeGen/ |
inline.c | 55 // RUN: %clang %s -target i386-unknown-unknown -O1 -emit-llvm -S -o - -std=c99 -fms-compatibility | FileCheck %s --check-prefix=CHECK4 56 // CHECK4: define i32 @bar() 57 // CHECK4: define void @gnu_inline() 58 // CHECK4: define available_externally void @gnu_ei_inline() 59 // CHECK4: define linkonce_odr i32 @foo() 60 // CHECK4-NOT: unreferenced 61 // CHECK4: define linkonce_odr i32 @ei()
|
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
p2.cpp | 19 typename S<i>::T check4; // expected-error {{not an integral constant expression}} expected-error {{qualified name}} local
|
p2-0x.cpp | 26 typename S<i>::T check4; // ok, i is value-dependent local
|
/external/clang/test/SemaObjCXX/ |
arc-libstdcxx.mm | 10 int check4[std::__is_scalar<__weak A*>::__value? -1 : 1];
|
/external/clang/test/Frontend/ |
verify3.c | 35 // RUN: %clang_cc1 -E -DTEST4 -verify %s 2>&1 | FileCheck -check-prefix=CHECK4 %s 40 // CHECK4-NOT: error: no expected directives found: consider use of 'expected-no-diagnostics'
|
verify.c | 4 // RUN: not %clang_cc1 -DTEST4 -verify %s 2>&1 | FileCheck -check-prefix=CHECK4 %s 94 // CHECK4: error: 'error' diagnostics expected but not seen: 95 // CHECK4-NEXT: Line 92: include_error 96 // CHECK4-NEXT: error: 'error' diagnostics seen but not expected: 97 // CHECK4-NEXT: Line 92: 'missing_header_file.include' file not found 98 // CHECK4-NEXT: 2 errors generated.
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
p21.cpp | 30 int check4[Y<int&, float&, double&>::value == 1? 1 : -1]; // uses partial specialization 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/clang/test/CXX/temp/temp.decls/temp.variadic/ |
partial-ordering.cpp | 31 int check4[X1<tuple<int&, int&>>::value == 3? 1 : -1]; variable
|
metafunctions.cpp | 257 Arity<int(float, double, long double, char)> check4; // expected-error{{implicit instantiation of undefined template 'FunctionTypes::Arity<int (float, double, long double, char)>'}} member in namespace:FunctionTypes
|
multi-level-substitution.cpp | 94 int check4[X2<short, int, long>::Inner<int(pair<short, unsigned short>, member in namespace:PacksAtDifferentLevels
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
Checker.h | 434 typename CHECK3=check::_VoidCheck, typename CHECK4=check::_VoidCheck, 456 template <typename CHECK1, typename CHECK2, typename CHECK3, typename CHECK4, 464 public Checker<CHECK2, CHECK3, CHECK4, CHECK5, CHECK6, CHECK7, 472 Checker<CHECK2, CHECK3, CHECK4, CHECK5, CHECK6, CHECK7,
|
/external/llvm/unittests/Support/ |
Casting.cpp | 85 int Check4[is_same<simplify_type<foo *>::SimpleType, foo *>::value ? 1 : -1];
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
PKIXParameters_ImplTest.java | 208 assertEquals("check4", p1.isPolicyMappingInhibited(),
|
/external/oprofile/gui/ |
oprof_start.cpp | 738 get_unit_mask_part(descr, 4, check4->isChecked(), mask); 760 check4->hide(); 795 case 4: check = check4; break;
|
/external/oprofile/gui/ui/ |
oprof_start.base.ui | 324 <cstring>check4</cstring> 328 <string>check4</string> [all...] |
/external/clang/test/SemaCXX/ |
cxx1y-deduced-return-type.cpp | 150 int &check4 = take_fn<int>(arg_single<int>); member in namespace:Templates
|