HomeSort by relevance Sort by last modified time
    Searched refs:constexpr (Results 201 - 225 of 282) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaCXX/
cxx98-compat.cpp 145 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++98}}
286 static constexpr double d = 0.0; // expected-warning {{static data member 'd' in union is incompatible with C++98}} expected-warning {{'constexpr' specifier is incompatible with C++98}}
nullptr.cpp 186 constexpr int null() { return 0; }
cxx1y-deduced-return-type.cpp 263 namespace Constexpr {
264 constexpr auto f1(int n) { return n; }
266 constexpr auto f2(int n) { return nl; } // expected-error {{return type 'Constexpr::NonLiteral' is not a literal type}}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_pair.h 75 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t();
112 constexpr pair(const pair&) = default;
shared_ptr_base.h 447 constexpr __shared_count() : _M_pi(0) // nothrow
640 constexpr __weak_count() : _M_pi(0) // nothrow
756 constexpr __shared_ptr()
864 constexpr __shared_ptr(nullptr_t)
    [all...]
atomic_2.h 143 constexpr __atomic_base(__int_type __i): _M_i (__i) { }
458 constexpr __atomic_base(__pointer_type __p): _M_p (__p) { }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_pair.h 75 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t();
112 constexpr pair(const pair&) = default;
shared_ptr_base.h 447 constexpr __shared_count() : _M_pi(0) // nothrow
640 constexpr __weak_count() : _M_pi(0) // nothrow
756 constexpr __shared_ptr()
864 constexpr __shared_ptr(nullptr_t)
    [all...]
atomic_2.h 143 constexpr __atomic_base(__int_type __i): _M_i (__i) { }
458 constexpr __atomic_base(__pointer_type __p): _M_p (__p) { }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_pair.h 75 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t();
112 constexpr pair(const pair&) = default;
shared_ptr_base.h 447 constexpr __shared_count() : _M_pi(0) // nothrow
640 constexpr __weak_count() : _M_pi(0) // nothrow
756 constexpr __shared_ptr()
864 constexpr __shared_ptr(nullptr_t)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_pair.h 75 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t();
112 constexpr pair(const pair&) = default;
shared_ptr_base.h 447 constexpr __shared_count() : _M_pi(0) // nothrow
640 constexpr __weak_count() : _M_pi(0) // nothrow
756 constexpr __shared_ptr()
864 constexpr __shared_ptr(nullptr_t)
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 64 constexpr bool kUseRecursiveMark = false;
65 constexpr bool kUseMarkStackPrefetch = true;
66 constexpr size_t kSweepArrayChunkFreeSize = 1024;
69 constexpr bool kParallelCardScan = true;
70 constexpr bool kParallelRecursiveMark = true;
75 constexpr size_t kMinimumParallelMarkStackSize = 128;
76 constexpr bool kParallelProcessMarkStack = true;
79 constexpr bool kCountClassesMarked = false;
80 constexpr bool kProfileLargeObjects = false;
81 constexpr bool kMeasureOverhead = false
    [all...]
  /art/runtime/gc/space/
space.h 49 static constexpr bool kDebugSpaces = kIsDebugBuild;
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 121 for (constexpr int a : A()) {} // expected-error {{loop variable 'a' may not be declared 'constexpr'}}
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p4.cpp 87 constexpr T t(args...);
  /external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp 19 constexpr A() : n(true) {}
  /art/runtime/
utils.h 292 static constexpr inline uint64_t NsToMs(uint64_t ns) {
297 static constexpr inline uint64_t MsToNs(uint64_t ns) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
suffix.hpp 880 // constexpr workarounds
886 #define BOOST_CONSTEXPR constexpr
887 #define BOOST_CONSTEXPR_OR_CONST constexpr
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 446 constexpr __shared_count() noexcept : _M_pi(0)
647 constexpr __weak_count() noexcept : _M_pi(0)
765 constexpr __shared_ptr() noexcept
874 constexpr __shared_ptr(nullptr_t) noexcept
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h 446 constexpr __shared_count() noexcept : _M_pi(0)
647 constexpr __weak_count() noexcept : _M_pi(0)
765 constexpr __shared_ptr() noexcept
874 constexpr __shared_ptr(nullptr_t) noexcept
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
shared_ptr_base.h 443 constexpr __shared_count() noexcept : _M_pi(0)
644 constexpr __weak_count() noexcept : _M_pi(0)
762 constexpr __shared_ptr() noexcept
863 constexpr __shared_ptr(nullptr_t) noexcept
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++config.h 91 // Macro for constexpr, to support in mixed 03/0x mode.
94 # define _GLIBCXX_CONSTEXPR constexpr
95 # define _GLIBCXX_USE_CONSTEXPR constexpr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h 91 // Macro for constexpr, to support in mixed 03/0x mode.
94 # define _GLIBCXX_CONSTEXPR constexpr
95 # define _GLIBCXX_USE_CONSTEXPR constexpr
    [all...]

Completed in 3023 milliseconds

1 2 3 4 5 6 7 891011>>