Home
last modified time | relevance | path

Searched refs:FormatMessage (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Common/
H A Dformat.h31 struct FormatMessage { struct
51 using Reporter = std::function<bool(const FormatMessage &)>; in ENUM_CLASS() argument
98 FormatMessage msg{ in ENUM_CLASS()
110 FormatMessage msg{ in ENUM_CLASS()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/windows/
H A DComInterface.py41 msg = win32api.FormatMessage(e.hresult)
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_i18n.cpp649 FormatMessage(FORMAT_MESSAGE_FROM_STRING | FORMAT_MESSAGE_ALLOCATE_BUFFER, in __kmp_msg_format()
680 rc = FormatMessage( in sys_error()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.cpp28 bool Say(const common::FormatMessage &);
36 bool FormatErrorReporter::Say(const common::FormatMessage &msg) { in Say()