HomeSort by relevance Sort by last modified time
    Searched full:shouldremove (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
CtorUtils.h 25 /// Call "ShouldRemove" for every entry in M's global_ctor list and remove the
28 function_ref<bool(Function *)> ShouldRemove);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CtorUtils.h 25 /// Call "ShouldRemove" for every entry in M's global_ctor list and remove the
28 function_ref<bool(Function *)> ShouldRemove);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CtorUtils.h 25 /// Call "ShouldRemove" for every entry in M's global_ctor list and remove the
28 function_ref<bool(Function *)> ShouldRemove);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CtorUtils.h 25 /// Call "ShouldRemove" for every entry in M's global_ctor list and remove the
28 function_ref<bool(Function *)> ShouldRemove);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CtorUtils.h 25 /// Call "ShouldRemove" for every entry in M's global_ctor list and remove the
28 function_ref<bool(Function *)> ShouldRemove);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CtorUtils.h 25 /// Call "ShouldRemove" for every entry in M's global_ctor list and remove the
28 function_ref<bool(Function *)> ShouldRemove);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CtorUtils.h 25 /// Call "ShouldRemove" for every entry in M's global_ctor list and remove the
28 function_ref<bool(Function *)> ShouldRemove);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CtorUtils.h 25 /// Call "ShouldRemove" for every entry in M's global_ctor list and remove the
28 function_ref<bool(Function *)> ShouldRemove);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CtorUtils.h 25 /// Call "ShouldRemove" for every entry in M's global_ctor list and remove the
28 function_ref<bool(Function *)> ShouldRemove);
  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 118 /// Call "ShouldRemove" for every entry in M's global_ctor list and remove the
121 function_ref<bool(Function *)> ShouldRemove) {
149 if (ShouldRemove(F)) {
  /external/clang/lib/Serialization/
MultiOnDiskHashTable.h 116 auto ShouldRemove = [&Files](void *T) -> bool {
124 ShouldRemove),
  /device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp 230 bool shouldRemove = !handle->refCount;
231 if (shouldRemove) {
234 return shouldRemove;
    [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h     [all...]
  /hardware/interfaces/camera/device/3.2/default/
CameraDeviceSession.cpp 376 bool shouldRemove = false;
381 shouldRemove = true;
384 if (shouldRemove) {
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java 718 boolean shouldRemove = (entrySet.size() > entriesToRetain.size());
720 assertEquals(shouldRemove, didRemove);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-testlib-20.0.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 2554 milliseconds