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

1 2 3 4 5 6

  /external/chromium_org/v8/test/webkit/
dfg-weak-js-constant-silent-fill.js 37 var Empty = "";
43 eval(Empty + "foo(o1, o2, o3, \"stuff\")");
dfg-put-by-id-prototype-check.js 33 var Empty = "";
45 eval(Empty + "foo(o, i)");
  /external/clang/test/CodeGenCXX/
empty-nontrivially-copyable.cpp 7 struct Empty;
9 struct Empty {
10 Empty(const Empty &e);
14 bool foo(Empty e) {
15 // CHECK: @_Z3foo5Empty(%struct.Empty* %e)
16 // CHECK: call {{.*}} @_ZN5Empty5checkEv(%struct.Empty* %e)
20 void caller(Empty &e) {
21 // CHECK: @_Z6callerR5Empty(%struct.Empty* %e)
22 // CHECK: call {{.*}} @_ZN5EmptyC1ERKS_(%struct.Empty* [[NEWTMP:%.*]], %struct.Empty
    [all...]
arm-vaarg.cpp 2 struct Empty {};
4 Empty emptyvar;
11 emptyvar = __builtin_va_arg(l, Empty);
14 // CHECK: [[EMPTY_PTR:%[a-zA-Z0-9._]+]] = bitcast i8* {{%[a-zA-Z0-9._]+}} to %struct.Empty*
20 // CHECK-NOT: load %struct.Empty* [[EMPTY_PTR]]
  /external/chromium_org/ppapi/tests/
test_empty.cc 8 REGISTER_TEST_CASE(Empty);
  /external/clang/test/CodeGen/
2009-03-08-ZeroEltStructCrash.c 3 struct Empty {};
2002-07-30-UnionTest.c 4 struct Empty {};
  /external/valgrind/unittest/output_tests/
fun_hist_test.cc 3 extern "C" { // TODO: make this line empty when ignore vs. mangling is fixed.
9 void Empty() {
14 Empty();
21 Empty();
29 } // TODO: make this line empty when ignore vs. mangling is fixed.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_empty.pass.cpp 34 class Empty
63 test_is_empty<Empty>();
is_nothrow_copy_constructible.pass.cpp 32 class Empty
55 test_is_nothrow_copy_constructible<Empty>();
is_nothrow_default_constructible.pass.cpp 34 class Empty
57 test_is_nothrow_default_constructible<Empty>();
is_nothrow_move_constructible.pass.cpp 32 class Empty
55 test_is_nothrow_move_constructible<Empty>();
has_virtual_destructor.pass.cpp 34 class Empty
66 test_has_not_virtual_destructor<Empty>();
is_abstract.pass.cpp 34 class Empty
66 test_is_not_abstract<Empty>();
is_copy_assignable.pass.cpp 28 class Empty
63 test_is_copy_assignable<Empty> ();
is_copy_constructible.pass.cpp 28 class Empty
66 test_is_copy_constructible<Empty>();
is_default_constructible.pass.cpp 34 class Empty
71 test_is_default_constructible<Empty>();
is_destructible.pass.cpp 34 class Empty
65 test_is_destructible<Empty>();
is_move_assignable.pass.cpp 28 class Empty
57 test_is_move_assignable<Empty> ();
is_move_constructible.pass.cpp 28 class Empty
73 test_is_move_constructible<Empty>();
is_nothrow_constructible.pass.cpp 47 class Empty
77 test_is_nothrow_constructible<Empty> ();
78 test_is_nothrow_constructible<Empty, const Empty&> ();
is_nothrow_copy_assignable.pass.cpp 28 class Empty
53 test_has_nothrow_assign<Empty>();
is_nothrow_destructible.pass.cpp 34 class Empty
74 test_is_nothrow_destructible<Empty>();
is_nothrow_move_assignable.pass.cpp 28 class Empty
53 test_has_nothrow_assign<Empty>();
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.cpp 34 TNodeBuffer::TNode* TNodeBuffer::TNode::Empty(TUint8* aBuffer)

Completed in 4162 milliseconds

1 2 3 4 5 6