Home
last modified time | relevance | path

Searched refs:val_type (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dcontrol.py387 val_type = DebugValueType(ptr.Type)
401 if val_type not in extract_map:
402 raise Exception("Unexpected debug value type {} when evalutaing".format(val_type))
406 return getattr(ptr.U, extract_map[val_type][0]), extract_map[val_type][1]
/llvm-project-15.0.7/lldb/test/API/lang/c/register_variables/
H A DTestRegisterVariables.py10 def re_expr_equals(val_type, val): argument
12 return re.compile(r'\(' + val_type + '\) \$\d+ = ' + str(val))
/llvm-project-15.0.7/libcxx/utils/gdb/libcxx/
H A Dprinters.py659 def _init_cast_type(self, val_type): argument
661 str(val_type.strip_typedefs()) + "::iterator").strip_typedefs()
678 def _init_cast_type(self, val_type): argument
680 str(val_type.strip_typedefs()) + "::iterator").strip_typedefs()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt8768 polly/lib/External/isl/include/isl/val_type.h