Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp311 llvm::StringRef typeNameLit; in parseFirType() local
312 if (mlir::failed(parser.parseKeyword(&typeNameLit))) in parseFirType()
316 if (typeNameLit == "array") in parseFirType()
318 if (typeNameLit == "box") in parseFirType()
320 if (typeNameLit == "boxchar") in parseFirType()
322 if (typeNameLit == "boxproc") in parseFirType()
324 if (typeNameLit == "char") in parseFirType()
326 if (typeNameLit == "complex") in parseFirType()
328 if (typeNameLit == "dims") in parseFirType()
330 if (typeNameLit == "field") in parseFirType()
[all …]