Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp164 void DfaEmitter::printActionType(raw_ostream &OS) { OS << "uint64_t"; } printActionType() function in DfaEmitter
353 void CustomDfaEmitter::printActionType(raw_ostream &OS) { OS << TypeName; } printActionType() function in CustomDfaEmitter