Searched refs:errMsg (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | DILEval.cpp | 164 std::string errMsg = in Visit() local 167 m_expr, errMsg, node->GetLocation(), node->GetName().size()); in Visit() 250 std::string errMsg = llvm::formatv( in Visit() local 253 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit() 258 std::string errMsg = "Failed to dereference synthetic value"; in Visit() local 260 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit() 271 std::string errMsg = in Visit() local 276 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit() 278 std::string errMsg = in Visit() local 283 m_expr, errMsg, node->GetLocation(), node->GetFieldName().size()); in Visit() [all …]
|
| /freebsd/contrib/ntp/tests/libntp/ |
| H A D | realpath.c | 38 static const char * errMsg(const char *fmt, ...) in errMsg() function 82 TEST_ASSERT_NOT_NULL_MESSAGE(resolved, errMsg("could not resolve '%s'", nam)); in test_DevLinks() 90 TEST_ASSERT_TRUE_MESSAGE(isValidAbsPath(abs), errMsg("could not validate '%s'", abs)); in test_DevLinks()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | DynamicLibrary.h | 72 getPermanentLibrary(const char *filename, std::string *errMsg = nullptr); 80 addPermanentLibrary(void *handle, std::string *errMsg = nullptr);
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 204 std::string errMsg; in makeLTOModule() local 205 const Target *march = TargetRegistry::lookupTarget(Triple, errMsg); in makeLTOModule()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | ARM.cpp | 1306 std::string errMsg = checkCmseSymAttributes(ctx, acleSeSym, sym); in processArmCmseSymbols() local 1307 if (!errMsg.empty()) { in processArmCmseSymbols() 1308 Err(ctx) << errMsg; in processArmCmseSymbols()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 71229 StrAccum errMsg; /* Accumulate the error message text here */ member 82108 if( pCheck->errMsg.nChar ){ 82109 sqlite3_str_append(&pCheck->errMsg, "\n", 1); 82112 sqlite3_str_appendf(&pCheck->errMsg, pCheck->zPfx, 82115 sqlite3_str_vappendf(&pCheck->errMsg, zFormat, ap); 82117 if( pCheck->errMsg.accError==SQLITE_NOMEM ){ 82661 sqlite3StrAccumInit(&sCheck.errMsg, 0, zErr, sizeof(zErr), SQLITE_MAX_LENGTH); 82662 sCheck.errMsg.printfFlags = SQLITE_PRINTF_INTERNAL; 82761 sqlite3_str_reset(&sCheck.errMsg); 82764 *pzOut = sqlite3StrAccumFinish(&sCheck.errMsg); [all …]
|