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

/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_debug.c525 unsigned long PrintType; local
527 PrintType = PrintFlags &
529 if (((PrintType!=0) && (sc!=NULL) && ((sc->DebugFlags & PrintType)==0))
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1763 bool PrintType = IsValidFromInt && IsValidToInt && local
1768 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType);
1771 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType);
1773 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType);
1781 QualType IntType, bool PrintType) {
1790 if (PrintType) {
1905 PrintAPSInt(Val, IntExpr, true /*Valid*/, IntType, false /*PrintType*/);
1918 PrintAPSInt(Val, IntExpr, true /*Valid*/, IntType, false /*PrintType*/);
1921 PrintAPSInt(Val, IntExpr, true /*Valid*/, IntType, false /*PrintType*/);
1780 PrintAPSInt(const llvm::APSInt &Val, Expr *E, bool Valid, QualType IntType, bool PrintType) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h239 void printAsOperand(raw_ostream &O, bool PrintType = true,
241 void printAsOperand(raw_ostream &O, bool PrintType,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp62 static std::string PrintType(const Type *type, bool truncate = false) { function
602 PrintType(operand_type).c_str());
614 PrintType(operand_type).c_str());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2387 void writeOperand(const Value *Op, bool PrintType);
2474 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { argument
2479 if (PrintType) {
3529 writeOperand(F->getPersonalityFn(), /*PrintType=*/true);
3806 writeOperand(CatchSwitch->getParentPad(), /*PrintType=*/false);
3812 writeOperand(PadBB, /*PrintType=*/true);
3817 writeOperand(UnwindDest, /*PrintType=*/true);
3822 writeOperand(FPI->getParentPad(), /*PrintType=*/false);
3828 writeOperand(FPI->getArgOperand(Op), /*PrintType=*/true);
3835 writeOperand(CRI->getOperand(0), /*PrintType
4381 printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, ModuleSlotTracker &MST) argument
4393 printAsOperand(raw_ostream &O, bool PrintType, const Module *M) const argument
4408 printAsOperand(raw_ostream &O, bool PrintType, ModuleSlotTracker &MST) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h796 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
/freebsd-11-stable/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);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp98 static std::string PrintType(const llvm::Type *type, bool truncate = false) { function
1263 PrintType(value_type), *value_size, value_alignment);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h558 void printAsOperand(raw_ostream &OS, bool PrintType) const {

Completed in 143 milliseconds