/external/clang/test/CodeGen/ |
object-size.c | 65 // CHECK-LABEL: define void @test8 66 void test8() { function
|
init.c | 64 char test8(int X) { function 67 // CHECK: @test8(
|
/external/clang/test/CodeGenCXX/ |
ctor-dtor-alias.cpp | 120 namespace test8 { namespace
|
new-overflow.cpp | 162 namespace test8 { namespace 186 // test8 with an unsigned type.
|
nrvo.cpp | 189 X test8(bool b) { function
|
unknown-anytype.cpp | 78 struct Test8 { 84 void Test8::test() { 95 void test8(Test8 *p) { function
|
arm.cpp | 321 namespace test8 { namespace
|
blocks.cpp | 217 namespace test8 {
|
microsoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp | 222 namespace test8 { namespace 233 // CHECK-LABEL: VFTable for 'test8::A' in 'test8::X' (2 entries). 234 // CHECK-NEXT: 0 | void test8::A::f() 235 // CHECK-NEXT: 1 | void test8::X::h() 237 // CHECK-LABEL: VFTable for 'test8::A' in 'test8::B' in 'test8::X' (2 entries). 238 // CHECK-NEXT: 0 | void test8::A::f() 239 // CHECK-NEXT: 1 | void test8::B::g( [all...] |
/external/clang/test/Parser/ |
char-literal-printing.c | 14 wchar_t test8(void) { return L'\b'; } function
|
declarators.c | 59 struct xyz test8() { return a; } // a should be be marked invalid, no diag. function
|
switch-recovery.cpp | 89 int test8( foo x ) { function
|
/external/clang/test/Sema/ |
asm.c | 89 void test8(int i) { function
|
c89.c | 44 void test8(int, x); /* expected-warning {{declaration specifier missing, defaulting to 'int'}} */
|
statements.c | 24 int test8[({10;})]; // expected-error {{statement expression not allowed at file scope}}
|
block-return.c | 139 enum Test8 { T8_a, T8_b, T8_c }; 140 void test8(void) { 146 test8_helper2(^(int flag) { if (flag) return T8_a; return T8_b; }); // expected-error {{passing 'enum Test8 (^)(int)' to parameter of type 'char (^)(int)'}}
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-70066.js | 118 function test8() { function 122 assertEquals(true, test8(), "test8"); 123 assertThrows("x", "test8"); // Global x should be deleted.
|
regress-969.js | 106 function test8(index) { return first((o[index] = 1, typeof x8), 2); } function 107 assertEquals('number', test8()); 109 assertEquals('undefined', test8());
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
p2.cpp | 127 namespace test8 { namespace
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
p6.cpp | 82 only<int (S::*)> test8 = p8; local
|
/external/clang/test/SemaCXX/ |
ast-print.cpp | 66 template <typename T> void test8(T t) { t.~T(); } function
|
references.cpp | 80 void test8(int& const,// expected-error{{'const' qualifier may not be applied to a reference}} function
|
warn-unused-filescoped.cpp | 197 namespace test8 { namespace
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
simple-bailouts.js | 75 Test.prototype.test8 = function () { 124 t.test8();
|
/external/chromium_org/v8/test/mjsunit/ |
debug-stepout-scope-part1.js | 129 function test8() { function 133 test8();
|