/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | get_command_argument.f90 | 36 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 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 | 98 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 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/flang/runtime/ |
H A D | stat.cpp | 78 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 D | command.cpp | 67 CheckAndCopyCharsToDescriptor(const Descriptor * value,const char * rawValue,const Descriptor * errmsg,std::size_t & offset) CheckAndCopyCharsToDescriptor() argument [all...] |
H A D | tools.cpp | 203 const char *rawValue, std::size_t rawValueLength, const Descriptor *errmsg, in CopyCharsToDescriptor()
|
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Command.cpp | 38 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 D | CommandTest.cpp | 27 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 D | CommandTest.cpp | 117 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 D | sanitizer_file.cpp | 71 char errmsg[100]; in ReopenIfNecessary() local
|
/llvm-project/flang/lib/Lower/ |
H A D | Allocatable.cpp | 736 mlir::Value errmsg = errMsgExpr ? errorManager.errMsgAddr : nullptr; genCudaAllocate() local 811 mlir::Value errmsg = genCudaDeallocate() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 3608 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 D | RNBRemote.cpp | 812 SendErrorPacket(std::string errcode,const std::string & errmsg) SendErrorPacket() argument
|