| /llvm-project-15.0.7/flang/test/Lower/Intrinsics/ |
| H A D | get_command_argument.f90 | 34 subroutine all_arguments(num, value, length, status, errmsg) argument 36 character(len=32) :: value, errmsg local 91 subroutine number_and_errmsg_only(num, errmsg) argument 93 character(len=32) :: errmsg local
|
| H A D | get_command_argument-optional.f90 | 10 subroutine test(number, value, length, status, errmsg) argument 12 character(*), optional :: value, errmsg local
|
| H A D | get_environment_variable.f90 | 97 subroutine name_and_errmsg_only(name, errmsg) argument 98 character(len=32) :: name, errmsg local 124 subroutine all_arguments(name, value, length, status, trim_name, errmsg) argument 125 character(len=32) :: name, value, errmsg local
|
| H A D | get_environment_variable-optional.f90 | 12 subroutine test(name, value, length, status, trim_name, errmsg) argument 14 character(*), optional :: name, value, errmsg local
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | stat.cpp | 68 int ToErrmsg(const Descriptor *errmsg, int stat) { in ToErrmsg() 88 Terminator &terminator, int stat, const Descriptor *errmsg, bool hasStat) { in ReturnError()
|
| H A D | command.cpp | 71 const char *rawValue, std::int64_t rawValueLength, const Descriptor *errmsg, in CopyToDescriptor() 90 const char *rawValue, const Descriptor *errmsg, std::size_t &offset) { in CheckAndCopyToDescriptor()
|
| /llvm-project-15.0.7/flang/unittests/Optimizer/Builder/Runtime/ |
| H A D | CommandTest.cpp | 26 mlir::Value errmsg = firBuilder->create<fir::UndefOp>(loc, charTy); in TEST_F() local 49 mlir::Value errmsg = firBuilder->create<fir::UndefOp>(loc, charTy); in TEST_F() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Command.cpp | 39 mlir::Value errmsg) { in genArgumentValue() 60 mlir::Value value, mlir::Value trimName, mlir::Value errmsg) { in genEnvVariableValue()
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | CommandTest.cpp | 92 OwningPtr<Descriptor> errmsg{CharDescriptor(expectedErrMsg)}; in CheckValue() local 109 const Descriptor *errmsg) { in CheckArgumentValue() 124 const Descriptor *errmsg) { in CheckCommandValue() 136 const Descriptor *errmsg) { in CheckEnvVarValue() 154 const Descriptor *errmsg) { in CheckMissingEnvVarValue()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_file.cpp | 71 char errmsg[100]; in ReopenIfNecessary() local
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IntrinsicCall.cpp | 2776 const fir::ExtendedValue &errmsg = args[4]; in genGetCommandArgument() local 2826 const fir::ExtendedValue &errmsg = args[5]; in genGetEnvironmentVariable() local
|