Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAsmPrinter.cpp231 : name(name), suffixIndex(0), hasSuffixIndex(false), in SymbolAlias()
234 : name(name), suffixIndex(suffixIndex), hasSuffixIndex(true), in SymbolAlias()
240 if (hasSuffixIndex) in print()
254 bool hasSuffixIndex : 1; member in __anon2591390f0311::SymbolAlias