OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:the_count
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
static-data-member-single-emission.cpp
8
int
the_count
= 0;
variable
10
const int HasStaticInit<T>::index =
the_count
++;
28
// There should only be one update to @
the_count
.
29
// CHECK-NOT: store i32 %{{.*}}, i32* @
the_count
30
// CHECK: store i32 %{{.*}}, i32* @
the_count
31
// CHECK-NOT: store i32 %{{.*}}, i32* @
the_count
/external/webrtc/src/system_wrappers/source/
critical_section_unittest.cc
92
ProtectedCount*
the_count
= static_cast<ProtectedCount*> (obj);
local
94
the_count
->Increment();
123
ProtectedCount*
the_count
= static_cast<ProtectedCount*> (obj);
local
125
the_count
->Increment();
Completed in 142 milliseconds