Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp1746 bool PrintType = IsValidFromInt && IsValidToInt && in PrintAPSInt() local
1751 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1754 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1756 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType); in PrintAPSInt()
1764 QualType IntType, bool PrintType) { in PrintAPSInt() argument
1773 if (PrintType) { in PrintAPSInt()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DValue.h238 void printAsOperand(raw_ostream &O, bool PrintType = true,
240 void printAsOperand(raw_ostream &O, bool PrintType,
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp2359 void writeOperand(const Value *Op, bool PrintType);
2443 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() argument
2448 if (PrintType) { in writeOperand()
4213 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl() argument
4216 if (PrintType) { in printAsOperandImpl()
4225 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument
4230 if (!PrintType) in printAsOperand()
4237 printAsOperandImpl(*this, O, PrintType, MST); in printAsOperand()
4240 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument
4242 if (!PrintType) in printAsOperand()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp63 static std::string PrintType(const Type *type, bool truncate = false) { in PrintType() function
610 PrintType(operand_type).c_str()); in CanInterpret()
623 PrintType(operand_type).c_str()); in CanInterpret()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp136 template <typename PrintType, typename ArgType>
142 dumpSymbolField(OS, Name, static_cast<PrintType>(Value), Indent); in DumpDIAValueAs()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h772 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp96 static std::string PrintType(const llvm::Type *type, bool truncate = false) { in PrintType() function
1386 PrintType(value_type).c_str(), *value_size, value_alignment); in MaybeHandleVariable()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlan.h531 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand() argument