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

/netbsd-current/external/apache2/llvm/dist/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) {
1913 PrintAPSInt(Val, IntExpr, true /*Valid*/, IntType, false /*PrintType*/);
1926 PrintAPSInt(Val, IntExpr, true /*Valid*/, IntType, false /*PrintType*/);
1929 PrintAPSInt(Val, IntExpr, true /*Valid*/, IntType, false /*PrintType*/);
1781 PrintAPSInt(const llvm::APSInt &Val, Expr *E, bool Valid, QualType IntType, bool PrintType) argument
/netbsd-current/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-current/external/mit/lua/dist/src/
H A Dluac.c267 static void PrintType(const Proto* f, int i) function
702 PrintType(f,i);
/netbsd-current/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) { argument
2703 if (PrintType) {
3812 writeOperand(F->getPersonalityFn(), /*PrintType=*/true);
4089 writeOperand(CatchSwitch->getParentPad(), /*PrintType=*/false);
4095 writeOperand(PadBB, /*PrintType=*/true);
4100 writeOperand(UnwindDest, /*PrintType=*/true);
4105 writeOperand(FPI->getParentPad(), /*PrintType=*/false);
4111 writeOperand(FPI->getArgOperand(Op), /*PrintType=*/true);
4118 writeOperand(CRI->getOperand(0), /*PrintType
4688 printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, ModuleSlotTracker &MST) argument
4700 printAsOperand(raw_ostream &O, bool PrintType, const Module *M) const argument
4715 printAsOperand(raw_ostream &O, bool PrintType, ModuleSlotTracker &MST) const argument
[all...]
/netbsd-current/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);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1056 void printAsOperand(raw_ostream &OS, bool PrintType = true) const;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h624 void printAsOperand(raw_ostream &OS, bool PrintType) const {
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1564 static enum CXChildVisitResult PrintType(CXCursor cursor, CXCursor p, function
4937 PrintType, 0);

Completed in 117 milliseconds