| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | TypePrinterTest.cpp | 26 static void PrintType(raw_ostream &Out, const ASTContext *Context, in PrintType() function 42 "", PrintType, PolicyAdjuster); in PrintedTypeMatches()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 322 enum class PrintType { Summary, Contents, RecursiveContents }; enum 323 void print(raw_ostream &OS, PrintType Type = PrintType::Contents, 333 virtual void printImpl(raw_ostream &OS, PrintType Type, in printImpl() 417 void printImpl(raw_ostream &OS, PrintType Type, 607 void printImpl(raw_ostream &OS, PrintType Type, 1002 void printImpl(raw_ostream &OS, PrintType Type,
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 155 void FileSystem::dump() const { print(dbgs(), PrintType::RecursiveContents); } in dump() 281 void printImpl(raw_ostream &OS, PrintType Type, 365 void RealFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl() 481 void OverlayFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl() 485 if (Type == PrintType::Summary) in printImpl() 488 if (Type == PrintType::Contents) in printImpl() 489 Type = PrintType::Summary; in printImpl() 1173 void InMemoryFileSystem::printImpl(raw_ostream &OS, PrintType PrintContents, in printImpl() 1513 void RedirectingFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl() 1518 if (Type == PrintType::Summary) in printImpl() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | VirtualFileSystemTest.cpp | 176 void printImpl(raw_ostream &OS, PrintType Type, in printImpl() 181 case vfs::FileSystem::PrintType::Summary: in printImpl() 184 case vfs::FileSystem::PrintType::Contents: in printImpl() 187 case vfs::FileSystem::PrintType::RecursiveContents: in printImpl() 880 Overlay2->print(OuputStream, vfs::FileSystem::PrintType::Summary); in TEST() 884 Overlay2->print(OuputStream, vfs::FileSystem::PrintType::Contents); in TEST() 891 Overlay2->print(OuputStream, vfs::FileSystem::PrintType::RecursiveContents); in TEST() 3122 Redirecting->print(OuputStream, vfs::FileSystem::PrintType::Summary); in TEST() 3126 Redirecting->print(OuputStream, vfs::FileSystem::PrintType::Contents); in TEST() 3138 Redirecting->print(OuputStream, vfs::FileSystem::PrintType::Contents, 1); in TEST() [all …]
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 1800 bool PrintType = IsValidFromInt && IsValidToInt && in PrintAPSInt() local 1805 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt() 1808 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt() 1810 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType); in PrintAPSInt() 1818 QualType IntType, bool PrintType) { in PrintAPSInt() argument 1827 if (PrintType) { in PrintAPSInt()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Value.h | 248 void printAsOperand(raw_ostream &O, bool PrintType = true, 250 void printAsOperand(raw_ostream &O, bool PrintType,
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2555 void writeOperand(const Value *Op, bool PrintType); 2643 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() argument 2648 if (PrintType) { in writeOperand() 4657 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl() argument 4660 if (PrintType) { in printAsOperandImpl() 4669 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument 4674 if (!PrintType) in printAsOperand() 4681 printAsOperandImpl(*this, O, PrintType, MST); in printAsOperand() 4684 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument 4686 if (!PrintType) in printAsOperand() [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ASTTests.cpp | 482 TEST(ClangdAST, PrintType) { in TEST() argument
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | BinaryBasicBlock.h | 868 void printAsOperand(raw_ostream &OS, bool PrintType = true) { 869 if (PrintType)
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 64 static std::string PrintType(const Type *type, bool truncate = false) { in PrintType() function 610 PrintType(operand_type).c_str()); in CanInterpret() 622 PrintType(operand_type).c_str()); in CanInterpret()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 95 static std::string PrintType(const llvm::Type *type, bool truncate = false) { in PrintType() function 1210 PrintType(value_type), *value_size, value_alignment); in MaybeHandleVariable()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 135 template <typename PrintType, typename ArgType> 141 dumpSymbolField(OS, Name, static_cast<PrintType>(Value), Indent); in DumpDIAValueAs()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 1084 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
|
| /llvm-project-15.0.7/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 1564 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, in PrintType() function 4939 PrintType, 0); in cindextest_main()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 600 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand() argument
|