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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/util/
MutabilityControl.java 26 /** whether this instance is mutable */
27 private boolean mutable; field in class:MutabilityControl
30 * Constructs an instance. It is initially mutable.
33 mutable = true;
39 * @param mutable {@code true} iff this instance is mutable
41 public MutabilityControl(boolean mutable) {
42 this.mutable = mutable;
49 mutable = false
    [all...]
  /dalvik/dx/src/com/android/dx/util/
MutabilityControl.java 26 /** whether this instance is mutable */
27 private boolean mutable; field in class:MutabilityControl
30 * Constructs an instance. It is initially mutable.
33 mutable = true;
39 * @param mutable {@code true} iff this instance is mutable
41 public MutabilityControl(boolean mutable) {
42 this.mutable = mutable;
49 mutable = false
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p10.cpp 7 mutable const int f0; // expected-error{{'mutable' and 'const' cannot be mixed}}
8 mutable T0 f1; // expected-error{{'mutable' and 'const' cannot be mixed}}
9 mutable int &f2; // expected-error{{'mutable' cannot be applied to references}}
10 mutable T1 f3; // expected-error{{'mutable' cannot be applied to references}}
11 mutable struct s1 {}; // expected-error{{'mutable' can only be applied to member variables}
    [all...]
  /external/clang/test/Parser/
cxx1z-constexpr-lambdas.cpp 7 auto XL1 = [] () mutable
8 mutable //expected-error{{cannot appear multiple times}}
9 mutable { }; //expected-error{{cannot appear multiple times}}
12 auto XL2 = [] () constexpr mutable constexpr { }; //expected-error{{cannot appear multiple times}}
13 auto L = []() mutable constexpr { };
15 auto L4 = []() constexpr mutable { };
17 mutable
19 mutable //expected-error{{cannot appear multiple times}}
20 mutable //expected-error{{cannot appear multiple times}}
26 auto L = []() mutable constexpr {return 0; }; //expected-warning{{is a C++1z extension}
    [all...]
cxx0x-lambda-expressions.cpp 21 [&] (int) mutable -> void {};
30 [] mutable -> int { return 0; }; // expected-error{{lambda requires '()' before 'mutable'}}
63 [n(0)] () mutable -> int { return ++n; }; // expected-warning{{extension}}
65 [n = 0] { return ++n; }; // expected-error {{captured by copy in a non-mutable}} expected-warning{{extension}}
80 mutable {}; // expected-error {{expected body of lambda expression}}
84 []() mutable [[]] -> void {};
85 []() mutable noexcept [[]] -> void {};
88 // before the mutable specifier instead of after (unlike C++11).
89 []() __attribute__((noreturn)) mutable { while(1); }
    [all...]
  /external/webrtc/webrtc/base/
thread_checker_impl.h 40 mutable CriticalSection lock_;
41 // This is mutable so that CalledOnValidThread can set it.
43 mutable PlatformThreadRef valid_thread_;
  /external/clang/test/CodeGenCXX/
static-mutable.cpp 4 mutable int n;
  /external/libchrome/base/threading/
thread_checker_impl.h 36 mutable base::Lock lock_;
37 // This is mutable so that CalledOnValidThread can set it.
39 mutable PlatformThreadRef valid_thread_id_;
  /external/libchrome/base/
sequence_checker_impl.h 39 mutable Lock lock_;
43 mutable bool sequence_token_assigned_;
45 mutable SequencedWorkerPool::SequenceToken sequence_token_;
  /external/clang/test/CXX/class/class.local/
p1-0x.cpp 10 (void)[]() mutable {
  /frameworks/av/media/libcpustats/include/cpustats/
CentralTendencyStatistics.h 66 mutable double mVariance;
67 mutable unsigned mVarianceKnownForN;
70 mutable double mStddev;
71 mutable unsigned mStddevKnownForN;
  /external/webrtc/webrtc/system_wrappers/source/
trace_posix.h 31 volatile mutable uint32_t prev_api_tick_count_;
32 volatile mutable uint32_t prev_tick_count_;
trace_win.h 30 volatile mutable uint32_t prev_api_tick_count_;
31 volatile mutable uint32_t prev_tick_count_;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LibCallSemantics.h 129 mutable void *Impl;
130 mutable const LibCallLocationInfo *Locations;
131 mutable unsigned NumLocations;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 41 mutable std::unique_ptr<MachineBlockFrequencyInfo> OwnedMBFI;
44 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI;
47 mutable std::unique_ptr<MachineDominatorTree> OwnedMDT;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 41 mutable std::unique_ptr<MachineBlockFrequencyInfo> OwnedMBFI;
44 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI;
47 mutable std::unique_ptr<MachineDominatorTree> OwnedMDT;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 41 mutable std::unique_ptr<MachineBlockFrequencyInfo> OwnedMBFI;
44 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI;
47 mutable std::unique_ptr<MachineDominatorTree> OwnedMDT;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 41 mutable std::unique_ptr<MachineBlockFrequencyInfo> OwnedMBFI;
44 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI;
47 mutable std::unique_ptr<MachineDominatorTree> OwnedMDT;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 41 mutable std::unique_ptr<MachineBlockFrequencyInfo> OwnedMBFI;
44 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI;
47 mutable std::unique_ptr<MachineDominatorTree> OwnedMDT;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 41 mutable std::unique_ptr<MachineBlockFrequencyInfo> OwnedMBFI;
44 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI;
47 mutable std::unique_ptr<MachineDominatorTree> OwnedMDT;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 41 mutable std::unique_ptr<MachineBlockFrequencyInfo> OwnedMBFI;
44 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI;
47 mutable std::unique_ptr<MachineDominatorTree> OwnedMDT;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 41 mutable std::unique_ptr<MachineBlockFrequencyInfo> OwnedMBFI;
44 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI;
47 mutable std::unique_ptr<MachineDominatorTree> OwnedMDT;
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p15-star-this-capture.cpp 15 const auto &M3 = [*this] () mutable -> auto&& { //expected-error{{call to deleted}}
  /external/clang/test/SemaCXX/
ms_mutable_reference_member.cpp 4 mutable int &a; // expected-warning {{'mutable' on a reference type is a Microsoft extension}}
  /frameworks/rs/
rsProgramBase.h 36 mutable bool mDirty;

Completed in 1093 milliseconds

1 2 3 4 5 6 7 8 91011>>