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

  /external/llvm/include/llvm/IR/
User.h 56 Use::zap(OperandList, OperandList + NumOperands, true);
63 Use::zap(OperandList, OperandList + NumOperands);
Use.h 71 /// Destructor - Only for zap()
119 /// zap - This is used to destroy Use operands when the number of operands of
121 static void zap(Use *Start, const Use *Stop, bool del = false);
  /external/llvm/lib/IR/
Use.cpp 123 // Use zap Implementation
126 void Use::zap(Use *Start, const Use *Stop, bool del) { function in class:llvm::Use
Instructions.cpp 156 Use::zap(OldOps, OldOps + e, true);
248 Use::zap(OldOps, OldOps + e, true);
    [all...]
  /external/icu4c/i18n/
repattrn.cpp 63 zap();
183 // zap Delete everything owned by this RegexPattern.
186 void RegexPattern::zap() { function in class:RegexPattern
224 zap();
  /external/openssl/crypto/bn/asm/
armv4-mont.S 133 str sp,[r4],#4 @ zap tp
ppc-mont.pl 309 $STX $j,$tp,$j ; zap at once
sparcv9-mont.pl 281 st %g0,[$tp+%o7] ! zap tp
  /external/icu4c/i18n/unicode/
regex.h 614 void zap(); // Common cleanup
    [all...]
  /external/v8/src/
builtins.cc 359 // If we are doing a big trim in old space then we zap the space that was
362 Object** zap = reinterpret_cast<Object**>(elms->address()); local
363 zap++; // Header of filler must be at least one word so skip that.
365 *zap++ = Smi::FromInt(0);
    [all...]
  /external/dexmaker/lib/
jarjar.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.0rc8.jar 

Completed in 166 milliseconds