Home
last modified time | relevance | path

Searched refs:statics (Results 1 – 21 of 21) sorted by relevance

/external/lldb/source/API/
DSBBlock.cpp260 bool statics, in GetVariables() argument
285 add_variable = statics; in GetVariables()
321 bool statics) in GetVariables() argument
347 add_variable = statics; in GetVariables()
DSBFrame.cpp1053 bool statics, in GetVariables() argument
1063 value_list = GetVariables (arguments, locals, statics, in_scope_only, use_dynamic); in GetVariables()
1071 bool statics, in GetVariables() argument
1088 statics, in GetVariables()
1118 add_variable = statics; in GetVariables()
/external/lldb/include/lldb/API/
DSBBlock.h76 bool statics,
83 bool statics);
DSBFrame.h149 bool statics,
155 bool statics,
/external/lldb/scripts/Python/interface/
DSBFrame.i191 bool statics,
197 bool statics,
341 …if _newclass: statics = property(get_statics, None, doc='''A read only property that returns a lis…
DSBBlock.i97 bool statics,
104 bool statics);
/external/lldb/examples/python/
Dcmdtemplate.py54 …variables_list = frame.GetVariables(options.arguments, options.locals, options.statics, options.in…
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
Dapiviewer.js175statics:{}};}var bb;var Y=null;qx.Bootstrap.setDisplayNames(V.statics,name);if(V.members||V.extend… property
/external/sfntly/
DAndroid.mk143 -fno-threadsafe-statics \
224 -fno-threadsafe-statics \
/external/clang/docs/
DMSVCCompatibility.rst91 * Thread-safe initialization of local statics: :none:`Unstarted`. We are ABI
92 compatible with MSVC 2013, which does not support thread-safe local statics.
93 MSVC "14" changed the ABI to make initialization of local statics thread safe,
/external/skia/site/dev/contrib/
Dc++11.md16 - Local statics are not thread safe.
/external/jsoncpp/src/lib_json/
Djson_internalarray.inl156 arrayAllocator(); // ensure arrayAllocator() statics are initialized before main().
Djson_internalmap.inl152 mapAllocator(); // ensure mapAllocator() statics are initialized before main().
/external/v8/build/
Dstandalone.gypi375 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
/external/google-breakpad/src/build/
Dcommon.gypi574 '-fno-threadsafe-statics',
851 'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
/external/llvm/test/DebugInfo/X86/
Dgnu-public-names.ll204 ; GCC Doesn't put local statics in pubnames, but it seems not unreasonable and
/external/clang/test/
Dcxx-sections.data815 22.3.1.5 [locale.statics]
832 22.4.1.3.3 [facet.ctype.char.statics]
/external/clang/test/SemaCXX/
Duninitialized.cpp700 namespace statics { namespace
/external/clang/include/clang/Driver/
DOptions.td811 def fno_threadsafe_statics : Flag<["-"], "fno-threadsafe-statics">, Group<f_Group>,
812 …Flags<[CC1Option]>, HelpText<"Do not emit code to make initialization of local statics thread safe…
972 def fthreadsafe_statics : Flag<["-"], "fthreadsafe-statics">, Group<f_Group>;
/external/jetty/
DVERSION.txt3389 + Refactored ErrorHandler to avoid statics
3435 + Refactored ErrorHandler to avoid statics
/external/lldb/www/python_reference/
Dapi-objects.txt2996 lldb.SBFrame.statics lldb.SBFrame-class.html#statics