Home
last modified time | relevance | path

Searched refs:function_ref (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm/unittests/ADT/
DFunctionRefTest.cpp22 function_ref<int()> X = A; in TEST()
23 function_ref<int()> Y = X; in TEST()
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp138 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in lexStringConstant()
154 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in lexName()
246 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in maybeLexMachineBasicBlock()
331 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in maybeLexIRBlock()
342 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in maybeLexIRValue()
378 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in maybeLexGlobalValue()
396 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in maybeLexExternalSymbol()
461 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in maybeLexExlaim()
532 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in maybeLexEscapedIRValue()
556 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { in lexMIToken()
DMILexer.h189 function_ref<void(StringRef::iterator, const Twine &)> ErrorCallback);
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp316 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { in RunSafely()
362 function_ref<void()> Fn;
378 bool CrashRecoveryContext::RunSafelyOnThread(function_ref<void()> Fn, in RunSafelyOnThread()
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h75 bool RunSafely(function_ref<void()> Fn);
88 bool RunSafelyOnThread(function_ref<void()>, unsigned RequestedStackSize = 0);
/external/llvm/include/llvm/Transforms/Utils/
DCtorUtils.h28 function_ref<bool(Function *)> ShouldRemove);
DSimplifyLibCalls.h77 function_ref<void(Instruction *, Value *)> Replacer;
90 function_ref<void(Instruction *, Value *)> Replacer =
/external/llvm/include/llvm/CodeGen/
DAtomicExpandUtils.h21 typedef function_ref<void(IRBuilder<> &, Value *, Value *, Value *,
/external/llvm/include/llvm/ADT/
DSTLExtras.h66 template<typename Fn> class function_ref; variable
69 class function_ref<Ret(Params...)> {
81 function_ref(Callable &&callable,
84 function_ref>::value>::type * = nullptr)
/external/clang/tools/libclang/
DCIndexer.h88 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn,
/external/clang/include/clang/Basic/
DModule.h547 typedef llvm::function_ref<void(Module *M)> VisibleCallback;
551 typedef llvm::function_ref<void(ArrayRef<Module *> Path,
/external/clang/lib/AST/
DExternalASTSource.cpp109 const DeclContext *DC, llvm::function_ref<bool(Decl::Kind)> IsKindWeWant, in FindExternalLexicalDecls()
/external/clang/lib/Frontend/
DChainedIncludesSource.cpp52 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
253 const DeclContext *DC, llvm::function_ref<bool(Decl::Kind)> IsKindWeWant, in FindExternalLexicalDecls()
/external/clang/include/clang/Serialization/
DModuleManager.h258 void visit(llvm::function_ref<bool(ModuleFile &M)> Visitor,
/external/llvm/lib/Transforms/Utils/
DCtorUtils.cpp121 function_ref<bool(Function *)> ShouldRemove) { in optimizeGlobalCtorsList()
/external/clang/include/clang/Driver/
DMultilib.h106 typedef llvm::function_ref<bool(const Multilib &)> FilterCallback;
/external/clang/include/clang/Sema/
DMultiplexExternalSemaSource.h109 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
/external/clang/lib/CodeGen/
DCGAtomic.cpp234 const llvm::function_ref<RValue(RValue)> &UpdateOp,
274 const llvm::function_ref<RValue(RValue)> &UpdateOp,
278 const llvm::function_ref<RValue(RValue)> &UpdateOp,
1512 const llvm::function_ref<RValue(RValue)> &UpdateOp, in EmitAtomicUpdateValue()
1565 llvm::AtomicOrdering AO, const llvm::function_ref<RValue(RValue)> &UpdateOp, in EmitAtomicUpdateLibcall()
1594 llvm::AtomicOrdering AO, const llvm::function_ref<RValue(RValue)> &UpdateOp, in EmitAtomicUpdateOp()
1707 llvm::AtomicOrdering AO, const llvm::function_ref<RValue(RValue)> &UpdateOp, in EmitAtomicUpdate()
1830 const llvm::function_ref<RValue(RValue)> &UpdateOp, bool IsVolatile) { in EmitAtomicUpdate()
DCGOpenMPRuntime.h46 typedef llvm::function_ref<void(CodeGenFunction &)> RegionCodeGenTy;
DCodeGenFunction.h587 llvm::function_ref<Address()> PrivateGen) { in addPrivate()
2225 const llvm::function_ref<void(Address, Address)> &CopyGen);
2257 const llvm::function_ref<RValue(RValue)> &CommonGen);
2359 const llvm::function_ref<void(CodeGenFunction &)> &BodyGen,
2360 const llvm::function_ref<void(CodeGenFunction &)> &PostIncGen);
2452 const llvm::function_ref<RValue(RValue)> &UpdateOp,
DCGStmtOpenMP.cpp200 const llvm::function_ref<void(Address, Address)> &CopyGen) { in EmitOMPAggregateAssign()
931 const llvm::function_ref<void(CodeGenFunction &)> &BodyGen, in EmitOMPInnerLoop()
932 const llvm::function_ref<void(CodeGenFunction &)> &PostIncGen) { in EmitOMPInnerLoop()
2291 const llvm::function_ref<RValue(RValue)> &CommonGen) { in EmitOMPAtomicSimpleUpdateExpr()
/external/clang/include/clang/AST/
DExternalASTSource.h181 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
DDeclCXX.h1471 typedef llvm::function_ref<bool(const CXXRecordDecl *BaseDefinition)>
1500 typedef llvm::function_ref<bool(const CXXBaseSpecifier *Specifier,
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp111 const DeclContext *DC, llvm::function_ref<bool(Decl::Kind)> IsKindWeWant, in FindExternalLexicalDecls()
/external/clang/lib/Serialization/
DModuleManager.cpp308 void ModuleManager::visit(llvm::function_ref<bool(ModuleFile &M)> Visitor, in visit()

12