Home
last modified time | relevance | path

Searched defs:DiagnosticHandlerFunction (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DDiagnosticInfo.h111 typedef std::function<void(const DiagnosticInfo &)> DiagnosticHandlerFunction; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDiagnosticInfo.h124 using DiagnosticHandlerFunction = std::function<void(const DiagnosticInfo &)>; variable
/external/llvm-project/llvm/include/llvm/IR/
DDiagnosticInfo.h125 using DiagnosticHandlerFunction = std::function<void(const DiagnosticInfo &)>; variable