Searched refs:TypeCount (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp214 auto TypeCount = R->getValueAsListInit("Types")->size(); local
215 if (R->getValueAsBit("HasCustomEval") && TypeCount) {
218 for (size_t I = 0; I < TypeCount; ++I) {

Completed in 58 milliseconds