HomeSort by relevance Sort by last modified time
    Searched refs:function_ref (Results 1 - 16 of 16) sorted by null

  /external/llvm/unittests/ADT/
FunctionRefTest.cpp 17 // Ensure that copies of a function_ref copy the underlying state rather than
18 // causing one function_ref to chain to the next.
22 function_ref<int()> X = A;
23 function_ref<int()> Y = X;
  /external/llvm/include/llvm/Transforms/Utils/
CtorUtils.h 28 function_ref<bool(Function *)> ShouldRemove);
SimplifyLibCalls.h 77 function_ref<void(Instruction *, Value *)> Replacer;
90 function_ref<void(Instruction *, Value *)> Replacer =
  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 77 bool RunSafely(function_ref<void()> Fn);
90 bool RunSafelyOnThread(function_ref<void()>, unsigned RequestedStackSize = 0);
  /external/llvm/include/llvm/ADT/
STLExtras.h 64 /// a function_ref.
65 template<typename Fn> class function_ref;
68 class function_ref<Ret(Params...)> { class in namespace:llvm
80 function_ref(Callable &&callable, function in class:llvm::function_ref
83 function_ref>::value>::type * = nullptr)
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 304 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) {
350 function_ref<void()> Fn;
366 bool CrashRecoveryContext::RunSafelyOnThread(function_ref<void()> Fn,
  /external/clang/include/clang/Driver/
Multilib.h 106 typedef llvm::function_ref<bool(const Multilib &)> FilterCallback;
  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 121 function_ref<bool(Function *)> ShouldRemove) {
SimplifyLibCalls.cpp     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.h 46 typedef llvm::function_ref<void(CodeGenFunction &)> RegionCodeGenTy;
CGStmtOpenMP.cpp 74 const llvm::function_ref<void(llvm::Value *, llvm::Value *)> &CopyGen) {
579 const llvm::function_ref<void(CodeGenFunction &)> &BodyGen) {
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 414 milliseconds