Home
last modified time | relevance | path

Searched refs:_description (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/qemu/
H A Dqemu.py10 _description = """\ variable
56 parser = argparse.ArgumentParser(description=_description,
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py1130 self._description = description
1153 self._description == other._description
1160 self._testFunc, self._description))
1171 if self._description is not None:
1172 return self._description
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Ddefault-synthesize-1.m141 return _description; // expected-error {{use of undeclared identifier '_description'}}
/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1466 #define __sanitizer_syscall_pre_add_key(_type, _description, _payload, plen, \ argument
1468 __sanitizer_syscall_pre_impl_add_key((long)(_type), (long)(_description), \
1471 #define __sanitizer_syscall_post_add_key(res, _type, _description, _payload, \ argument
1474 res, (long)(_type), (long)(_description), (long)(_payload), \
1476 #define __sanitizer_syscall_pre_request_key(_type, _description, \ argument
1479 (long)(_type), (long)(_description), (long)(_callout_info), \
1481 #define __sanitizer_syscall_post_request_key(res, _type, _description, \ argument
2851 void __sanitizer_syscall_pre_impl_add_key(long _type, long _description,
2855 long _description, long _payload,
2857 void __sanitizer_syscall_pre_impl_request_key(long _type, long _description,
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2562 (const void *_type, const void *_description, const void *_payload, long plen,
2566 if (_description)
2567 PRE_READ(_description,
2568 __sanitizer::internal_strlen((const char *)_description) + 1);
2572 (long res, const void *_type, const void *_description, const void *_payload,
2576 (const void *_type, const void *_description, const void *_callout_info,
2580 if (_description)
2581 PRE_READ(_description,
2582 __sanitizer::internal_strlen((const char *)_description) + 1);
2589 (long res, const void *_type, const void *_description,