HomeSort by relevance Sort by last modified time
    Searched full:nonconst (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/test/Linker/
2005-02-12-ConstantGlobals-2.ll 2 ; to be nonconst.
2005-02-12-ConstantGlobals.ll 2 ; to be nonconst.
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p2.cpp 40 struct NonConst {
41 NonConst(NonConst&) = default;
42 NonConst& operator=(NonConst&) = default;
55 NonConst nc;
61 NonConst nc; // makes implicit copy non-const
  /external/clang/test/SemaCXX/
i-c-e-cxx.cpp 65 const int nonconst = 1.0; // expected-note {{declared here}} variable
66 int arr[nonconst]; // expected-warning {{folded to constant array as an extension}} expected-note {{initializer of 'nonconst' is not a constant expression}}
  /external/llvm/include/llvm/Support/
PointerLikeTypeTraits.h 53 typedef PointerLikeTypeTraits<T*> NonConst;
57 return NonConst::getAsVoidPointer(const_cast<T*>(P));
60 return NonConst::getFromVoidPointer(const_cast<void*>(P));
62 enum { NumLowBitsAvailable = NonConst::NumLowBitsAvailable };
  /external/clang/test/CXX/expr/expr.const/
p3-0x.cpp 4 int nonconst = 8; // expected-note 3 {{here}} variable
5 enum NonConstE : unsigned char { NCE = nonconst }; // expected-error {{enumerator value is not a constant expression}} expected-note {{read of non-const}}
6 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not a constant expression}} expected-note {{read of non-const}}
8 switch (nonconst) {
9 case nonconst: // expected-error {{case value is not a constant expression}} expected-note {{read of non-const}}
  /external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 50 struct NonConst {
51 NonConst(NonConst&);
59 NonConst NC;
76 NonConst NC;
  /external/llvm/include/llvm/ADT/
ilist.h 137 // Const traits are the same as nonconst traits...
181 // a nonconst iterator...
187 // a nonconst iterator...
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 390 TEST(PrintCStringTest, NonConst) {
427 TEST(PrintWideCStringTest, NonConst) {
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 390 TEST(PrintCStringTest, NonConst) {
427 TEST(PrintWideCStringTest, NonConst) {
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-printers_test.cc 390 TEST(PrintCStringTest, NonConst) {
427 TEST(PrintWideCStringTest, NonConst) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 156 // Template allows conversion from const to nonconst.
  /external/stlport/stlport/stl/
_rope.h 644 * Dereferencing a nonconst iterator has to return something
883 // Only nonconst iterators modify root ref count
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 644 * Dereferencing a nonconst iterator has to return something
883 // Only nonconst iterators modify root ref count
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rope 938 // Dereferencing a nonconst iterator has to return something
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
rope 940 // Dereferencing a nonconst iterator has to return something
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
rope 940 // Dereferencing a nonconst iterator has to return something
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
rope 938 // Dereferencing a nonconst iterator has to return something
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_rope.h 644 * Dereferencing a nonconst iterator has to return something
883 // Only nonconst iterators modify root ref count
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
rope 938 // Dereferencing a nonconst iterator has to return something
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_rope.h 644 * Dereferencing a nonconst iterator has to return something
883 // Only nonconst iterators modify root ref count
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
rope 938 // Dereferencing a nonconst iterator has to return something
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_rope.h 644 * Dereferencing a nonconst iterator has to return something
883 // Only nonconst iterators modify root ref count
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
rope 938 // Dereferencing a nonconst iterator has to return something
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
rope 940 // Dereferencing a nonconst iterator has to return something
    [all...]

Completed in 1718 milliseconds

1 2