Home
last modified time | relevance | path

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

/llvm-project/libcxxabi/test/
H A Dguard_threaded_test.pass.cpp114 struct FunctionLocalStatic { struct
115 FunctionLocalStatic() {} in FunctionLocalStatic() function
116 FunctionLocalStatic(FunctionLocalStatic const&) = delete;
129 FunctionLocalStatic *this_obj; argument
191 FunctionLocalStatic<GuardType, Impl> test_obj; in test_free_for_all()
212 FunctionLocalStatic<GuardType, Impl> test_obj; in test_waiting_for_init()
248 FunctionLocalStatic<GuardType, Impl> test_obj; in test_aborted_init()
283 FunctionLocalStatic<GuardType, Impl> test_obj; in test_completed_init()
/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h50 FunctionLocalStatic, enumerator
/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1791 return StorageClass::FunctionLocalStatic; in demangleVariableStorageClass()