OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutable
(Results
451 - 475
of
1473
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/lib/StaticAnalyzer/Checkers/
PointerSubChecker.cpp
28
mutable
std::unique_ptr<BuiltinBug> BT;
ReturnPointerRangeChecker.cpp
28
mutable
std::unique_ptr<BuiltinBug> BT;
UndefinedAssignmentChecker.cpp
27
mutable
std::unique_ptr<BugType> BT;
/external/clang/test/Analysis/
malloc.cpp
16
mutable
void* m_data;
/external/clang/test/CodeGenCXX/
anonymous-union-member-initializer.cpp
122
mutable
char fibers[100];
/external/clang/test/OpenMP/
parallel_copyin_messages.cpp
12
mutable
int a;
/external/clang/test/Parser/
cxx-class.cpp
32
mutable
int mi;
/external/clang/test/SemaTemplate/
instantiate-field.cpp
11
mutable
T x2; // expected-error{{data member instantiated with function type}}
/external/compiler-rt/lib/tsan/rtl/
tsan_clock.h
50
mutable
Vector<ClockElem> clk_;
/external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h
439
mutable
LUMatrixType m_l;
440
mutable
LUMatrixType m_u;
441
mutable
IntColVectorType m_p;
442
mutable
IntRowVectorType m_q;
444
mutable
LUMatrixType m_matrix; // copy of the factorized matrix
445
mutable
SluMatrix m_sluA;
446
mutable
SuperMatrix m_sluL, m_sluU;
447
mutable
SluMatrix m_sluB, m_sluX;
448
mutable
SuperLUStat_t m_sluStat;
449
mutable
superlu_options_t m_sluOptions
[
all
...]
/external/lldb/include/lldb/Breakpoint/
BreakpointList.h
182
mutable
Mutex m_mutex;
BreakpointLocationList.h
262
mutable
Mutex m_mutex;
BreakpointSiteList.h
210
mutable
Mutex m_mutex;
/external/lldb/include/lldb/Core/
Error.h
306
mutable
std::string m_string; ///< A string representation of the error code.
Mangled.h
297
mutable
ConstString m_demangled; ///<
Mutable
so we can get it on demand with a const version of this object
/external/lldb/include/lldb/Target/
TargetList.h
231
mutable
Mutex m_target_list_mutex;
/external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugAbbrev.h
71
mutable
DWARFAbbreviationDeclarationCollMapConstIter m_prev_abbr_offset_pos;
/external/lldb/tools/debugserver/source/
DNBError.h
92
mutable
std::string m_str;
/external/llvm/include/llvm/CodeGen/
AsmPrinter.h
476
mutable
const MachineInstr *LastMI;
477
mutable
unsigned LastFn;
478
mutable
unsigned Counter;
479
mutable
unsigned SetCounter;
/external/llvm/include/llvm/IR/
ValueSymbolTable.h
126
mutable
uint32_t LastUnique; ///< Counter for tracking unique names
/external/llvm/include/llvm/MC/
MCAsmLayout.h
44
mutable
DenseMap<const MCSectionData*, MCFragment*> LastValidFragment;
MCSymbol.h
57
mutable
unsigned IsUsed : 1;
/external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.h
39
mutable
int CachedEStackSize;
/external/llvm/utils/TableGen/
X86DisassemblerTables.h
48
mutable
ModRMMapTy ModRMTable;
/external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.h
155
mutable
SkTDArray<PublicObjectEntry> fObjects;
Completed in 1355 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>