Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp258 void Value::printType(llvm::raw_ostream &Out) const { in printType() function in clang::Value
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp345 auto printType = [&](auto T) { in createHeader() local