/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/CodeGen/ |
AtomicExpandUtils.h | 21 typedef function_ref<void(IRBuilder<> &, Value *, Value *, Value *,
|
/external/llvm/include/llvm/Support/ |
CrashRecoveryContext.h | 75 bool RunSafely(function_ref<void()> Fn); 88 bool RunSafelyOnThread(function_ref<void()>, unsigned RequestedStackSize = 0);
|
/external/clang/tools/libclang/ |
CIndexer.h | 88 bool RunSafely(llvm::CrashRecoveryContext &CRC, llvm::function_ref<void()> Fn,
|
/external/llvm/lib/Support/ |
CrashRecoveryContext.cpp | 316 bool CrashRecoveryContext::RunSafely(function_ref<void()> Fn) { 362 function_ref<void()> Fn; 378 bool CrashRecoveryContext::RunSafelyOnThread(function_ref<void()> Fn,
|
/external/llvm/lib/CodeGen/MIRParser/ |
MILexer.cpp | 138 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { 154 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { 246 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { 331 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { 342 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { 378 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { 396 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { 461 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { 532 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) { 556 function_ref<void(StringRef::iterator Loc, const Twine &)> ErrorCallback) [all...] |
MILexer.h | 189 function_ref<void(StringRef::iterator, const Twine &)> ErrorCallback);
|
/external/clang/lib/AST/ |
ExternalASTSource.cpp | 109 const DeclContext *DC, llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
|
/external/llvm/include/llvm/ADT/ |
STLExtras.h | 65 /// a function_ref. 66 template<typename Fn> class function_ref; 69 class function_ref<Ret(Params...)> { class in namespace:llvm 81 function_ref(Callable &&callable, function in class:llvm::function_ref 84 function_ref>::value>::type * = nullptr)
|
/external/clang/include/clang/Basic/ |
Module.h | 547 typedef llvm::function_ref<void(Module *M)> VisibleCallback; 551 typedef llvm::function_ref<void(ArrayRef<Module *> Path,
|
/external/clang/include/clang/Driver/ |
Multilib.h | 106 typedef llvm::function_ref<bool(const Multilib &)> FilterCallback;
|
/external/clang/include/clang/Sema/ |
MultiplexExternalSemaSource.h | 109 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
|
/external/clang/include/clang/Serialization/ |
ModuleManager.h | 258 void visit(llvm::function_ref<bool(ModuleFile &M)> Visitor,
|
/external/llvm/lib/Transforms/Utils/ |
CtorUtils.cpp | 121 function_ref<bool(Function *)> ShouldRemove) {
|
/external/clang/lib/Frontend/ |
ChainedIncludesSource.cpp | 52 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant, 253 const DeclContext *DC, llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
|
/external/clang/lib/CodeGen/ |
CGAtomic.cpp | 234 const llvm::function_ref<RValue(RValue)> &UpdateOp, 274 const llvm::function_ref<RValue(RValue)> &UpdateOp, 278 const llvm::function_ref<RValue(RValue)> &UpdateOp, [all...] |
CGOpenMPRuntime.h | 46 typedef llvm::function_ref<void(CodeGenFunction &)> RegionCodeGenTy; [all...] |
CodeGenFunction.h | 587 llvm::function_ref<Address()> PrivateGen) { [all...] |
CGStmtOpenMP.cpp | 200 const llvm::function_ref<void(Address, Address)> &CopyGen) { [all...] |
/external/clang/include/clang/AST/ |
ExternalASTSource.h | 181 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
|
DeclCXX.h | [all...] |
/external/clang/lib/Sema/ |
MultiplexExternalSemaSource.cpp | 111 const DeclContext *DC, llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
|
/external/clang/lib/Serialization/ |
ModuleManager.cpp | 308 void ModuleManager::visit(llvm::function_ref<bool(ModuleFile &M)> Visitor,
|