Searched defs:statics (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/source/API/ |
H A D | SBBlock.cpp | 297 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 D | SBVariablesOptions.cpp | 154 void SBVariablesOptions::SetIncludeStatics(bool statics) { in SetIncludeStatics()
|
H A D | SBFrame.cpp | 728 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 D | CGObjCGNU.cpp | 3833 llvm::Constant *statics = NULLPtr; ModuleInitFunction() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | uninitialized.cpp | 700 namespace statics { global() namespace
|