Searched defs:test7 (Results 1 - 25 of 116) sorted by relevance

12345

/external/clang/test/SemaCXX/
H A Dwarn-vla.cpp25 void test7(int n, T v[n]) { // expected-warning {{variable length array used}} function
H A Dattr-weak.cpp29 void test7() __attribute__((weak)) {} function in struct:Test7
H A Dundefined-inline.cpp36 namespace test7 { namespace
37 void f(); // expected-warning{{inline function 'test7::f' is not defined}}
/external/clang/test/CXX/class.access/class.friend/
H A Dp9-cxx0x.cpp104 namespace test7 { namespace
/external/clang/test/Parser/
H A Dstatements.c57 int test7() { function
/external/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s65 .macro test7 .a
70 test7 zed3 label
H A Dmacros-gas.s65 .macro test7 .a
70 test7 zed3 label
/external/v8/test/mjsunit/
H A Ddebug-stepout-scope-part1.js122 function test7() { function
126 test7();
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp11.cpp105 namespace test7 { namespace
107 using test7::foo;
/external/clang/test/CodeGen/
H A Dalias.c35 void test7() { test6(); } // test6 is emitted as extern. function
38 int test6() __attribute__((alias("test7")));
H A Dblocks-1.c63 void test7() { function
H A Dms-volatile.c46 void test7(volatile struct bar *p, volatile struct bar *q) { function
48 // CHECK-LABEL: @test7
H A Dswitch-dce.c112 // CHECK: @test7
119 void test7() { function
H A Dpacked-nest-unpacked.c61 unsigned test7() { function
62 // CHECK: @test7
/external/clang/test/CodeGenCXX/
H A Dassign-construct-memcpy.cpp82 void test7(const foo &x) { function
84 // CHECK-POD: test7
87 // CHECK-NONPOD: test7
H A Dnew-overflow.cpp139 namespace test7 { namespace
H A Dthrow-expressions.cpp85 void test7(bool cond) { function
97 cond ? throw test7 : val;
/external/clang/test/Sema/
H A Darm-neon-types.c44 extern inline uint8x8_t test7(uint8x8_t a, uint8x8_t b) { function
H A Dbuiltin-assume-aligned.c36 int test7(int *a) { function
H A Dscope-check.c49 void test7(int x) { function
H A Dwarn-shadow.c50 void test7(void *context, void (*callback)(void *context)) {} function
/external/compiler-rt/test/asan/TestCases/
H A Dstrtol_strict.c21 // RUN: %run %t test7 2>&1
22 // RUN: ASAN_OPTIONS=strict_string_checks=false %run %t test7 2>&1
23 // RUN: ASAN_OPTIONS=strict_string_checks=true not %run %t test7 2>&1 | FileCheck %s --check-prefix=CHECK7
74 void test7(char *array, char *endptr) { function
106 if (!strcmp(argv[1], "test7")) test7(array, endptr);
H A Dstrtoll_strict.c21 // RUN: %run %t test7 2>&1
22 // RUN: ASAN_OPTIONS=strict_string_checks=false %run %t test7 2>&1
23 // RUN: ASAN_OPTIONS=strict_string_checks=true not %run %t test7 2>&1 | FileCheck %s --check-prefix=CHECK7
74 void test7(char *array, char *endptr) { function
106 if (!strcmp(argv[1], "test7")) test7(array, endptr);
/external/v8/test/mjsunit/regress/
H A Dregress-969.js97 function test7() { return first((o.x++, typeof x7), 2); } function
98 assertEquals('number', test7());
100 assertEquals('undefined', test7());
/external/vogar/test/vogar/target/junit3/
H A DLongTest2.java57 public void test7() { method in class:LongTest2

Completed in 1392 milliseconds

12345