Home
last modified time | relevance | path

Searched defs:CallbackTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project/bolt/include/bolt/Core/
H A DCallGraphWalker.h32 typedef std::function<bool(BinaryFunction *)> CallbackTy; typedef
/llvm-project/mlir/include/mlir/Debug/
H A DExecutionContext.h72 using CallbackTy = function_ref<Control(const ActionActiveStack *)>; variable