Lines Matching defs:character
449 // Extract the address of the character string and pass it
457 // character value with an undefined length
869 loc, "Character length inquiry on a non-character entity");
1027 [&](const fir::CharArrayBoxValue &character)
1028 -> llvm::SmallVector<mlir::Value> { return {character.getLen()}; },
1029 [&](const fir::CharBoxValue &character)
1030 -> llvm::SmallVector<mlir::Value> { return {character.getLen()}; },
1206 // TODO: Starting, F2003, the dynamic character length might be dependent
1231 TODO(loc, "get character component length from length type parameters");
1546 TODO(loc, "LEN of character must be computed at runtime");