Home
last modified time | relevance | path

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

/freebsd/sys/dev/aacraid/
H A Daacraid_debug.c524 unsigned long PrintType; in aacraid_fw_printf() local
526 PrintType = PrintFlags & in aacraid_fw_printf()
528 if (((PrintType!=0) && (sc!=NULL) && ((sc->DebugFlags & PrintType)==0)) in aacraid_fw_printf()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h326 enum class PrintType { Summary, Contents, RecursiveContents }; enum
327 void print(raw_ostream &OS, PrintType Type = PrintType::Contents,
344 virtual void printImpl(raw_ostream &OS, PrintType Type, in printImpl()
430 void printImpl(raw_ostream &OS, PrintType Type,
636 void printImpl(raw_ostream &OS, PrintType Type,
1089 void printImpl(raw_ostream &OS, PrintType Type,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp165 void FileSystem::dump() const { print(dbgs(), PrintType::RecursiveContents); } in dump()
291 void printImpl(raw_ostream &OS, PrintType Type,
376 void RealFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl()
507 void OverlayFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl()
511 if (Type == PrintType::Summary) in printImpl()
514 if (Type == PrintType::Contents) in printImpl()
515 Type = PrintType::Summary; in printImpl()
1195 void InMemoryFileSystem::printImpl(raw_ostream &OS, PrintType PrintContents, in printImpl()
1555 void RedirectingFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl()
1560 if (Type == PrintType::Summary) in printImpl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1838 bool PrintType = IsValidFromInt && IsValidToInt && in PrintAPSInt() local
1843 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1846 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1848 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType); in PrintAPSInt()
1856 QualType IntType, bool PrintType) { in PrintAPSInt() argument
1865 if (PrintType) { in PrintAPSInt()
/freebsd/contrib/lua/src/
H A Dluac.c265 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 DValue.h248 void printAsOperand(raw_ostream &O, bool PrintType = true,
250 void printAsOperand(raw_ostream &O, bool PrintType,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2725 void writeOperand(const Value *Op, bool PrintType);
2818 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() argument
2823 if (PrintType) { in writeOperand()
5093 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl() argument
5096 if (PrintType) { in printAsOperandImpl()
5105 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument
5110 if (!PrintType) in printAsOperand()
5117 printAsOperandImpl(*this, O, PrintType, MST); in printAsOperand()
5120 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument
5122 if (!PrintType) in printAsOperand()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h446 void printImpl(raw_ostream &OS, PrintType Type, in printImpl()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp65 static std::string PrintType(const Type *type, bool truncate = false) { in PrintType() function
652 PrintType(operand_type).c_str()); in CanInterpret()
664 PrintType(operand_type).c_str()); in CanInterpret()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp96 static std::string PrintType(const llvm::Type *type, bool truncate = false) { in PrintType() function
1053 PrintType(value_type), *value_size, value_alignment); in MaybeHandleVariable()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1203 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h666 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand() argument