Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBBlock.cpp233 bool locals, bool statics, in GetVariables()
287 bool locals, bool statics) { in GetVariables()
H A DSBVariablesOptions.cpp154 void SBVariablesOptions::SetIncludeStatics(bool statics) { in SetIncludeStatics()
H A DSBFrame.cpp728 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables()
758 bool statics, bool in_scope_only, in GetVariables()
789 const bool statics = options.GetIncludeStatics(); in GetVariables() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3724 llvm::Constant *statics = NULLPtr; in ModuleInitFunction() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Duninitialized.cpp700 namespace statics { namespace