Home
last modified time | relevance | path

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

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