Home
last modified time | relevance | path

Searched defs:statics (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBBlock.cpp297 LLDB_INSTRUMENT_VA(this, target, arguments, locals, statics); in GetVariables() argument
243 GetVariables(lldb::SBFrame & frame,bool arguments,bool locals,bool statics,lldb::DynamicValueType use_dynamic) GetVariables() argument
H A DSBVariablesOptions.cpp154 void SBVariablesOptions::SetIncludeStatics(bool statics) { in SetIncludeStatics()
H A DSBFrame.cpp728 GetVariables(bool arguments,bool locals,bool statics,bool in_scope_only) GetVariables() argument
758 GetVariables(bool arguments,bool locals,bool statics,bool in_scope_only,lldb::DynamicValueType use_dynamic) GetVariables() argument
789 const bool statics = options.GetIncludeStatics(); GetVariables() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3833 llvm::Constant *statics = NULLPtr; ModuleInitFunction() local
/llvm-project/clang/test/SemaCXX/
H A Duninitialized.cpp700 namespace statics { global() namespace