HomeSort by relevance Sort by last modified time
    Searched refs: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/webrtc/system_wrappers/source/
critical_section_unittest.cc 72 ProtectedCount* the_count = static_cast<ProtectedCount*>(obj); local
73 the_count->Increment();
98 ProtectedCount* the_count = static_cast<ProtectedCount*>(obj); local
99 the_count->Increment();

Completed in 422 milliseconds