Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/type_get_module/
H A DTestTypeGetModule.py47 num_types = type_list.GetSize()
51 while index < num_types:
/llvm-project-15.0.7/mlir/test/python/ir/
H A Dbuiltin_types.py459 print("number of types:", tuple_type.num_types)
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp627 if (size_t num_types = types.GetSize()) { in FindExternalVisibleDecls() local
628 for (size_t ti = 0; ti < num_types; ++ti) { in FindExternalVisibleDecls()
/llvm-project-15.0.7/mlir/python/mlir/_mlir_libs/_mlir/
H A Dir.pyi1022 def num_types(self) -> int: ...