Home
last modified time | relevance | path

Searched defs:Print (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp42 void ErrorDeadlySignal::Print() { in Print() function in __asan::ErrorDeadlySignal
46 void ErrorDoubleFree::Print() { in Print() function in __asan::ErrorDoubleFree
61 void ErrorNewDeleteTypeMismatch::Print() { in Print() function in __asan::ErrorNewDeleteTypeMismatch
101 void ErrorFreeNotMalloced::Print() { Print() function in __asan::ErrorFreeNotMalloced
117 void ErrorAllocTypeMismatch::Print() { Print() function in __asan::ErrorAllocTypeMismatch
140 void ErrorMallocUsableSizeNotOwned::Print() { Print() function in __asan::ErrorMallocUsableSizeNotOwned
153 void ErrorSanitizerGetAllocatedSizeNotOwned::Print() { Print() function in __asan::ErrorSanitizerGetAllocatedSizeNotOwned
166 void ErrorCallocOverflow::Print() { Print() function in __asan::ErrorCallocOverflow
179 void ErrorReallocArrayOverflow::Print() { Print() function in __asan::ErrorReallocArrayOverflow
192 void ErrorPvallocOverflow::Print() { Print() function in __asan::ErrorPvallocOverflow
206 void ErrorInvalidAllocationAlignment::Print() { Print() function in __asan::ErrorInvalidAllocationAlignment
219 void ErrorInvalidAlignedAllocAlignment::Print() { Print() function in __asan::ErrorInvalidAlignedAllocAlignment
239 void ErrorInvalidPosixMemalignAlignment::Print() { Print() function in __asan::ErrorInvalidPosixMemalignAlignment
253 void ErrorAllocationSizeTooBig::Print() { Print() function in __asan::ErrorAllocationSizeTooBig
267 void ErrorRssLimitExceeded::Print() { Print() function in __asan::ErrorRssLimitExceeded
279 void ErrorOutOfMemory::Print() { Print() function in __asan::ErrorOutOfMemory
289 void ErrorStringFunctionMemoryRangesOverlap::Print() { Print() function in __asan::ErrorStringFunctionMemoryRangesOverlap
309 void ErrorStringFunctionSizeOverflow::Print() { Print() function in __asan::ErrorStringFunctionSizeOverflow
321 void ErrorBadParamsToAnnotateContiguousContainer::Print() { Print() function in __asan::ErrorBadParamsToAnnotateContiguousContainer
337 void ErrorBadParamsToAnnotateDoubleEndedContiguousContainer::Print() { Print() function in __asan::ErrorBadParamsToAnnotateDoubleEndedContiguousContainer
357 void ErrorODRViolation::Print() { Print() function in __asan::ErrorODRViolation
387 void ErrorInvalidPointerPair::Print() { Print() function in __asan::ErrorInvalidPointerPair
595 void ErrorGeneric::Print() { Print() function in __asan::ErrorGeneric
[all...]
H A Dasan_descriptions.cpp320 void ShadowAddressDescription::Print() const { Print() function in __asan::ShadowAddressDescription
325 void GlobalAddressDescription::Print(const char *bug_type) const { Print() function in __asan::GlobalAddressDescription
357 void StackAddressDescription::Print() const { Print() function in __asan::StackAddressDescription
412 void HeapAddressDescription::Print() const { Print() function in __asan::HeapAddressDescription
471 void WildAddressDescription::Print() const { Print() function in __asan::WildAddressDescription
[all...]
H A Dasan_scariness_score.h49 void Print() const { in Print() function
H A Dasan_activation.cpp79 void Print() { in Print() function
H A Dasan_memory_profile.cpp49 void Print(uptr top_percent, uptr max_number_of_contexts) { in Print() function in __asan::HeapProfile
H A Dasan_stats.cpp42 void AsanStats::Print() { in Print() function in __asan::AsanStats
/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp112 void SBInstructionList::Print(FILE *out) { in Print() function in SBInstructionList
120 void SBInstructionList::Print(SBFile out) { in Print() function in SBInstructionList
128 void SBInstructionList::Print(FileSP out_sp) { in Print() function in SBInstructionList
H A DSBInstruction.cpp270 void SBInstruction::Print(FILE *outp) { in Print() function in SBInstruction
276 void SBInstruction::Print(SBFile out) { in Print() function in SBInstruction
281 void SBInstruction::Print(FileSP out_sp) { in Print() function in SBInstruction
H A DSBStream.cpp65 void SBStream::Print(const char *str) { in Print() function in SBStream
/llvm-project/llvm/include/llvm/Support/
H A DPrintable.h41 Printable(std::function<void(raw_ostream &OS)> Print) in Printable()
/llvm-project/clang-tools-extra/pseudo/fuzzer/
H A DFuzzer.cpp
/llvm-project/lldb/bindings/interface/
H A DSBCommandReturnObjectExtensions.i16 void Print (const char* str) in Print() function
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bitvector_test.cpp59 void Print(const BV &bv) { in Print() function
69 void Print(const set<uptr> &s) { in Print() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp141 auto Print = [=](llvm::raw_ostream &Out, const CheckerInfo &Checker, in printCheckerWithDescList() local
202 auto Print = [](llvm::raw_ostream &Out, StringRef FullOption, in printCheckerOptionList() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h129 struct Print { struct
130 Print(const Value *V, const DanglingDebugInfo &DDI) : V(V), DDI(DDI) {} in Print() argument
134 const DanglingDebugInfo::Print &P) { argument
/llvm-project/clang/lib/Driver/
H A DJob.cpp453 Job.Print(OS, Terminator, Quote, CrashInfo); in Print() function in JobList
207 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, Print() function in Command
403 void CC1Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, Print() function in CC1Command
/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp190 void Print(llvm::raw_ostream &OS) const { OS << ", \"" << Type << '\"'; } Print() function in __anon320b0ec10111::PrototypeParser
211 void Print(llvm::raw_ostream &OS) const { OS << HeaderName; } Print() function in __anon320b0ec10111::HeaderNameParser
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h183 static void Print() { in Print() function
/llvm-project/llvm/unittests/CodeGenData/
H A DOutlinedHashTreeRecordTest.cpp
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp42 void MemprofStats::Print() { in Print() function in __memprof::MemprofStats
/llvm-project/lldb/unittests/Symbol/
H A DPostfixExpressionTest.cpp71 static std::string Print(Node *node) { in Print() function
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp110 Error LVObject::doPrint(bool Split, bool Match, bool Print, raw_ostream &OS, in doPrint()
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_stats.cpp119 void Stats::Print() const { in Print() function in Stats
/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h960 template <typename T> struct Print { struct
961 Print(const T &x, const DataFlowGraph &g) : Obj(x), G(g) {} in Print() function
967 template <typename T> Print(const T &, const DataFlowGraph &) -> Print<T>; argument
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp122 void Thread::Print(const char *Prefix) { in Print() function in __hwasan::Thread

12