| /freebsd-13.1/sys/dev/aacraid/ |
| H A D | aacraid_debug.c | 526 unsigned long PrintType; in aacraid_fw_printf() local 528 PrintType = PrintFlags & in aacraid_fw_printf() 530 if (((PrintType!=0) && (sc!=NULL) && ((sc->DebugFlags & PrintType)==0)) in aacraid_fw_printf()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 1765 bool PrintType = IsValidFromInt && IsValidToInt && in PrintAPSInt() local 1770 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt() 1773 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt() 1775 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType); in PrintAPSInt() 1783 QualType IntType, bool PrintType) { in PrintAPSInt() argument 1792 if (PrintType) { in PrintAPSInt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Value.h | 249 void printAsOperand(raw_ostream &O, bool PrintType = true, 251 void printAsOperand(raw_ostream &O, bool PrintType,
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | luac.c | 266 static void PrintType(const Proto* f, int i) in PrintType() function 697 PrintType(f,i); in PrintDebug()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2600 void writeOperand(const Value *Op, bool PrintType); 2687 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() argument 2692 if (PrintType) { in writeOperand() 4658 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl() argument 4661 if (PrintType) { in printAsOperandImpl() 4670 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument 4675 if (!PrintType) in printAsOperand() 4682 printAsOperandImpl(*this, O, PrintType, MST); in printAsOperand() 4685 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument 4687 if (!PrintType) in printAsOperand() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 62 static std::string PrintType(const Type *type, bool truncate = false) { in PrintType() function 601 PrintType(operand_type).c_str()); in CanInterpret() 613 PrintType(operand_type).c_str()); in CanInterpret()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 93 static std::string PrintType(const llvm::Type *type, bool truncate = false) { in PrintType() function 1252 PrintType(value_type), *value_size, value_alignment); in MaybeHandleVariable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 1052 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 631 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand() argument
|