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

  /external/webrtc/webrtc/modules/video_capture/
video_capture_defines.h 75 Cleared = 1
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
SafepointIRVerifier.cpp 296 bool Cleared = false;
505 static void transferInstruction(const Instruction &I, bool &Cleared,
534 transferInstruction(I, BBS->Cleared, BBS->Contribution);
588 bool Cleared = false;
589 transferInstruction(I, Cleared, AvailableSet);
590 (void)Cleared;
715 bool Cleared = false;
716 transferInstruction(I, Cleared, AvailableSet);
717 (void)Cleared;
735 // If this block is 'Cleared', then nothing LiveIn to this block can b
    [all...]

Completed in 86 milliseconds