Home
last modified time | relevance | path

Searched defs:variablesReference (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp226 int64_t variablesReference, in CreateScope()
848 llvm::json::Value CreateVariable(lldb::SBValue v, int64_t variablesReference, in CreateVariable()
H A Dlldb-vscode.cpp1108 auto variablesReference = VARIDX_TO_VARREF(g_vsc.variables.GetSize()); in request_evaluate() local
2435 const auto variablesReference = in request_setVariable() local
2615 const auto variablesReference = in request_variables() local
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/
H A Dunicode_fold2_key.c1 /* This file was converted by gperf_fold_key_conv.py
2 from gperf output file. */
3 /* ANSI-C code produced by gperf version 3.1 */
4 /* Command-line: gperf -n -C -T -c -t -j1 -L ANSI-C -F,-1 -N onigenc_unicode_fold2_key unicode_fold…
5 /* Computed positions: -k'3,6' */
6
7
8
9 /* This gperf source file was generated by make_unicode_fold_data.py */
10
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp225 int64_t variablesReference, in CreateScope()
917 llvm::json::Value CreateVariable(lldb::SBValue v, int64_t variablesReference, in CreateVariable()
H A Dlldb-vscode.cpp1165 auto variablesReference = VARIDX_TO_VARREF(g_vsc.variables.GetSize()); in request_evaluate() local
2550 const auto variablesReference = in request_setVariable() local
2730 const auto variablesReference = in request_variables() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp227 int64_t variablesReference, in CreateScope()
968 llvm::json::Value CreateVariable(lldb::SBValue v, int64_t variablesReference, in CreateVariable()
H A Dlldb-vscode.cpp1187 auto variablesReference = VARIDX_TO_VARREF(g_vsc.variables.GetSize()); in request_evaluate() local
2630 const auto variablesReference = in request_setVariable() local
2810 const auto variablesReference = in request_variables() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp228 int64_t variablesReference, in CreateScope()
1001 llvm::json::Value CreateVariable(lldb::SBValue v, int64_t variablesReference, in CreateVariable()
H A Dlldb-vscode.cpp1218 auto variablesReference = VARIDX_TO_VARREF(g_vsc.variables.GetSize()); in request_evaluate() local
2730 const auto variablesReference = in request_setVariable() local
2913 const auto variablesReference = in request_variables() local
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp227 int64_t variablesReference, in CreateScope()
968 llvm::json::Value CreateVariable(lldb::SBValue v, int64_t variablesReference, in CreateVariable()
H A Dlldb-vscode.cpp1159 auto variablesReference = VARIDX_TO_VARREF(g_vsc.variables.GetSize()); in request_evaluate() local
2662 const auto variablesReference = in request_setVariable() local
2842 const auto variablesReference = in request_variables() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp228 int64_t variablesReference, in CreateScope()
1001 llvm::json::Value CreateVariable(lldb::SBValue v, int64_t variablesReference, in CreateVariable()
H A Dlldb-vscode.cpp1218 auto variablesReference = VARIDX_TO_VARREF(g_vsc.variables.GetSize()); in request_evaluate() local
2730 const auto variablesReference = in request_setVariable() local
2913 const auto variablesReference = in request_variables() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp228 int64_t variablesReference, in CreateScope()
1001 llvm::json::Value CreateVariable(lldb::SBValue v, int64_t variablesReference, in CreateVariable()
H A Dlldb-vscode.cpp110 lldb::SBValueList *GetTopLevelScope(int64_t variablesReference) { in GetTopLevelScope()
2747 const auto variablesReference = in request_setVariable() local
2913 const auto variablesReference = in request_variables() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp228 int64_t variablesReference, in CreateScope()
1001 llvm::json::Value CreateVariable(lldb::SBValue v, int64_t variablesReference, in CreateVariable()
H A Dlldb-vscode.cpp1218 auto variablesReference = VARIDX_TO_VARREF(g_vsc.variables.GetSize()); in request_evaluate() local
2730 const auto variablesReference = in request_setVariable() local
2913 const auto variablesReference = in request_variables() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp227 int64_t variablesReference, in CreateScope()
968 llvm::json::Value CreateVariable(lldb::SBValue v, int64_t variablesReference, in CreateVariable()
H A Dlldb-vscode.cpp1159 auto variablesReference = VARIDX_TO_VARREF(g_vsc.variables.GetSize()); in request_evaluate() local
2662 const auto variablesReference = in request_setVariable() local
2842 const auto variablesReference = in request_variables() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py796 def request_variables(self, variablesReference, start=None, count=None): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py869 def request_variables(self, variablesReference, start=None, count=None): argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py897 def request_variables(self, variablesReference, start=None, count=None): argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py847 def request_variables(self, variablesReference, start=None, count=None): argument
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py871 def request_variables(self, variablesReference, start=None, count=None): argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py897 def request_variables(self, variablesReference, start=None, count=None): argument

12