Home
last modified time | relevance | path

Searched defs:PrintType (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dluac.c267 static void PrintType(const Proto* f, int i) in PrintType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2698 void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType) { in writeOperand()
4688 static void printAsOperandImpl(const Value &V, raw_ostream &O, bool PrintType, in printAsOperandImpl()
4700 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand()
4715 void Value::printAsOperand(raw_ostream &O, bool PrintType, in printAsOperand()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp1764 bool PrintType = IsValidFromInt && IsValidToInt && in PrintAPSInt() local
1782 QualType IntType, bool PrintType) { in PrintAPSInt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h624 void printAsOperand(raw_ostream &OS, bool PrintType) const { in printAsOperand()
/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