Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp1764 bool PrintType = IsValidFromInt && IsValidToInt && in PrintAPSInt() local
1769 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1772 PrintAPSInt(FromInt, FromExpr, IsValidFromInt, FromIntType, PrintType); in PrintAPSInt()
1774 PrintAPSInt(ToInt, ToExpr, IsValidToInt, ToIntType, PrintType); in PrintAPSInt()
1782 QualType IntType, bool PrintType) { in PrintAPSInt() argument
1791 if (PrintType) { in PrintAPSInt()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValue.h249 void printAsOperand(raw_ostream &O, bool PrintType = true,
251 void printAsOperand(raw_ostream &O, bool PrintType,
/netbsd-src/external/mit/lua/dist/src/
H A Dluac.c267 static void PrintType(const Proto* f, int i) in PrintType() function
702 PrintType(f,i); in PrintDebug()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2611 void writeOperand(const Value *Op, bool PrintType);
2698 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand() argument
2703 if (PrintType) { in writeOperand()
4688 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl() argument
4691 if (PrintType) { in printAsOperandImpl()
4700 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument
4705 if (!PrintType) in printAsOperand()
4712 printAsOperandImpl(*this, O, PrintType, MST); in printAsOperand()
4715 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand() argument
4717 if (!PrintType) in printAsOperand()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1056 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h624 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand() argument
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1564 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, in PrintType() function
4937 PrintType, 0); in cindextest_main()