OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Cleared
(Results
1 - 4
of
4
) sorted by null
/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
...]
/external/webrtc/webrtc/modules/video_capture/
video_capture_defines.h
75
Cleared
= 1
video_capture_impl.cc
115
_captureAlarm !=
Cleared
)
119
_captureAlarm =
Cleared
;
154
_captureAlarm(
Cleared
),
/external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc
201
alarm_(webrtc::
Cleared
) {
530
EXPECT_EQ(webrtc::
Cleared
, capture_feedback_.alarm());
Completed in 310 milliseconds