Home
last modified time | relevance | path

Searched defs:errmsg (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/flang/test/Lower/Intrinsics/
H A Dget_command_argument.f9034 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 Dget_command_argument-optional.f9010 subroutine test(number, value, length, status, errmsg) argument
12 character(*), optional :: value, errmsg local
H A Dget_environment_variable.f9097 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 Dget_environment_variable-optional.f9012 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 Dstat.cpp68 int ToErrmsg(const Descriptor *errmsg, int stat) { in ToErrmsg()
88 Terminator &terminator, int stat, const Descriptor *errmsg, bool hasStat) { in ReturnError()
H A Dcommand.cpp71 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 DCommandTest.cpp26 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 DCommand.cpp39 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 DCommandTest.cpp92 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 Dsanitizer_file.cpp71 char errmsg[100]; in ReopenIfNecessary() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp2776 const fir::ExtendedValue &errmsg = args[4]; in genGetCommandArgument() local
2826 const fir::ExtendedValue &errmsg = args[5]; in genGetEnvironmentVariable() local