Home
last modified time | relevance | path

Searched refs:TypePrinter (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp102 class TypePrinter { class
109 explicit TypePrinter(const PrintingPolicy &Policy, unsigned Indentation = 0) in TypePrinter() function in __anon943befc20111::TypePrinter
163 void TypePrinter::spaceBeforePlaceHolder(raw_ostream &OS) { in spaceBeforePlaceHolder()
175 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) { in print()
180 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS, in print()
194 bool TypePrinter::canPrefixQualifiers(const Type *T, in canPrefixQualifiers()
285 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore()
299 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore()
345 void TypePrinter::printAfter(QualType t, raw_ostream &OS) { in printAfter()
352 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter()
[all …]
H A DCMakeLists.txt112 TypePrinter.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp1296 TypePrinting *TypePrinter,
1301 TypePrinting *TypePrinter,
1345 TypePrinting &TypePrinter, in WriteConstantInternal() argument
1456 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine, in WriteConstantInternal()
1459 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine, in WriteConstantInternal()
1467 WriteAsOperandInternal(Out, Equiv->getGlobalValue(), &TypePrinter, Machine, in WriteConstantInternal()
1475 TypePrinter.print(ETy, Out); in WriteConstantInternal()
1478 &TypePrinter, Machine, in WriteConstantInternal()
1482 TypePrinter.print(ETy, Out); in WriteConstantInternal()
1484 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine, in WriteConstantInternal()
[all …]
/netbsd-src/external/apache2/llvm/lib/libclangAST/
H A DMakefile83 TypePrinter.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/AST/
H A DBUILD.gn139 "TypePrinter.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/utils/ABITest/
H A DABITestGen.py14 class TypePrinter(object): class
636 P = TypePrinter(output,
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20121686 * python/lib/gdb/command/types.py (TypePrinter): New class.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20121686 * python/lib/gdb/command/types.py (TypePrinter): New class.
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/
H A DChangeLog-1991-20214371 register_type_printer, TypePrinter>: Document.