OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable
(Results
701 - 725
of
1473
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/clang/lib/StaticAnalyzer/Checkers/
BoolAssignmentChecker.cpp
26
mutable
std::unique_ptr<BuiltinBug> BT;
CastSizeChecker.cpp
26
mutable
std::unique_ptr<BuiltinBug> BT;
ExprInspectionChecker.cpp
21
mutable
std::unique_ptr<BugType> BT;
/external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp
143
namespace
Mutable
{
156
mutable
A a; // expected-note {{deleted because field 'a' has a deleted copy constructor}}
p23-cxx11.cpp
178
namespace
Mutable
{
187
mutable
AmbiguousCopyAssign a; // expected-note {{multiple copy assignment operators}}
190
template struct CopyAssign<
Mutable
::X>;
191
template struct CopyAssign<
Mutable
::Y>; // expected-note {{here}}
/external/clang/test/FixIt/
fixit-cxx0x.cpp
60
(void)[]
mutable
{ }; // expected-error{{lambda requires '()' before '
mutable
'}}
/external/clang/test/OpenMP/
parallel_firstprivate_messages.cpp
13
mutable
int a;
parallel_for_copyin_messages.cpp
12
mutable
int a;
parallel_sections_shared_messages.cpp
13
mutable
int a;
parallel_shared_messages.cpp
13
mutable
int a;
sections_private_messages.cpp
13
mutable
int a;
single_private_messages.cpp
13
mutable
int a;
/external/deqp/executor/
xeTcpIpLink.hpp
59
mutable
de::Mutex m_lock;
/external/deqp/modules/egl/
teglTestCase.hpp
90
mutable
GLLibraryMap m_glLibraries; //!< GL library cache.
/external/gtest/include/gtest/internal/
gtest-linked_ptr.h
132
mutable
linked_ptr_internal const* next_;
/external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
fill_n.pass.cpp
64
mutable
int i;
/external/lldb/examples/summaries/cocoa/
CFString.py
179
return self.valobj.CreateValueFromExpression("
mutable
",
180
str(int(self.
mutable
)));
202
#print '
mutable
= ' + str(self.
mutable
)
207
if self.
mutable
== True:
211
self.
mutable
== False:
227
if name == "
mutable
":
316
self.
mutable
= self.is_mutable();
/external/lldb/include/lldb/Core/
DataEncoder.h
449
mutable
lldb::DataBufferSP m_data_sp; ///< The shared pointer to data that can be shared among multilple instances
ThreadSafeSTLMap.h
173
mutable
Mutex m_mutex;
/external/lldb/include/lldb/Host/
FileSpec.h
681
mutable
bool m_is_resolved; ///< True if this path has been resolved.
/external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.h
223
mutable
bool m_dumped_to_log;
/external/llvm/include/llvm/Analysis/
IVUsers.h
116
mutable
ilist_node<IVStrideUse> Sentinel;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-linked_ptr.h
132
mutable
linked_ptr_internal const* next_;
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-linked_ptr.h
132
mutable
linked_ptr_internal const* next_;
/external/oprofile/libpp/
arrange_profiles.h
220
mutable
image_error error;
Completed in 2091 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>