Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aacraid/
H A Daacraid_debug.c526 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 DASTDiagnostic.cpp1765 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 DValue.h249 void printAsOperand(raw_ostream &O, bool PrintType = true,
251 void printAsOperand(raw_ostream &O, bool PrintType,
/freebsd-13.1/contrib/lua/src/
H A Dluac.c266 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 DAsmWriter.cpp2600 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 DIRInterpreter.cpp62 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 DDIARawSymbol.cpp135 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 DIRForTarget.cpp93 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 DMachineBasicBlock.h1052 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h631 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand() argument