Searched refs:Print (Results 1 - 25 of 75) sorted by path

123

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex5819 % Print any size, any type, section title.
7084 % Print arguments in slanted roman (not ttsl), inconsistently with using
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddllwrap.c476 fprintf (file, _(" --version Print dllwrap version\n"));
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex4484 % Print any size, any type, section title.
5534 % Print arguments in slanted roman (not ttsl), inconsistently with using
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.sh1595 /* Print out the details of the current architecture. */
1640 # Print the macro definition.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex4382 % Print any size, any type, section title.
5410 % Print arguments in slanted roman (not ttsl), inconsistently with using
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Dxditview.c145 static void Print(Widget, XtPointer, XtPointer);
154 {"print", Print},
175 {(String)"Print", PrintAction},
484 Print (Widget entry, XtPointer name, XtPointer data) function
506 MakePrompt (toplevel, "Print command:", DoPrint, fileBuf);
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm132 Print space no matter spacing mode.
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm159 Print space no matter spacing mode.
/freebsd-11-stable/lib/libdevdctl/
H A Devent.h190 void Print() const;
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S254 callw putn # Print a newline
/freebsd-11-stable/tools/tools/epfe/
H A Depfe.pl13 sub Print { s/\&amp\;/&/g; push(@a,$_); } subroutine
33 $in++; &Print;
36 $in++; &Print;
/freebsd-11-stable/tools/tools/termcap/
H A Dtermcap.pl44 Print all information about <term>
47 Print all relations from and to <term>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h100 virtual void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
131 /// Print a command argument, and optionally quote it.
146 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
165 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
183 void Print(llvm::raw_ostream &OS, const char *Terminator, bool Quote,
202 void Print(llvm::raw_ostream &OS, const char *Terminator,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp39 void Print(AccessSpecifier AS);
43 /// Print an Objective-C method type in parentheses.
289 void DeclPrinter::Print(AccessSpecifier AS) { function in class:DeclPrinter
430 Print(D->getAccess());
982 // Print the base classes
995 Print(AS);
1005 // Print the class definition
1137 // Print any leading template parameter lists.
1440 /// Print attributes in the following order:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DCompilation.cpp177 C.Print(*OS, "\n", /*Quote=*/getDriver().CCPrintOptions);
H A DDriver.cpp1267 // Print the version of the compiler.
1410 Cmd.Print(ScriptOS, "\n", /*Quote=*/true);
1411 Cmd.Print(ScriptOS, "\n", /*Quote=*/true, &CrashInfo);
1465 C.getJobs().Print(llvm::errs(), "\n", true);
1509 // Print extra information about abnormal failures, if possible.
1554 // Print the threading model.
1563 // Print out the install directory.
1583 // Print out all options that start with a given argument. This is used for
1915 // Print the action graphs in a compilation C.
H A DJob.cpp216 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, function in class:Command
382 void CC1Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, function in class:CC1Command
386 Command::Print(OS, Terminator, Quote, CrashInfo);
438 void FallbackCommand::Print(raw_ostream &OS, const char *Terminator, function in class:FallbackCommand
440 Command::Print(OS, "", Quote, CrashInfo);
442 Fallback->Print(OS, Terminator, Quote, CrashInfo);
476 void ForceSuccessCommand::Print(raw_ostream &OS, const char *Terminator, function in class:ForceSuccessCommand
478 Command::Print(OS, "", Quote, CrashInfo);
492 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote, function in class:JobList
495 Job.Print(O
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp36 enum Kind { DumpFull, Dump, Print, None }; enumerator in enum:__anon494::ASTPrinter::Kind
60 Out << (OutputKind != Print ? "Dumping " : "Printing ") << getName(D)
91 } else if (OutputKind == Print) {
112 /// incompatible with OutputKind == Print.
142 return std::make_unique<ASTPrinter>(std::move(Out), ASTPrinter::Print,
H A DCreateInvocationFromCommandLine.cpp55 C->getJobs().Print(llvm::errs(), "\n", true);
81 Jobs.Print(OS, "; ", true);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp510 // FIXME: Print available packages.
526 auto Print = [=](llvm::raw_ostream &Out, const CheckerInfo &Checker, local
542 Print(Out, Checker, Checker.Desc);
548 Print(Out, Checker,
554 Print(Out, Checker, Checker.Desc);
587 auto Print = [] (llvm::raw_ostream &Out, StringRef FullOption, StringRef Desc) { local
610 Print(Out, FullOption, Desc);
617 Print(Out, FullOption,
623 Print(Out, FullOption, Desc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp124 Jobs.Print(error_stream, "; ", true);
368 Compilation->getJobs().Print(llvm::errs(), "\n", true);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation.cpp79 void Print() { function in struct:__asan::AsanDeactivatedFlags
139 asan_deactivated_flags.Print();
H A Dasan_descriptions.cpp61 StackDepotGet(context->stack_id).Print();
89 descr.Print();
189 descr.Print();
272 descr.Print();
317 descr.Print(bug_type);
321 void ShadowAddressDescription::Print() const { function in class:__asan::ShadowAddressDescription
325 void GlobalAddressDescription::Print(const char *bug_type) const { function in class:__asan::GlobalAddressDescription
332 StackDepotGet(reg_sites[i]).Print();
357 void StackAddressDescription::Print() const { function in class:__asan::StackAddressDescription
378 alloca_stack.Print();
[all...]
H A Dasan_descriptions.h97 void Print() const;
128 void Print() const;
143 void Print() const;
158 void Print(const char *bug_type = "") const;
175 // Each of the *AddressDescription functions has its own Print() member, which
226 void Print(const char *bug_descr = nullptr) const { function in class:__asan::AddressDescription
232 return data.shadow.Print();
234 return data.heap.Print();
236 return data.stack.Print();
238 // initialization-order-fiasco has a special Print()
[all...]
H A Dasan_errors.cpp37 static_cast<const ScarinessScoreBase *>(callback_context)->Print();
42 void ErrorDeadlySignal::Print() { function in class:__asan::ErrorDeadlySignal
46 void ErrorDoubleFree::Print() { function in class:__asan::ErrorDoubleFree
54 scariness.Print();
57 stack.Print();
58 addr_description.Print();
62 void ErrorNewDeleteTypeMismatch::Print() { function in class:__asan::ErrorNewDeleteTypeMismatch
93 scariness.Print();
95 stack.Print();
96 addr_description.Print();
103 void ErrorFreeNotMalloced::Print() { function in class:__asan::ErrorFreeNotMalloced
119 void ErrorAllocTypeMismatch::Print() { function in class:__asan::ErrorAllocTypeMismatch
142 void ErrorMallocUsableSizeNotOwned::Print() { function in class:__asan::ErrorMallocUsableSizeNotOwned
155 void ErrorSanitizerGetAllocatedSizeNotOwned::Print() { function in class:__asan::ErrorSanitizerGetAllocatedSizeNotOwned
168 void ErrorCallocOverflow::Print() { function in class:__asan::ErrorCallocOverflow
181 void ErrorReallocArrayOverflow::Print() { function in class:__asan::ErrorReallocArrayOverflow
194 void ErrorPvallocOverflow::Print() { function in class:__asan::ErrorPvallocOverflow
208 void ErrorInvalidAllocationAlignment::Print() { function in class:__asan::ErrorInvalidAllocationAlignment
221 void ErrorInvalidAlignedAllocAlignment::Print() { function in class:__asan::ErrorInvalidAlignedAllocAlignment
241 void ErrorInvalidPosixMemalignAlignment::Print() { function in class:__asan::ErrorInvalidPosixMemalignAlignment
255 void ErrorAllocationSizeTooBig::Print() { function in class:__asan::ErrorAllocationSizeTooBig
269 void ErrorRssLimitExceeded::Print() { function in class:__asan::ErrorRssLimitExceeded
281 void ErrorOutOfMemory::Print() { function in class:__asan::ErrorOutOfMemory
293 void ErrorStringFunctionMemoryRangesOverlap::Print() { function in class:__asan::ErrorStringFunctionMemoryRangesOverlap
312 void ErrorStringFunctionSizeOverflow::Print() { function in class:__asan::ErrorStringFunctionSizeOverflow
324 void ErrorBadParamsToAnnotateContiguousContainer::Print() { function in class:__asan::ErrorBadParamsToAnnotateContiguousContainer
340 void ErrorODRViolation::Print() { function in class:__asan::ErrorODRViolation
369 void ErrorInvalidPointerPair::Print() { function in class:__asan::ErrorInvalidPointerPair
573 void ErrorGeneric::Print() { function in class:__asan::ErrorGeneric
[all...]

Completed in 768 milliseconds

123