Home
last modified time | relevance | path

Searched refs:PrintType (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DTypePrinterTest.cpp26 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 DVirtualFileSystem.h322 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 DVirtualFileSystem.cpp155 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 DVirtualFileSystemTest.cpp176 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 DASTDiagnostic.cpp1800 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 DValue.h248 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 DAsmWriter.cpp2555 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 DASTTests.cpp482 TEST(ClangdAST, PrintType) { in TEST() argument
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h868 void printAsOperand(raw_ostream &OS, bool PrintType = true) {
869 if (PrintType)
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp64 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 DIRForTarget.cpp95 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 DDIARawSymbol.cpp135 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 DMachineBasicBlock.h1084 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c1564 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 DVPlan.h600 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand() argument