Searched refs:zap (Results 1 - 12 of 12) sorted by relevance
/external/llvm/include/llvm/IR/ |
H A D | User.h | 56 Use::zap(OperandList, OperandList + NumOperands, true); 63 Use::zap(OperandList, OperandList + NumOperands);
|
H A D | 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/ |
H A D | Use.cpp | 123 // Use zap Implementation 126 void Use::zap(Use *Start, const Use *Stop, bool del) { function in class:llvm::Use
|
H A D | Instructions.cpp | 156 Use::zap(OldOps, OldOps + e, true); 248 Use::zap(OldOps, OldOps + e, true); 3266 Use::zap(OldOps, OldOps + e, true); 3308 Use::zap(OldOps, OldOps + e, true);
|
/external/icu4c/i18n/ |
H A D | 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/ |
H A D | armv4-mont.S | 133 str sp,[r4],#4 @ zap tp
|
H A D | ppc-mont.pl | 309 $STX $j,$tp,$j ; zap at once
|
H A D | ppc64-mont.pl | 980 std $i,8($nap_d) ; zap nap_d 990 stdx $i,$tp,$i ; zap tp at once 1044 std $i,8($nap_d) ; zap nap_d 1056 std $i,8($tp) ; zap tp at once
|
H A D | sparcv9-mont.pl | 281 st %g0,[$tp+%o7] ! zap tp
|
/external/icu4c/i18n/unicode/ |
H A D | regex.h | 614 void zap(); // Common cleanup
|
/external/v8/src/ |
H A D | 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);
|
/external/dexmaker/lib/ |
H A D | jarjar.jar | ... rule
public void addConfiguredZap (com.tonicsystems.jarjar.Zap) com.tonicsystems.jarjar.Zap zap
public void ... |
Completed in 193 milliseconds