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

1 2 3 4 5

  /external/clang/test/FixIt/
fixit-c90.c 15 enum e0 { enum
  /external/clang/test/CodeGen/
openmp_default_simd_align.c 3 enum e0 { E0 }; enum
5 enum e0 a:31;
alignof.c 4 enum e0 { E0 }; enum
6 enum e0 a:31;
2007-04-11-PR1321.c 4 unsigned int e0 : 17; member in struct:X
  /external/clang/test/SemaTemplate/
template-decl-fail.cpp 9 enum e0 {}; enum
10 template<int x> enum e0 f0(int a=x) {}
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
ctor_engine_move.pass.cpp 26 Engine e0 = e; local
27 Adaptor a(std::move(e0));
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cosl.c 54 int e0; local
75 e0 = __ieee754_rem_pio2l(x, y);
79 switch (e0 & 3) {
s_sinl.c 49 int e0, s; local
73 e0 = __ieee754_rem_pio2l(x, y);
77 switch (e0 & 3) {
s_tanl.c 55 int e0, s; local
79 e0 = __ieee754_rem_pio2l(x, y);
83 switch (e0 & 3) {
  /external/libcxx/test/std/language.support/support.exception/except.nested/
assign.pass.cpp 33 std::nested_exception e0; local
35 e = e0;
47 std::nested_exception e0;
49 e = e0;
ctor_copy.pass.cpp 33 std::nested_exception e0; local
34 std::nested_exception e = e0;
46 std::nested_exception e0;
47 std::nested_exception e = e0;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/
assign.pass.cpp 31 std::nested_exception e0; local
33 e = e0;
44 std::nested_exception e0;
46 e = e0;
ctor_copy.pass.cpp 31 std::nested_exception e0; local
32 std::nested_exception e = e0;
43 std::nested_exception e0;
44 std::nested_exception e = e0;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.exception/except.nested/
assign.pass.cpp 32 std::nested_exception e0; local
34 e = e0;
45 std::nested_exception e0;
47 e = e0;
ctor_copy.pass.cpp 32 std::nested_exception e0; local
33 std::nested_exception e = e0;
44 std::nested_exception e0;
45 std::nested_exception e = e0;
  /external/jemalloc/test/integration/
thread_tcache_enabled.c 16 bool e0, e1; local
19 if ((err = mallctl("thread.tcache.enabled", (void *)&e0, &sz, NULL,
29 if (e0) {
31 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz,
33 assert_true(e0, "tcache should be enabled");
37 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz,
39 assert_false(e0, "tcache should be disabled");
42 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz,
44 assert_true(e0, "tcache should be enabled");
47 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz
    [all...]
  /external/modp_b64/
modp_b64_data.h 6 static const char e0[256] = { variable

Completed in 5641 milliseconds

1 2 3 4 5