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

/freebsd-13-stable/sys/dev/aacraid/
H A Daacraid_debug.c526 unsigned long PrintType; local
528 PrintType = PrintFlags &
530 if (((PrintType!=0) && (sc!=NULL) && ((sc->DebugFlags & PrintType)==0))
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1764 bool PrintType = IsValidFromInt && IsValidToInt && local
1769 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType);
1772 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType);
1774 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType);
1782 QualType IntType, bool PrintType) {
1791 if (PrintType) {
1906 PrintAPSInt(Val, IntExpr, true /*Valid*/, IntType, false /*PrintType*/);
1919 PrintAPSInt(Val, IntExpr, true /*Valid*/, IntType, false /*PrintType*/);
1922 PrintAPSInt(Val, IntExpr, true /*Valid*/, IntType, false /*PrintType*/);
1781 PrintAPSInt(const llvm::APSInt &Val, Expr *E, bool Valid, QualType IntType, bool PrintType) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h237 void printAsOperand(raw_ostream &O, bool PrintType = true,
239 void printAsOperand(raw_ostream &O, bool PrintType,
/freebsd-13-stable/contrib/lua/src/
H A Dluac.c266 static void PrintType(const Proto* f, int i) function
697 PrintType(f,i);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2467 void writeOperand(const Value *Op, bool PrintType);
2554 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { argument
2559 if (PrintType) {
3653 writeOperand(F->getPersonalityFn(), /*PrintType=*/true);
3930 writeOperand(CatchSwitch->getParentPad(), /*PrintType=*/false);
3936 writeOperand(PadBB, /*PrintType=*/true);
3941 writeOperand(UnwindDest, /*PrintType=*/true);
3946 writeOperand(FPI->getParentPad(), /*PrintType=*/false);
3952 writeOperand(FPI->getArgOperand(Op), /*PrintType=*/true);
3959 writeOperand(CRI->getOperand(0), /*PrintType
4525 printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, ModuleSlotTracker &MST) argument
4537 printAsOperand(raw_ostream &O, bool PrintType, const Module *M) const argument
4552 printAsOperand(raw_ostream &O, bool PrintType, ModuleSlotTracker &MST) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp62 static std::string PrintType(const Type *type, bool truncate = false) { function
601 PrintType(operand_type).c_str());
613 PrintType(operand_type).c_str());
/freebsd-13-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-13-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
1258 PrintType(value_type), *value_size, value_alignment);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h876 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h581 void printAsOperand(raw_ostream &OS, bool PrintType) const {

Completed in 118 milliseconds