| /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 | 242 bool locals, bool statics, in GetVariables() argument 244 LLDB_INSTRUMENT_VA(this, frame, arguments, locals, statics, use_dynamic); in GetVariables() 271 add_variable = locals; in GetVariables() 296 bool locals, bool statics) { in GetVariables() argument 297 LLDB_INSTRUMENT_VA(this, target, arguments, locals, statics); in GetVariables() 326 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 | 729 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables() argument 731 LLDB_INSTRUMENT_VA(this, arguments, locals, statics, in_scope_only); in GetVariables() 747 options.SetIncludeLocals(locals); in GetVariables() 758 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables() argument 761 LLDB_INSTRUMENT_VA(this, arguments, locals, statics, in_scope_only, in GetVariables() 772 options.SetIncludeLocals(locals); in GetVariables() 794 const bool locals = options.GetIncludeLocals(); in GetVariables() local 838 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 | 158 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics, 161 lldb::SBValueList GetVariables(bool arguments, bool locals, bool statics,
|
| /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 | 401 InternalMmapVector<LocalInfo> *locals) { in ParseSymbolizeFrameOutput() argument 424 locals->push_back(local); in ParseSymbolizeFrameOutput() 453 ParseSymbolizeFrameOutput(buf, &info->locals); in SymbolizeFrame()
|
| H A D | sanitizer_symbolizer.h | 127 InternalMmapVector<LocalInfo> locals; member
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpFrame.cpp | 43 for (auto &Local : Scope.locals()) { in InterpFrame() 86 for (auto &Local : Scope.locals()) { in destroyScopes() 95 for (auto &Local : Func->getScope(Idx).locals()) { in initScope()
|
| /freebsd/crypto/openssl/crypto/bn/asm/ |
| H A D | sparcv9-gf2m.pl | 30 $locals=16*8; 81 save %sp,-STACK_FRAME-$locals,%sp
|
| H A D | sparcv9a-mont.pl | 74 $locals=64; 139 save %sp,-$frame-$locals,%sp 166 add %sp,$bias+$frame+$locals,$tp 513 add %sp,$bias+$frame+$locals,$tp
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
| H A D | aescrypt.c | 43 #define locals(y,x) x[4],y[4] macro 45 #define locals(y,x) x##0,x##1,x##2,x##3,y##0,y##1,y##2,y##3 101 { uint32_t locals(b0, b1); 233 { uint32_t locals(b0, b1);
|
| /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/lld/ELF/ |
| H A D | ScriptParser.cpp | 183 SmallVector<SymbolVersion, 0> locals; in readDynamicList() local 185 std::tie(locals, globals) = readSymbols(); in readDynamicList() 193 if (!locals.empty()) { in readDynamicList() 1729 SmallVector<SymbolVersion, 0> locals; in readAnonymousDeclaration() local 1731 std::tie(locals, globals) = readSymbols(); in readAnonymousDeclaration() 1732 for (const SymbolVersion &pat : locals) in readAnonymousDeclaration() 1744 SmallVector<SymbolVersion, 0> locals; in readVersionDeclaration() local 1746 std::tie(locals, globals) = readSymbols(); in readVersionDeclaration() 1752 ver.localPatterns = std::move(locals); in readVersionDeclaration() 1772 SmallVector<SymbolVersion, 0> locals; in readSymbols() local [all …]
|
| /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 | 988 PythonDictionary locals = GetSessionDictionary(); in ExecuteOneLineWithReturn() local 989 if (!locals.IsValid()) in ExecuteOneLineWithReturn() 990 locals = unwrapIgnoringErrors( in ExecuteOneLineWithReturn() 992 if (!locals.IsValid()) in ExecuteOneLineWithReturn() 993 locals = globals; in ExecuteOneLineWithReturn() 996 runStringOneLine(in_string, globals, locals); in ExecuteOneLineWithReturn() 1112 PythonDictionary locals = GetSessionDictionary(); in ExecuteMultipleLines() local 1113 if (!locals.IsValid()) in ExecuteMultipleLines() 1114 locals = unwrapIgnoringErrors( in ExecuteMultipleLines() 1116 if (!locals.IsValid()) in ExecuteMultipleLines() [all …]
|
| H A D | PythonDataObjects.cpp | 1443 const PythonDictionary &locals) { in runStringOneLine() argument 1444 if (!globals.IsValid() || !locals.IsValid()) in runStringOneLine() 1458 PyObject *result = PyEval_EvalCode(code, globals.get(), locals.get()); in runStringOneLine() 1469 const PythonDictionary &locals) { in runStringMultiLine() argument 1470 if (!globals.IsValid() || !locals.IsValid()) in runStringMultiLine() 1473 globals.get(), locals.get()); in runStringMultiLine()
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFrameExtensions.i | 86 …locals = property(get_locals, None, doc='''A read only property that returns a list() that contain…
|