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

  /external/clang/test/Lexer/
cxx0x_keyword_as_cxx98.cpp 36 int thread_local; // expected-warning {{'thread_local' is a keyword in C++11}} variable
keywords_test.cpp 54 CXX11_KEYWORD(thread_local); variable
  /external/protobuf/gtest/test/
gtest-port_test.cc 778 ThreadLocal<String> thread_local; local
780 EXPECT_EQ(thread_local.pointer(), &(thread_local.get()));
783 thread_local.set("foo");
784 EXPECT_EQ(thread_local.pointer(), &(thread_local.get()));
788 ThreadLocal<String> thread_local; local
789 const ThreadLocal<String>& const_thread_local = thread_local;
791 EXPECT_EQ(thread_local.pointer(), const_thread_local.pointer());
793 thread_local.set("foo")
951 ThreadLocal<DestructorTracker> thread_local; local
980 ThreadLocal<DestructorTracker> thread_local; local
1006 ThreadLocal<String> thread_local; local
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 88 #define thread_local macro
173 thread_local

Completed in 220 milliseconds