/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);
|
SplitModule.h | 39 function_ref<void(std::unique_ptr<Module> MPart)> ModuleCallback,
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
SplitModule.h | 39 function_ref<void(std::unique_ptr<Module> MPart)> ModuleCallback,
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/ |
CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
SplitModule.h | 39 function_ref<void(std::unique_ptr<Module> MPart)> ModuleCallback,
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/ |
CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
SplitModule.h | 39 function_ref<void(std::unique_ptr<Module> MPart)> ModuleCallback,
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/ |
CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/ |
CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/ |
CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/ |
CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/ |
CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/ |
CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/ |
CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/ |
CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/ |
CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/ |
CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/ |
CtorUtils.h | 28 function_ref<bool(Function *)> ShouldRemove);
|
/external/llvm/include/llvm/CodeGen/ |
AtomicExpandUtils.h | 21 typedef function_ref<void(IRBuilder<> &, Value *, Value *, Value *,
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
AtomicExpandUtils.h | 21 typedef function_ref<void(IRBuilder<> &, Value *, Value *, Value *,
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/ |
AtomicExpandUtils.h | 26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/ |
AtomicExpandUtils.h | 26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
AtomicExpandUtils.h | 26 function_ref<void(IRBuilder<> &, Value *, Value *, Value *, AtomicOrdering,
|