HomeSort by relevance Sort by last modified time
    Searched refs:mutable (Results 276 - 300 of 1473) sorted by null

<<11121314151617181920>>

  /external/clang/lib/StaticAnalyzer/Checkers/
TaintTesterChecker.cpp 25 mutable std::unique_ptr<BugType> BT;
UndefinedArraySubscriptChecker.cpp 28 mutable std::unique_ptr<BugType> BT;
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p18.cpp 36 [=] () mutable {
p5.cpp 21 // followed by mutable.
27 auto ml = [=]() mutable{}; // expected-note{{method is not marked const}} \
  /external/clang/test/CodeGenCXX/
const-init.cpp 50 // global if it has a mutable member.
52 mutable int n;
  /external/compiler-rt/test/BlocksRuntime/
copyconstructor.C 30 mutable int _version;
reference.C 35 mutable int _version;
  /external/deqp/framework/platform/android/
tcuAndroidWindow.hpp 77 mutable de::Mutex m_stateLock;
  /external/deqp/modules/glshared/
glsRandomShaderProgram.hpp 63 mutable rsg::ExecutionContext m_execCtx;
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 229 mutable RealScalar m_error;
230 mutable int m_iterations;
231 mutable ComputationInfo m_info;
232 mutable bool m_isInitialized, m_analysisIsOk, m_factorizationIsOk;
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 228 mutable DenseMatrix m_V; // Krylov basis vectors
229 mutable DenseMatrix m_H; // Hessenberg matrix
230 mutable DenseMatrix m_Hes; // Initial hessenberg matrix wihout Givens rotations applied
231 mutable Index m_restart; // Maximum size of the Krylov subspace
232 mutable DenseMatrix m_U; // Vectors that form the basis of the invariant subspace
233 mutable DenseMatrix m_MU; // matrix operator applied to m_U (for next cycles)
234 mutable DenseMatrix m_T; /* T=U^T*M^{-1}*A*U */
235 mutable PartialPivLU<DenseMatrix> m_luT; // LU factorization of m_T
236 mutable int m_neig; //Number of eigenvalues to extract at each restart
237 mutable int m_r; // Current number of deflated eigenvalues, size of m_
    [all...]
  /external/icu/icu4c/source/common/
sharedobject.h 21 * If they are mutable, then they must implement their copy constructor
106 mutable u_atomic_int32_t refCount;
  /external/lldb/include/lldb/API/
SBExpressionOptions.h 84 mutable std::unique_ptr<lldb_private::EvaluateExpressionOptions> m_opaque_ap;
  /external/lldb/include/lldb/Core/
ThreadSafeValue.h 86 mutable Mutex m_mutex;
  /external/lldb/include/lldb/Host/
Terminal.h 247 mutable uint32_t m_currentState; ///< The currently active TTY state index.
  /external/lldb/include/lldb/Target/
SectionLoadList.h 81 mutable Mutex m_mutex;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDeclContext.h 106 mutable std::string m_qualified_name;
  /external/lldb/tools/debugserver/source/
DNBThreadResumeActions.h 98 mutable std::vector<bool> m_signal_handled;
TTYState.h 57 mutable uint32_t m_currentState;
  /external/llvm/include/llvm/MC/
MCDisassembler.h 110 // Marked mutable because we cache it inside the disassembler, rather than
112 mutable raw_ostream *CommentStream;
  /external/llvm/include/llvm/
PassRegistry.h 42 mutable sys::SmartRWMutex<true> Lock;
  /external/oprofile/libpp/
sample_container.h 72 * so mutable.
74 mutable samples_by_loc_t samples_by_loc;
  /external/skia/experimental/LightSymbolsUtil/lightsymbols/
helper.h 8 mutable int i;
  /external/skia/include/core/
SkWeakRefCnt.h 156 mutable int32_t fWeakCnt;
  /external/skia/include/gpu/
GrGpuObject.h 107 mutable int fDeferredRefCount; // How many references in deferred drawing buffers.

Completed in 1524 milliseconds

<<11121314151617181920>>