Home
last modified time | relevance | path

Searched refs:FunctionLocalStatic (Results 1 – 3 of 3) sorted by relevance

/external/libcxxabi/test/
Dguard_threaded_test.pass.cpp63 struct FunctionLocalStatic { struct
64 FunctionLocalStatic() { reset(); } in FunctionLocalStatic() function
65 FunctionLocalStatic(FunctionLocalStatic const&) = delete;
77 explicit Accessor(FunctionLocalStatic& obj) : this_obj(&obj) {} in Accessor() argument
84 FunctionLocalStatic *this_obj;
208 FunctionLocalStatic<GuardType, Impl> test_obj; in test_free_for_all()
236 FunctionLocalStatic<GuardType, Impl> test_obj; in test_waiting_for_init()
273 FunctionLocalStatic<GuardType, Impl> test_obj; in test_aborted_init()
315 FunctionLocalStatic<GuardType, Impl> test_obj; in test_completed_init()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h52 FunctionLocalStatic, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp1732 return StorageClass::FunctionLocalStatic; in demangleVariableStorageClass()