HomeSort by relevance Sort by last modified time
    Searched refs:test0 (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/clang/test/Sema/
conditional-expr.c 38 unsigned long test0 = 5; local
39 test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long' to 'unsigned long'}}
40 test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
41 test0 = test0 ? (short) test0 : test0; // expected-warning {{operand of ? changes signedness: 'short' to (…)
    [all...]
conversion-64-32.c 3 int test0(long v) { function
  /external/llvm/test/MC/AsmParser/
macros-parsing.s 4 .macro .test0
9 .test0
12 .test0
14 // CHECK-ERRORS: macro '.test0' is already defined
15 .macro .test0
macros.s 4 .macro .test0
8 .test0
16 // CHECK-ERRORS-NEXT: .test0
  /external/clang/test/CodeGen/
kr-call.c 7 void test0() { function
unwind-attr.c 6 // CHECK: define [[INT:i.*]] @test0() {
7 // CHECK-NOEXC: define [[INT:i.*]] @test0() nounwind {
8 int test0(void) { function
volatile-2.c 3 void test0() { function
4 // CHECK: define void @test0()
asm_arm.c 3 void test0(void) { function
  /external/clang/test/SemaCXX/
overload-0x.cpp 3 namespace test0 { namespace
4 struct A { // expected-note {{candidate function (the implicit copy assignment operator) not viable: 'this' argument has type 'const test0::A', but method is not marked const}} expected-note {{candidate function (the implicit move assignment operator) not viable: 'this' argument has type 'const test0::A', but method is not marked const}}
5 A &operator=(void*); // expected-note {{candidate function not viable: 'this' argument has type 'const test0::A', but method is not marked const}}
warn-string-conversion.cpp 6 void test0() { function
unknown-anytype.cpp 3 namespace test0 { namespace
4 extern __unknown_anytype test0;
40 extern __unknown_anytype test0(...);
44 void (*fn)(int) = (void(*)(int)) test0;
conditional-expr.cpp 182 unsigned long test0 = 5; local
183 test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long' to 'unsigned long'}}
184 test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
185 test0 = test0 ? (short) test0 : test0; // expected-warning {{operand of ? changes signedness: 'short' to (…)
    [all...]
cxx0x-return-init-list.cpp 8 int test0(int i) { function
no-exceptions.cpp 7 namespace test0 { namespace
  /external/clang/test/CXX/class.access/class.friend/
p11.cpp 4 namespace test0 { namespace
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p13.cpp 12 namespace test0 { namespace
17 Opaque0 test0(int*);
24 using Base::test0;
25 Opaque1 test0(const int*);
37 void test0() { function in namespace:test0
38 Opaque0 a = Derived().test0((int*) 0);
39 Opaque1 b = Derived().test0((const int*) 0);
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p3.cpp 5 namespace test0 { namespace
  /external/clang/test/CodeGenCXX/
varargs.cpp 5 namespace test0 { namespace
vla.cpp 4 void test0(void *array, int n) { function
exceptions-no-rtti.cpp 10 namespace test0 { namespace
34 void test0() { function in namespace:test1
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
p1.cpp 12 struct test0 {}; struct in namespace:ns0::ns1
32 test0 a;
  /external/clang/test/SemaTemplate/
temp_arg.cpp 15 namespace test0 { namespace
18 bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifier 'tee'}}
  /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.def/namespace.unnamed/
p1.cpp 7 void test0() { i++; } function
  /external/clang/test/CXX/temp/temp.spec/temp.inst/
p11.cpp 4 namespace test0 { namespace

Completed in 464 milliseconds

1 2 3 4 5 6