HomeSort by relevance Sort by last modified time
    Searched full:test0 (Results 51 - 75 of 412) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaObjCXX/
exceptions.mm 5 namespace test0 {
exceptions-fragile.mm 6 namespace test0 {
  /external/llvm/test/MC/AsmParser/
directive_abort.s 5 TEST0:
directive_include.s 4 # CHECK: TEST0:
directive_ascii.s 4 # CHECK: TEST0:
5 TEST0:
directive_lcomm.s 5 # CHECK: TEST0:
12 TEST0:
  /external/clang/test/CodeGenObjC/
stret_lookup.m 9 @interface Test0
12 void test0(void) {
16 t = [Test0 test];
21 // HASSTRET-LABEL: define void @test0()
26 // NOSTRET-LABEL: define void @test0()
arc-block-copy-escape.m 9 void test0(int i) {
11 // CHECK-LABEL: define void @test0(
gc.m 3 void test0(void) {
7 // CHECK-LABEL: define void @test0()
arc-no-runtime.m 5 void test0() {
  /external/clang/test/CodeGen/
restrict.c 5 // CHECK: define void @test0(i32* %{{.*}}, i32 %{{.*}})
6 void test0(int *x, int y) { function
unwind-attr.c 6 // CHECK: define [[INT:i.*]] @test0() [[TF:#[0-9]+]] {
7 // CHECK-NOEXC: define [[INT:i.*]] @test0() [[NUW:#[0-9]+]] {
8 int test0(void) { function
  /external/clang/test/CodeGenObjCXX/
unknown-anytype.mm 6 void test0(A *a) {
7 (void) [a test0: (float) 2.0];
  /external/clang/test/SemaObjC/
debugger-support.m 4 void test0(id x) {
7 // CHECK: define void @test0(
  /external/clang/test/SemaTemplate/
instantiate-attr.cpp 24 int test0[sizeof(type) == 4 ? 1 : -1]; member in namespace:test1
35 int test0[sizeof(fastscriptmember<int>) == 5 ? 1 : -1]; member in namespace:test2
temp_arg.cpp 15 namespace test0 { namespace
18 bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifier 'tee'}}
  /external/llvm/test/CodeGen/ARM/
setcc-sentinals.ll 3 define zeroext i1 @test0(i32 %x) nounwind {
4 ; CHECK-LABEL: test0:
eh-resume-darwin.ll 8 define void @test0() {
  /external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.list/
p6.cpp 4 namespace test0 { namespace
  /external/clang/test/CXX/temp/temp.spec/temp.inst/
p11.cpp 4 namespace test0 { namespace
  /external/clang/test/CodeGenCXX/
conditional-expr-lvalue.cpp 10 namespace test0 { namespace
  /external/clang/test/CXX/class/class.mem/
p2.cpp 13 namespace test0 { namespace
14 struct A { // expected-note {{definition of 'test0::A' is not complete until the closing '}'}}
15 A x; // expected-error {{field has incomplete type 'test0::A'}}
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp 10 namespace Test0 {
18 void test0() { function in namespace:Test0::A
26 using Test0::foo;
41 class Test0::foo b;
42 test<2> _2 = (foo)(b); // expected-error {{no viable conversion from 'class Test0::foo' to 'class ::foo'}}
  /external/clang/test/Driver/
rewrite-legacy-objc.m 2 // RUN: FileCheck -check-prefix=TEST0 %s
3 // TEST0: clang{{.*}}" "-cc1"
4 // TEST0: "-rewrite-objc"
6 // TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fencode-extended-block-signature" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fdiagnostics-show-option"
7 // TEST0: rewrite-legacy-objc.m"
  /external/libcxx/test/containers/sequences/vector/vector.cons/
construct_default.pass.cpp 24 test0() function
51 test0<std::vector<int> >();
52 test0<std::vector<NotConstructible> >();
63 test0<std::vector<int, min_allocator<int>> >();
64 test0<std::vector<NotConstructible, min_allocator<NotConstructible>> >();

Completed in 3045 milliseconds

1 23 4 5 6 7 8 91011>>