Home
last modified time | relevance | path

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

/llvm-project/flang/test/Lower/Intrinsics/
H A Dget_command_argument.f9036 subroutine all_arguments(num, value, length, status, errmsg) argument
38 character(len=32) :: value, errmsg local
100 subroutine number_and_errmsg_only(num, errmsg) argument
102 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.f9098 subroutine name_and_errmsg_only(name, errmsg) argument
99 character(len=32) :: name, errmsg local
127 all_arguments(name, value, length, status, trim_name, errmsg) global() argument
128 character(len=32) :: name, value, errmsg global() local
[all...]
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/flang/runtime/
H A Dstat.cpp78 RT_API_ATTRS int ToErrmsg(const Descriptor *errmsg, int stat) { in ToErrmsg()
98 Terminator &terminator, int stat, const Descriptor *errmsg, bool hasStat) { in ReturnError()
H A Dcommand.cpp67 CheckAndCopyCharsToDescriptor(const Descriptor * value,const char * rawValue,const Descriptor * errmsg,std::size_t & offset) CheckAndCopyCharsToDescriptor() argument
[all...]
H A Dtools.cpp203 const char *rawValue, std::size_t rawValueLength, const Descriptor *errmsg, in CopyCharsToDescriptor()
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DCommand.cpp38 mlir::Value errmsg) { in genGetCommand()
61 mlir::Value value, mlir::Value length, mlir::Value errmsg) { in genGetCommandArgument()
79 mlir::Value errmsg) { in genGetEnvVariable()
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DCommandTest.cpp27 mlir::Value errmsg = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F() local
41 mlir::Value errmsg = firBuilder->create<fir::UndefOp>(loc, boxTy); in TEST_F() local
/llvm-project/flang/unittests/Runtime/
H A DCommandTest.cpp117 OwningPtr<Descriptor> errmsg{CharDescriptor(expectedErrMsg)}; in CheckValue() local
134 const Descriptor *errmsg) { in CheckArgumentValue() argument
149 const Descriptor *errmsg) { in CheckCommandValue() argument
161 const Descriptor *errmsg) { in CheckEnvVarValue() argument
177 __anondcb7d0de0402(const Descriptor *value, const Descriptor *length, const Descriptor *errmsg) CheckMissingEnvVarValue() argument
[all...]
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.cpp71 char errmsg[100]; in ReopenIfNecessary() local
/llvm-project/flang/lib/Lower/
H A DAllocatable.cpp736 mlir::Value errmsg = errMsgExpr ? errorManager.errMsgAddr : nullptr; genCudaAllocate() local
811 mlir::Value errmsg = genCudaDeallocate() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp3608 const fir::ExtendedValue &errmsg = args[3]; genGetCommand() local
3656 const fir::ExtendedValue &errmsg = args[4]; genGetCommandArgument() local
3700 const fir::ExtendedValue &errmsg = args[5]; genGetEnvironmentVariable() local
[all...]
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.cpp812 SendErrorPacket(std::string errcode,const std::string & errmsg) SendErrorPacket() argument