Home
last modified time | relevance | path

Searched defs:printType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp255 void Value::printType(llvm::raw_ostream &Out) const { in printType() function in clang::Value
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRTypes.cpp82 void CIRDialect::printType(Type type, DialectAsmPrinter &os) const { in printType() function in CIRDialect
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp430 auto printType = [&](auto T) { in createHeader() local