Home
last modified time | relevance | path

Searched defs:errMsg (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp164 std::string errMsg = in Visit() local
250 std::string errMsg = llvm::formatv( in Visit() local
258 std::string errMsg = "Failed to dereference synthetic value"; in Visit() local
271 std::string errMsg = in Visit() local
278 std::string errMsg = in Visit() local
298 std::string errMsg = llvm::formatv( in Visit() local
319 std::string errMsg = llvm::formatv( in Visit() local
/freebsd/contrib/ntp/tests/libntp/
H A Drealpath.c38 static const char * errMsg(const char *fmt, ...) in errMsg() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp204 std::string errMsg; in makeLTOModule() local
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1306 std::string errMsg = checkCmseSymAttributes(ctx, acleSeSym, sym); in processArmCmseSymbols() local
/freebsd/contrib/sqlite3/
H A Dsqlite3.c71229 StrAccum errMsg; /* Accumulate the error message text here */ member