| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 341 enum class PrintType { Summary, Contents, RecursiveContents }; enum 342 void print(raw_ostream &OS, PrintType Type = PrintType::Contents, 359 virtual void printImpl(raw_ostream &OS, PrintType Type, in printImpl() 446 void printImpl(raw_ostream &OS, PrintType Type, 654 void printImpl(raw_ostream &OS, PrintType Type, 1111 void printImpl(raw_ostream &OS, PrintType Type, 1207 void printImpl(raw_ostream &OS, PrintType Type,
|
| /freebsd/sys/dev/aacraid/ |
| H A D | aacraid_debug.c | 523 unsigned long PrintType; in aacraid_fw_printf() local 525 PrintType = PrintFlags & in aacraid_fw_printf() 527 if (((PrintType!=0) && (sc!=NULL) && ((sc->DebugFlags & PrintType)==0)) in aacraid_fw_printf()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 165 void FileSystem::dump() const { print(dbgs(), PrintType::RecursiveContents); } in dump() 293 void printImpl(raw_ostream &OS, PrintType Type, 388 void RealFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl() 519 void OverlayFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl() 523 if (Type == PrintType::Summary) in printImpl() 526 if (Type == PrintType::Contents) in printImpl() 527 Type = PrintType::Summary; in printImpl() 1207 void InMemoryFileSystem::printImpl(raw_ostream &OS, PrintType PrintContents, in printImpl() 1567 void RedirectingFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl() 1572 if (Type == PrintType::Summary) in printImpl() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 1877 bool PrintType = IsValidFromInt && IsValidToInt && in PrintAPSInt() local 1882 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt() 1885 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt() 1887 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType); in PrintAPSInt() 1895 QualType IntType, bool PrintType) { in PrintAPSInt() argument 1904 if (PrintType) { in PrintAPSInt()
|
| /freebsd/contrib/lua/src/ |
| H A D | luac.c | 265 static void PrintType(const Proto* f, int i) in PrintType() function 696 PrintType(f,i); in PrintDebug()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Value.h | 249 LLVM_ABI void printAsOperand(raw_ostream &O, bool PrintType = true, 251 LLVM_ABI void printAsOperand(raw_ostream &O, bool PrintType,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2888 void writeOperand(const Value *Op, bool PrintType); 2981 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() argument 2986 if (PrintType) { in writeOperand() 5289 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl() argument 5292 if (PrintType) { in printAsOperandImpl() 5301 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument 5306 if (!PrintType) in printAsOperand() 5313 printAsOperandImpl(*this, O, PrintType, MST); in printAsOperand() 5316 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument 5318 if (!PrintType) in printAsOperand() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 64 static std::string PrintType(const Type *type, bool truncate = false) { in PrintType() function 648 PrintType(operand_type).c_str()); in CanInterpret() 661 PrintType(operand_type).c_str()); in CanInterpret()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.h | 492 void printImpl(raw_ostream &OS, PrintType Type, in printImpl()
|
| /freebsd/contrib/llvm-project/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 1054 PrintType(value_type), *value_size, value_alignment); in MaybeHandleVariable()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 1256 LLVM_ABI void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 353 void printAsOperand(raw_ostream &OS, bool PrintType = false) const {
|