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

  /external/llvm/unittests/IR/
ValueHandleTest.cpp 338 std::unique_ptr<WeakVH> ToClear[2];
340 ToClear[0].reset(new WeakVH(V));
342 ToClear[1].reset(new WeakVH(V));
345 ToClear[0].reset();
346 ToClear[1].reset();
350 ToClear[0].reset();
351 ToClear[1].reset();
383 AssertingVH<Value> *ToClear[2];
387 ToClear[0] = &A0;
388 ToClear[1] = &A1
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.c 715 int toclear, toset; /* bits to clear and to set in all live objects */ local
718 toclear = ~0; /* clear nothing */
723 toclear = maskcolors; /* clear all color bits + old bit */
740 gch(curr)->marked = cast_byte((marked & toclear) | toset);
    [all...]

Completed in 4853 milliseconds