| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Stop.cpp | 35 static const char *message{"bye bye"}; in TEST() local 36 EXPECT_EXIT(RTNAME(StopStatementText)(message, std::strlen(message), in TEST() 40 EXPECT_EXIT(RTNAME(StopStatementText)(message, std::strlen(message), in TEST() 44 EXPECT_EXIT(RTNAME(StopStatementText)(message, std::strlen(message), in TEST() 48 EXPECT_EXIT(RTNAME(StopStatementText)(message, std::strlen(message), in TEST() 56 static const char *message{"bye bye"}; in TEST() local 57 EXPECT_EXIT(RTNAME(StopStatementText)(message, std::strlen(message), in TEST() 61 EXPECT_EXIT(RTNAME(StopStatementText)(message, std::strlen(message), in TEST() 65 EXPECT_EXIT(RTNAME(StopStatementText)(message, std::strlen(message), in TEST() 69 EXPECT_EXIT(RTNAME(StopStatementText)(message, std::strlen(message), in TEST()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/remote/include/ |
| H A D | openmp.proto | 33 message Null {} 41 message DevicePair { 46 message Binary { 66 message TargetTable { 81 message ImagePtrs { 94 message AllocData { 100 message SubmitData { 109 message RetrieveData { 116 message Data { 123 message ExchangeData { [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/ |
| H A D | Index.proto | 20 message LookupReply { 38 // message. 46 message RefsRequest { 54 // message. 55 message RefsReply { 62 message Symbol { 81 message Ref { 86 message SymbolInfo { 102 message Position { 119 // message. [all …]
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_i18n.cpp | 207 if (message == NULL) { in __kmp_i18n_catgets() 210 return message; in __kmp_i18n_catgets() 576 if (message == NULL) { in __kmp_i18n_catgets() 579 return message; in __kmp_i18n_catgets() 673 char *message = NULL; in sys_error() local 692 message[len] = 0; in sys_error() 748 message = buffer; in sys_error() 761 return message; in sys_error() 814 fmsg = __kmp_msg_format(format, message.num, message.str); in __kmp_msg() 822 if (message.type == kmp_mt_dummy && message.str == NULL) { in __kmp_msg() [all …]
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | collectives01.f90 | 25 call co_sum(d, 1, status, message) 26 call co_sum(r, 1, status, message) 30 call co_sum(real_array, 1, status, message) 35 call co_sum(a=i, result_image=1, stat=status, errmsg=message) 36 call co_sum(result_image=1, a=i, errmsg=message, stat=status) 39 call co_sum(a=i, stat=status, errmsg=message) 40 call co_sum(a=i, result_image=1, errmsg=message) 46 call co_sum(a=i, errmsg=message) 54 call co_sum(result_image=1, stat=status, errmsg=message) 78 call co_sum(a=i, result_image=1, stat=1+1, errmsg=message) [all …]
|
| H A D | collectives02.f90 | 11 character(len=1) c, character_array(1), coindexed_character[*], message variable 24 call co_min(d, 1, status, message) 25 call co_min(r, 1, status, message) 29 call co_min(real_array, 1, status, message) 34 call co_min(a=i, result_image=1, stat=status, errmsg=message) 35 call co_min(result_image=1, a=i, errmsg=message, stat=status) 38 call co_min(a=i, stat=status, errmsg=message) 39 call co_min(a=i, result_image=1, errmsg=message) 45 call co_min(a=i, errmsg=message) 82 call co_min(r, stat=message) [all …]
|
| H A D | collectives03.f90 | 11 character(len=1) c, character_array(1), coindexed_character[*], message variable 24 call co_max(d, 1, status, message) 25 call co_max(r, 1, status, message) 29 call co_max(real_array, 1, status, message) 34 call co_max(a=i, result_image=1, stat=status, errmsg=message) 35 call co_max(result_image=1, a=i, errmsg=message, stat=status) 38 call co_max(a=i, stat=status, errmsg=message) 39 call co_max(a=i, result_image=1, errmsg=message) 45 call co_max(a=i, errmsg=message) 82 call co_max(r, stat=message) [all …]
|
| H A D | collectives04.f90 | 14 character(len=1) c, character_array(1), coindexed_character[*], message variable 29 call co_broadcast(i, 1, status, message) 34 call co_broadcast(a=i, source_image=1, stat=status, errmsg=message) 35 call co_broadcast(source_image=1, a=i, errmsg=message, stat=status) 38 call co_broadcast(a=d, source_image=1, errmsg=message) 47 call co_broadcast(source_image=1, stat=status, errmsg=message) 50 call co_broadcast(a=c, stat=status, errmsg=message) 70 call co_broadcast(a=i, source_image=1, stat=1+1, errmsg=message) 78 call co_broadcast(r, stat=message, source_image=1) 106 call co_broadcast(r, source_image=1, stat=status, errmsg=message, 3.4)
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | RunInTerminal.cpp | 93 if (message.kind == eRunInTerminalMessageKindError) in ToError() 107 if (Expected<RunInTerminalMessageUP> message = in WaitUntilDebugAdaptorAttaches() local 112 return ToError(*message.get()); in WaitUntilDebugAdaptorAttaches() 114 return message.takeError(); in WaitUntilDebugAdaptorAttaches() 144 if (Expected<RunInTerminalMessageUP> message = in GetLauncherPid() local 147 return message.get()->GetAsPidMessage()->pid; in GetLauncherPid() 148 return ToError(*message.get()); in GetLauncherPid() 150 return message.takeError(); in GetLauncherPid() 156 if (Expected<RunInTerminalMessageUP> message = in GetLauncherError() local 158 return toString(ToError(*message.get())); in GetLauncherError() [all …]
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/ |
| H A D | cxx_proto.proto | 17 message VarRef { 21 message Lvalue { 25 message Const { 29 message BinaryOp { 51 message Rvalue { 59 message AssignmentStatement { 65 message IfElse { 71 message While { 76 message Statement { 84 message StatementSeq { [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/diagnostics/Inputs/expected-sarif/ |
| H A D | sarif-multi-diagnostic-test.c.sarif | 27 "message": { 46 "message": { 82 "message": { 97 "message": { 116 "message": { 135 "message": { 171 "message": { 186 "message": { 257 "message": { 362 "message": { [all …]
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | attr-availability.c | 21 void f7(void) __attribute__((availability(macosx,message=L"wide"))); // expected-error {{expected s… 23 void f8(void) __attribute__((availability(macosx,message="a" L"b"))); // expected-error {{expected … 25 void f9(void) __attribute__((availability(macosx,message=u8"b"))); // expected-error {{expected str… 27 void f10(void) __attribute__((availability(macosx,message="a" u8"b"))); // expected-error {{expecte… 29 void f11(void) __attribute__((availability(macosx,message=u"b"))); // expected-error {{expected str… 31 void f12(void) __attribute__((availability(macosx,message="a" u"b"))); // expected-error {{expected… 35 …gorf __attribute__((availability(macosx,introduced=8.5, message = 10.0))), // expected-error {{exp… 36 …garf __attribute__((availability(macosx,introduced=8.5, message))), // expected-error {{expected '… 38 …foo __attribute__((availability(macosx,introduced=8.5,deprecated=9.0, message="Use CTFontCopyPostS…
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | gtest.cpp | 32 const char* message); 34 void operator=(const Message& message) const; 100 #define GTEST_MESSAGE_AT_(file, line, message, result_type) \ argument 101 ::testing::internal::AssertHelper(result_type, file, line, message) \ 104 #define GTEST_MESSAGE_(message, result_type) \ argument 105 GTEST_MESSAGE_AT_(__FILE__, __LINE__, message, result_type) 107 #define GTEST_FATAL_FAILURE_(message) \ argument 108 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure) 110 #define GTEST_NONFATAL_FAILURE_(message) \ argument 111 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
|
| /llvm-project-15.0.7/compiler-rt/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cpp | 10 static void message(const char *msg) { ubsan_message(msg); } in message() function 12 static void message(const char *msg) { in message() function 46 message("ubsan: too many errors\n"); in report_this_error() 68 message("Sanitizer CHECK failed: "); in CheckFailed() 69 message(file); in CheckFailed() 70 message(":?? : "); // FIXME: Show line number. in CheckFailed() 71 message(cond); in CheckFailed() 84 message("ubsan: " msg "\n"); \ 89 message("ubsan: " msg "\n"); \
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | Deprecated.h | 25 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument 26 decl __attribute__((deprecated(message))) 28 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument 31 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument 32 __declspec(deprecated(message)) decl 34 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | system_error.cpp | 134 __do_message::message(int ev) const in message() function in __do_message 148 virtual string message(int ev) const; 164 return __do_message::message(ev); in message() 179 virtual string message(int ev) const; 190 __system_error_category::message(int ev) const in message() function in __system_error_category 196 return __do_message::message(ev); in message() 219 error_condition::message() const in message() function in error_condition 221 return __cat_->message(__val_); in message() 227 error_code::message() const in message() function in error_code 229 return __cat_->message(__val_); in message() [all …]
|
| /llvm-project-15.0.7/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 263 message(LDPL_FATAL, in process_plugin_option() 437 message = tv->tv_u.tv_message; in onload() 500 message(LDPL_FATAL, "%s: %s", Msg.c_str(), EIB.message().c_str()); in check() 538 message(LDPL_ERROR, EC.message().c_str()); in claim_file_hook() 563 message(LDPL_FATAL, in claim_file_hook() 565 EI.message().c_str()); in claim_file_hook() 817 message(LDPL_FATAL, in recordFile() 835 EC.message().c_str()); in getOutputFileName() 844 EC.message().c_str()); in getOutputFileName() 1171 EC.message().c_str()); in all_symbols_read_hook() [all …]
|
| /llvm-project-15.0.7/llvm/cmake/platforms/ |
| H A D | iOS.cmake | 19 message(STATUS "Using SDKROOT ${SDKROOT}") 28 message(STATUS "Using C compiler ${CMAKE_C_COMPILER}") 36 message(STATUS "Using C++ compiler ${CMAKE_CXX_COMPILER}") 45 message(STATUS "Using ar ${CMAKE_AR}") 54 message(STATUS "Using ranlib ${CMAKE_RANLIB}") 63 message(STATUS "Using strip ${CMAKE_STRIP}") 72 message(STATUS "Using dsymutil ${CMAKE_DSYMUTIL}") 81 message(STATUS "Using libtool ${CMAKE_LIBTOOL}") 90 message(STATUS "Using codesign ${CMAKE_CODESIGN}") 101 message(STATUS "Using codesign_allocate ${CMAKE_CODESIGN_ALLOCATE}")
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/ |
| H A D | gmock-internal-utils.cc | 97 const std::string& message) override { in ReportFailure() argument 103 message.c_str()) = Message(); in ReportFailure() 149 GTEST_API_ void Log(LogSeverity severity, const std::string& message, in Log() argument 162 if (message.empty() || message[0] != '\n') { in Log() 165 std::cout << message; in Log() 177 if (!message.empty() && *message.rbegin() != '\n') { in Log()
|
| /llvm-project-15.0.7/llvm/docs/AMDGPU/ |
| H A D | gfx10_msg.rst | 13 A 16-bit message code. The bits of this operand have the following meaning: 33 sendmsg(<*type*>) A message identified by its *type*. 34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*. 35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation* 39 *Type* may be specified using message *name* or message *id*. 48 Each message type supports specific operations: 75 * If message *type* is specified by name, arguments values must satisfy limitations detailed in the… 76 * If message *type* is specified as a number, each argument must not exceed corresponding value ran… 82 // numeric message code
|
| H A D | gfx8_msg.rst | 13 A 16-bit message code. The bits of this operand have the following meaning: 33 sendmsg(<*type*>) A message identified by its *type*. 34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*. 35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation* 39 *Type* may be specified using message *name* or message *id*. 48 Each message type supports specific operations: 70 * If message *type* is specified by name, arguments values must satisfy limitations detailed in the… 71 * If message *type* is specified as a number, each argument must not exceed corresponding value ran… 77 // numeric message code
|
| H A D | gfx1030_msg.rst | 13 A 16-bit message code. The bits of this operand have the following meaning: 33 sendmsg(<*type*>) A message identified by its *type*. 34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*. 35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation* 39 *Type* may be specified using message *name* or message *id*. 48 Each message type supports specific operations: 75 * If message *type* is specified by name, arguments values must satisfy limitations detailed in the… 76 * If message *type* is specified as a number, each argument must not exceed corresponding value ran… 82 // numeric message code
|
| H A D | gfx90a_msg.rst | 13 A 16-bit message code. The bits of this operand have the following meaning: 33 sendmsg(<*type*>) A message identified by its *type*. 34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*. 35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation* 39 *Type* may be specified using message *name* or message *id*. 48 Each message type supports specific operations: 75 * If message *type* is specified by name, arguments values must satisfy limitations detailed in the… 76 * If message *type* is specified as a number, each argument must not exceed corresponding value ran… 82 // numeric message code
|
| H A D | gfx7_msg.rst | 13 A 16-bit message code. The bits of this operand have the following meaning: 33 sendmsg(<*type*>) A message identified by its *type*. 34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*. 35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation* 39 *Type* may be specified using message *name* or message *id*. 48 Each message type supports specific operations: 69 * If message *type* is specified by name, arguments values must satisfy limitations detailed in the… 70 * If message *type* is specified as a number, each argument must not exceed corresponding value ran… 76 // numeric message code
|
| H A D | gfx9_msg.rst | 13 A 16-bit message code. The bits of this operand have the following meaning: 33 sendmsg(<*type*>) A message identified by its *type*. 34 sendmsg(<*type*>,<*op*>) A message identified by its *type* and *operation*. 35 sendmsg(<*type*>,<*op*>,<*stream*>) A message identified by its *type* and *operation* 39 *Type* may be specified using message *name* or message *id*. 48 Each message type supports specific operations: 75 * If message *type* is specified by name, arguments values must satisfy limitations detailed in the… 76 * If message *type* is specified as a number, each argument must not exceed corresponding value ran… 82 // numeric message code
|