HomeSort by relevance Sort by last modified time
    Searched full:check2 (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/clang/test/Misc/
ast-dump-templates.cpp 3 // RUN: FileCheck < %t %s -check-prefix=CHECK2
27 // CHECK2: template <int X = 2, typename Y = double, int Z = 3> struct foo {
31 // CHECK2: template <int X, typename Y, int Z = (IntegerLiteral {{.*}} 'int' 5)
35 // CHECK2: template <int A = 5, typename B = int> int bar()
39 // CHECK2: template <int A, typename B> B bar()
  /external/clang/test/Index/
annotate-macro-args.m 3 // RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:15:1:16:1 %s -include annotate-macro-args.h | FileCheck -check-prefix=CHECK2 %s
8 // RUN: c-index-test -test-annotate-tokens=%S/annotate-macro-args.h:15:1:16:1 %s -include-pch %t.pch | FileCheck -check-prefix=CHECK2 %s
18 // CHECK2: Identifier: "INVOKE" [15:3 - 15:9] macro expansion=INVOKE:12:9
19 // CHECK2: Punctuation: "(" [15:9 - 15:10]
20 // CHECK2: Identifier: "meth" [15:10 - 15:14] ObjCMessageExpr=meth:2:1
21 // CHECK2: Punctuation: "," [15:14 - 15:15]
22 // CHECK2: Identifier: "MyClass" [15:16 - 15:23] ObjCClassRef=MyClass:1:12
23 // CHECK2: Punctuation: ")" [15:23 - 15:24]
  /external/clang/test/Driver/
clang_wrapv_opts.c 4 // RUN: %clang -### -S -fstrict-overflow -fno-strict-overflow %s 2>&1 | FileCheck -check-prefix=CHECK2 %s
5 // CHECK2: -fwrapv
pth.c 10 // RUN: FileCheck -check-prefix CHECK2 -input-file %t.log %s
12 // CHECK2: "{{.*}}/clang{{.*}}" "-cc1" {{.*}}"-include-pth" "{{.*}}.h.pth" {{.*}}"-x" "c" "{{.*}}pth.c"
  /external/clang/test/SemaCXX/
pragma-pack.cpp 19 namespace check2 { namespace
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p9.cpp 26 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
cwg1170.cpp 40 int check2[has_copy_constructor<HasDeletedCopy>::value? -1 : 1]; variable
  /external/clang/test/SemaObjCXX/
arc-libstdcxx.mm 7 int check2[std::__is_scalar<__autoreleasing id>::__value? -1 : 1];
  /external/stlport/test/unit/
num_put_get_test.cpp     [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp     [all...]
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp     [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p21.cpp 27 int check2[X<int(float, int)>::value == 0? 1 : -1]; // uses primary template variable
p9-0x.cpp 52 int check2[is_same<split_arrays<int[1], float[2], double[3]>::bounds_types, member in namespace:DeduceNonTypeTemplateArgsInArray
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
metafunctions.cpp 31 int check2[count<float, double>::value == 2? 1 : -1]; member in namespace:Count
50 int check2[count<float, double>::value == 2? 1 : -1]; member in namespace:CountWithPackExpansion
93 int check2[is_same<square_tuple<int_tuple<1, 2, -3> >::type, member in namespace:Math
230 int check2[is_same<apply_each_nested<int, add_reference_meta, member in namespace:TemplateTemplateApply
255 int check2[Arity<int(float...)>::value == 1? 1 : -1]; member in namespace:FunctionTypes
deduction.cpp 49 int check2[int_values<3, 12, 3>::value == 1? 1 : -1]; member in namespace:DeductionWithConversion
partial-ordering.cpp 28 int check2[X1<tuple<int, int>>::value == 1? 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/clang/include/clang/StaticAnalyzer/Core/
Checker.h 367 template <typename CHECK1, typename CHECK2=check::_VoidCheck,
390 template <typename CHECK1, typename CHECK2, typename CHECK3, typename CHECK4,
396 public Checker<CHECK2, CHECK3, CHECK4, CHECK5, CHECK6, CHECK7, CHECK8,
403 Checker<CHECK2, CHECK3, CHECK4, CHECK5, CHECK6, CHECK7, CHECK8,
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLInputElement01.html 36 <INPUT ID="input5" TYPE="CHECKBOX" NAME="Check2" TABINDEX="11" VALUE="AfterNoon" ONCLICK="newId(this)"/>Afternoon
HTMLInputElement02.html 36 <INPUT ID="input5" TYPE="CHECKBOX" NAME="Check2" TABINDEX="11" VALUE="AfterNoon" ONCLICK="newId(this)"/>Afternoon
HTMLInputElement03.html 36 <INPUT ID="input5" TYPE="CHECKBOX" NAME="Check2" TABINDEX="11" VALUE="AfterNoon" ONCLICK="newId(this)"/>Afternoon
HTMLInputElement04.html 36 <INPUT ID="input5" TYPE="CHECKBOX" NAME="Check2" TABINDEX="11" VALUE="AfterNoon" ONCLICK="newId(this)"/>Afternoon
HTMLInputElement05.html 36 <INPUT ID="input5" TYPE="CHECKBOX" NAME="Check2" TABINDEX="11" VALUE="AfterNoon" ONCLICK="newId(this)"/>Afternoon
HTMLInputElement06.html 36 <INPUT ID="input5" TYPE="CHECKBOX" NAME="Check2" TABINDEX="11" VALUE="AfterNoon" ONCLICK="newId(this)"/>Afternoon
HTMLInputElement07.html 36 <INPUT ID="input5" TYPE="CHECKBOX" NAME="Check2" TABINDEX="11" VALUE="AfterNoon" ONCLICK="newId(this)"/>Afternoon

Completed in 1159 milliseconds

1 2 3