Home
last modified time | relevance | path

Searched refs:egg (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/
H A D.gitignore21 *.egg-info/
23 *.egg
/llvm-project-15.0.7/libcxxabi/
H A D.gitignore25 *.egg-info/
27 *.egg
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/
H A D.gitignore10 *.egg-info/
/llvm-project-15.0.7/llvm/utils/lit/utils/
H A Dcheck-sdist25 rm -rf lit.egg-info dist
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteThreadsInStopReply.py72 def switch_endian(self, egg): argument
73 return "".join(reversed(re.findall("..", egg)))
/llvm-project-15.0.7/openmp/
H A D.gitignore23 # Python egg files
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py370 spam, egg, ham = enum_constants
374 self.assertEqual(egg.kind, CursorKind.ENUM_CONSTANT_DECL)
375 self.assertEqual(egg.enum_value, 2)