/freebsd/contrib/bearssl/T0/ |
H A D | WordBuilder.cs | 45 Dictionary<string, int> locals; field in WordBuilder 63 locals = new Dictionary<string, int>(); in WordBuilder() 80 Word w = new WordInterpreted(TC, name, locals.Count, in Build() 213 if (locals.TryGetValue(lname, out lnum)) { in Call() 248 if (locals.TryGetValue(name, out lnum)) { in GetLocal() 262 if (locals.TryGetValue(name, out lnum)) { in PutLocal() 274 if (locals.ContainsKey(lname)) { in DefLocal() 278 locals[lname] = locals.Count; in DefLocal()
|
H A D | CPU.cs | 154 return rsp.locals[num]; in GetLocal() 162 rsp.locals[num] = v; in PutLocal() 173 internal TValue[] locals; field in CPU.Frame 178 locals = new TValue[numLocals]; in Frame()
|
/freebsd/stand/ficl/softwords/ |
H A D | jhlocal.fr | 8 \ Uses locals... 57 0 dup locals| locstate | 59 \ stack locals until we hit a delimiter 67 \ now unstack the locals 72 \ zero locals until -- or }
|
H A D | softcore.fr | 78 : locals| ( name...name | -- ) 93 : end-locals ( -- ) 0 0 (local) ; immediate 204 0 locals| addr2 length c-addr | end-locals 216 0 locals| b-length b-u b-addr a-u a-addr | end-locals 223 locals| b-u b-addr a-u a-addr | end-locals
|
H A D | fileaccess.fr | 15 locals| f | end-locals
|
H A D | ficllocal.fr | 6 \ Uses locals... 20 0 dup locals| nLocs locstate |
|
H A D | oo.fr | 266 locals| meta class nobjs offset | 279 locals| meta class offset | 405 locals| meta parent | 414 locals| meta parent nobj | 435 locals| meta class | 443 locals| meta class nobj | 500 locals| wid meta parent | 531 locals| meta class | 542 locals| meta class | 612 0 dup locals| &init &next class inst | [all …]
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBBlock.cpp | 243 bool locals, bool statics, in GetVariables() argument 245 LLDB_INSTRUMENT_VA(this, frame, arguments, locals, statics, use_dynamic); in GetVariables() 272 add_variable = locals; in GetVariables() 297 bool locals, bool statics) { in GetVariables() argument 298 LLDB_INSTRUMENT_VA(this, target, arguments, locals, statics); in GetVariables() 327 add_variable = locals; in GetVariables()
|
H A D | SBVariablesOptions.cpp | 142 void SBVariablesOptions::SetIncludeLocals(bool locals) { in SetIncludeLocals() argument 143 LLDB_INSTRUMENT_VA(this, locals); in SetIncludeLocals() 145 m_opaque_up->SetIncludeLocals(locals); in SetIncludeLocals()
|
H A D | SBFrame.cpp | 728 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables() argument 730 LLDB_INSTRUMENT_VA(this, arguments, locals, statics, in_scope_only); in GetVariables() 746 options.SetIncludeLocals(locals); in GetVariables() 757 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables() argument 760 LLDB_INSTRUMENT_VA(this, arguments, locals, statics, in_scope_only, in GetVariables() 771 options.SetIncludeLocals(locals); in GetVariables() 793 const bool locals = options.GetIncludeLocals(); in GetVariables() local 837 add_variable = locals; in GetVariables()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBBlock.h | 62 bool locals, bool statics, 66 bool locals, bool statics);
|
H A D | SBFrame.h | 149 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics, 152 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
|
/freebsd/contrib/cortex-strings/scripts/ |
H A D | plot-align.py | 50 …lab.title('Performance of different variants of %(function)s for %(bytes)d byte blocks' % locals()) 55 pylab.savefig('alignment-%(function)s-%(bytes)d.png' % locals(), dpi=72)
|
H A D | bench.py | 66 …d)s%(variant)s -t %(function)s -c %(bytes)s -l %(loops)s -a %(alignment)s -r %(run_id)s' % locals()
|
H A D | plot-sizes.py | 88 pylab.title('%(function)s of %(aalignment)s byte aligned blocks' % locals())
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer.cpp | 85 for (LocalInfo &local : locals) { in Clear() 90 locals.clear();
|
H A D | sanitizer_symbolizer_libcdep.cpp | 396 InternalMmapVector<LocalInfo> *locals) { in ParseSymbolizeFrameOutput() 419 locals->push_back(local); in SymbolizePC() 448 ParseSymbolizeFrameOutput(buf, &info->locals); in FormatAndSendCommand() 386 ParseSymbolizeFrameOutput(const char * str,InternalMmapVector<LocalInfo> * locals) ParseSymbolizeFrameOutput() argument
|
H A D | sanitizer_symbolizer.h | 127 InternalMmapVector<LocalInfo> locals; 107 InternalMmapVector<LocalInfo> locals; global() member
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpFrame.cpp | 39 for (auto &Local : Scope.locals()) { in InterpFrame() 77 for (auto &Local : Scope.locals()) { in ~InterpFrame() 87 for (auto &Local : Func->getScope(Idx).locals()) { in destroy()
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | sparcv9-gf2m.pl | 30 $locals=16*8; 81 save %sp,-STACK_FRAME-$locals,%sp
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | ScriptParser.cpp | 198 SmallVector<SymbolVersion, 0> locals; in readDynamicList() local 200 std::tie(locals, globals) = readSymbols(); in readDynamicList() 207 if (!locals.empty()) { in readDynamicList() 1672 SmallVector<SymbolVersion, 0> locals; in readAnonymousDeclaration() local 1674 std::tie(locals, globals) = readSymbols(); in readAnonymousDeclaration() 1675 for (const SymbolVersion &pat : locals) in readAnonymousDeclaration() 1687 SmallVector<SymbolVersion, 0> locals; in readVersionDeclaration() local 1689 std::tie(locals, globals) = readSymbols(); in readVersionDeclaration() 1695 ver.localPatterns = std::move(locals); in readVersionDeclaration() 1715 SmallVector<SymbolVersion, 0> locals; in readSymbols() local [all …]
|
/freebsd/contrib/kyua/utils/config/ |
H A D | lua_module_test.cpp | 363 ATF_TEST_CASE_WITHOUT_HEAD(locals); 364 ATF_TEST_CASE_BODY(locals) in ATF_TEST_CASE_BODY() argument 468 ATF_ADD_TEST_CASE(tcs, locals); in ATF_INIT_TEST_CASES()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | CommonOpts.td | 99 def discard_locals : Flag<["--"], "discard-locals">, 103 HelpText<"Alias for --discard-locals">;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 1008 PythonDictionary locals = GetSessionDictionary(); in ExecuteOneLineWithReturn() local 1009 if (!locals.IsValid()) in ExecuteOneLineWithReturn() 1010 locals = unwrapIgnoringErrors( in ExecuteOneLineWithReturn() 1012 if (!locals.IsValid()) in ExecuteOneLineWithReturn() 1013 locals = globals; in ExecuteOneLineWithReturn() 1016 runStringOneLine(in_string, globals, locals); in ExecuteOneLineWithReturn() 1132 PythonDictionary locals = GetSessionDictionary(); in ExecuteMultipleLines() local 1133 if (!locals.IsValid()) in ExecuteMultipleLines() 1134 locals = unwrapIgnoringErrors( in ExecuteMultipleLines() 1136 if (!locals.IsValid()) in ExecuteMultipleLines() [all …]
|
H A D | PythonDataObjects.cpp | 1488 const PythonDictionary &locals) { in runStringOneLine() argument 1489 if (!globals.IsValid() || !locals.IsValid()) in runStringOneLine() 1503 PyObject *result = PyEval_EvalCode(code, globals.get(), locals.get()); in runStringOneLine() 1514 const PythonDictionary &locals) { in runStringMultiLine() argument 1515 if (!globals.IsValid() || !locals.IsValid()) in runStringMultiLine() 1518 globals.get(), locals.get()); in runStringMultiLine()
|