HomeSort by: relevance | last modified time | path
    Searched defs:Print (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Printable.h 1 //===--- Printable.h - Print function helpers -------------------*- C++ -*-===//
23 /// This class is useful to construct print helpers for raw_ostream.
39 std::function<void(raw_ostream &OS)> Print;
40 Printable(std::function<void(raw_ostream &OS)> Print)
41 : Print(std::move(Print)) {}
45 P.Print(OS);
  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
glX_server_table.py 175 print ' /* [%u] -> opcode range [%u, %u], node depth %u */' % (base_entry, base_opcode, base_opcode + (1 << remaining_bits), depth)
176 print ' %u,' % (M)
185 print ' EMPTY_LEAF,'
193 print ' LEAF(%u),' % (len(self.lookup_table))
221 print ' %u,' % (child_index)
226 print ''
237 def Print(self):
281 print '/*****************************************************************/'
282 print '/* tree depth = %u */' % (tree[3])
283 print 'static const int_fast16_t %s_dispatch_tree[%u] = {' % (self.name_base, tree[2]
    [all...]
glX_proto_size.py 170 print(' static const GLushort a[%u] = {' % (mask + 1))
172 print(' %s, ' % (masked_enums[e]))
173 print(' };')
175 print(' static const GLubyte b[%u] = {' % (mask + 1))
177 print(' %u, ' % (masked_count[c]))
178 print(' };')
180 print(' const unsigned idx = (e & 0x%02xU);' % (mask))
181 print('')
182 print(' return (e == a[idx]) ? (GLint) b[idx] : 0;')
192 print(' switch( e ) {'
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
glX_server_table.py 175 print ' /* [%u] -> opcode range [%u, %u], node depth %u */' % (base_entry, base_opcode, base_opcode + (1 << remaining_bits), depth)
176 print ' %u,' % (M)
185 print ' EMPTY_LEAF,'
193 print ' LEAF(%u),' % (len(self.lookup_table))
221 print ' %u,' % (child_index)
226 print ''
237 def Print(self):
281 print '/*****************************************************************/'
282 print '/* tree depth = %u */' % (tree[3])
283 print 'static const int_fast16_t %s_dispatch_tree[%u] = {' % (self.name_base, tree[2]
    [all...]
glX_proto_size.py 172 print(' static const GLushort a[%u] = {' % (mask + 1))
174 print(' %s, ' % (masked_enums[e]))
175 print(' };')
177 print(' static const GLubyte b[%u] = {' % (mask + 1))
179 print(' %u, ' % (masked_count[c]))
180 print(' };')
182 print(' const unsigned idx = (e & 0x%02xU);' % (mask))
183 print('')
184 print(' return (e == a[idx]) ? (GLint) b[idx] : 0;')
194 print(' switch( e ) {'
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_scariness_score.h 50 void Print() const {
58 SSB.Print();
asan_activation.cc 80 void Print() {
140 asan_deactivated_flags.Print();
asan_memory_profile.cc 51 void Print(uptr top_percent, uptr max_number_of_contexts) {
71 StackDepotGet(a.id).Print();
109 hp.Print(Arg[0], Arg[1]);
asan_descriptions.cc 62 StackDepotGet(context->stack_id).Print();
90 descr.Print();
190 descr.Print();
260 // FIXME: we may want to also print the size of the access here,
273 descr.Print();
318 descr.Print(bug_type);
322 void ShadowAddressDescription::Print() const {
326 void GlobalAddressDescription::Print(const char *bug_type) const {
333 StackDepotGet(reg_sites[i]).Print();
358 void StackAddressDescription::Print() const
    [all...]
asan_errors.cc 37 // print it.
38 static_cast<const ScarinessScoreBase *>(callback_context)->Print();
42 void ErrorDeadlySignal::Print() {
46 void ErrorDoubleFree::Print() {
54 scariness.Print();
57 stack.Print();
58 addr_description.Print();
62 void ErrorNewDeleteTypeMismatch::Print() {
93 scariness.Print();
95 stack.Print();
    [all...]
asan_stats.cc 43 void AsanStats::Print() {
127 stats.Print();
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_scariness_score.h 49 void Print() const {
57 SSB.Print();
asan_activation.cpp 79 void Print() {
139 asan_deactivated_flags.Print();
asan_memory_profile.cpp 49 void Print(uptr top_percent, uptr max_number_of_contexts) {
69 StackDepotGet(a.id).Print();
107 hp.Print(top_percent, max_number_of_contexts);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_scariness_score.h 49 void Print() const {
57 SSB.Print();
asan_activation.cpp 79 void Print() {
139 asan_deactivated_flags.Print();
asan_memory_profile.cpp 50 void Print(uptr top_percent, uptr max_number_of_contexts) {
70 StackDepotGet(a.id).Print();
108 hp.Print(Arg[0], Arg[1]);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stacktrace_libcdep.cc 22 void StackTrace::Print() const {
52 // Always print a trailing empty line after stack trace.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_bitvector_test.cc 60 void Print(const BV &bv) {
70 void Print(const set<uptr> &s) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_thread.cpp 85 Print("Creating : ");
98 Print("Destroying: ");
112 void Thread::Print(const char *Prefix) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerRegistryData.cpp 125 // FIXME: Print available packages.
141 auto Print = [=](llvm::raw_ostream &Out, const CheckerInfo &Checker,
157 Print(Out, Checker, Checker.Desc);
163 Print(Out, Checker,
169 Print(Out, Checker, Checker.Desc);
202 auto Print = [](llvm::raw_ostream &Out, StringRef FullOption,
226 Print(Out, FullOption, Desc);
233 Print(Out, FullOption,
239 Print(Out, FullOption, Desc);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stacktrace_libcdep.cpp 131 void StackTrace::Print() const {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_stacktrace_libcdep.cpp 130 void StackTrace::Print() const {
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDictionary.h 67 void Print(const char *PrintAfter = "\n") {
FuzzerUtil.cpp 35 void Print(const Unit &v, const char *PrintAfter) {

Completed in 34 milliseconds

1 2 3