HomeSort by relevance Sort by last modified time
    Searched refs:zap (Results 1 - 25 of 43) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gold/testsuite/
icf_preemptible_functions_test.cc 25 // be folded although they are identical as zap or zip could be preempted.
27 int zap() function
39 zap();
  /external/jarjar/src/main/com/tonicsystems/jarjar/
JarJarTask.java 35 public void addConfiguredZap(Zap zap) {
36 if (zap.getPattern() == null)
37 throw new IllegalArgumentException("The <zap> element requires a \"pattern\" attribute.");
38 patterns.add(zap);
ZapProcessor.java 27 public ZapProcessor(List<Zap> zapList) {
34 return !zap(name.substring(0, name.length() - 6));
38 private boolean zap(String desc) { method in class:ZapProcessor
  /external/vboot_reference/cgpt/
cmd_create.c 49 params.zap = 1;
  /external/swiftshader/third_party/LLVM/include/llvm/
User.h 54 Use::zap(OperandList, OperandList + NumOperands, true);
61 Use::zap(OperandList, OperandList + NumOperands);
  /external/llvm/lib/IR/
User.cpp 87 Use::zap(OldOps, OldOps + OldNumUses, true);
179 Use::zap(*HungOffOperandList, *HungOffOperandList + Obj->NumUserOperands,
184 Use::zap(UseBegin, UseBegin + Obj->NumUserOperands, /* Delete */ false);
191 Use::zap(Storage, Storage + Obj->NumUserOperands,
Use.cpp 87 void Use::zap(Use *Start, const Use *Stop, bool del) { function in class:llvm::Use
  /external/vboot_reference/host/include/
cgpt_params.h 19 int zap; member in struct:CgptCreateParams
  /external/autotest/client/profilers/powertop/src/
cpufreqstats.c 48 static void zap(void) function
132 zap();
  /external/llvm/include/llvm/IR/
Use.h 79 /// Destructor - Only for zap()
121 static void zap(Use *Start, const Use *Stop, bool del = false);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Use.cpp 122 // Use zap Implementation
125 void Use::zap(Use *Start, const Use *Stop, bool del) { function in class:llvm::Use
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Use.h 69 /// Destructor - Only for zap()
111 static void zap(Use *Start, const Use *Stop, bool del = false);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Use.h 69 /// Destructor - Only for zap()
111 static void zap(Use *Start, const Use *Stop, bool del = false);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Use.h 93 /// Destructor - Only for zap()
137 static void zap(Use *Start, const Use *Stop, bool del = false);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Use.h 93 /// Destructor - Only for zap()
137 static void zap(Use *Start, const Use *Stop, bool del = false);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Use.h 93 /// Destructor - Only for zap()
137 static void zap(Use *Start, const Use *Stop, bool del = false);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Use.h 93 /// Destructor - Only for zap()
137 static void zap(Use *Start, const Use *Stop, bool del = false);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Use.h 93 /// Destructor - Only for zap()
137 static void zap(Use *Start, const Use *Stop, bool del = false);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Use.h 93 /// Destructor - Only for zap()
137 static void zap(Use *Start, const Use *Stop, bool del = false);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Use.h 69 /// Destructor - Only for zap()
111 static void zap(Use *Start, const Use *Stop, bool del = false);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Use.h 93 /// Destructor - Only for zap()
137 static void zap(Use *Start, const Use *Stop, bool del = false);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Use.h 93 /// Destructor - Only for zap()
137 static void zap(Use *Start, const Use *Stop, bool del = false);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Use.h 93 /// Destructor - Only for zap()
137 static void zap(Use *Start, const Use *Stop, bool del = false);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Use.h 93 /// Destructor - Only for zap()
137 static void zap(Use *Start, const Use *Stop, bool del = false);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Use.h 93 /// Destructor - Only for zap()
137 static void zap(Use *Start, const Use *Stop, bool del = false);

Completed in 538 milliseconds

1 2