Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp318 StringRef IndexTypeName; in emitLookupFunction() local
322 IndexTypeName = Table.CppTypeName; in emitLookupFunction()
365 IndexTypeName = "IndexType"; in emitLookupFunction()
431 OS << " [](const " << IndexTypeName << " &LHS, const KeyType &RHS) {\n"; in emitLookupFunction()