Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DDirectiveEmitter.cpp706 std::string DirectiveType = Qual + "Directive"; in emitLeafTable() local
707 OS << "\nstatic_assert(sizeof(" << DirectiveType << ") == sizeof(int));\n"; in emitLeafTable()
709 OS << "[[maybe_unused]] static const " << DirectiveType << ' ' << TableName in emitLeafTable()
714 OS << ", static_cast<" << DirectiveType << ">(" << Leaves[1] << "),"; in emitLeafTable()
721 OS << " static_cast<" << DirectiveType << ">(-1),"; in emitLeafTable()