Searched refs:functools (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A D__init__.py7 import functools namespace
115 @functools.wraps(function)
H A Danalyze.py20 import functools namespace
425 @functools.wraps(function)
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcompatibility.py5 from functools import wraps
H A Dloader.py3 import functools namespace
155 key=functools.cmp_to_key(
/openbsd-current/gnu/llvm/llvm/tools/opt-viewer/
H A Doptrecord.py17 import functools namespace
274 file_remarks = defaultdict(functools.partial(defaultdict, list))
325 file_remarks = defaultdict(functools.partial(defaultdict, list))
H A Dopt-viewer.py7 import functools namespace
289 _render_file_bound = functools.partial(_render_file, source_dir, output_dir, context, no_highlight)
/openbsd-current/gnu/llvm/llvm/utils/
H A Ddemangle_tree.py10 import functools namespace
117 copier = functools.partial(process_file, objdump=objdump)
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/builtin_commands/
H A Ddiff.py2 import functools namespace
94 ignoreAllSpaceOrSpaceChange = functools.partial(ignoreSpace, separator='' if flags.ignore_all_space else ' ')
/openbsd-current/gnu/llvm/libcxx/utils/
H A Dgenerate_feature_test_macro_components.py5 from functools import reduce
/openbsd-current/gnu/llvm/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py11 import functools namespace
639 # Python 2.6 doesn't have functools.total_ordering, so we have to implement
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py5 from functools import wraps
H A Dlldbtest.py36 from functools import wraps

Completed in 185 milliseconds