Home
last modified time | relevance | path

Searched refs:threadsafe (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/Driver/
H A Dthreadsafe-statics.clcpp2 // RUN: %clang -### -fno-threadsafe-statics -DNO_THREADSAFE_STATICS -c %s 2>&1 | FileCheck --check-…
5 // CHECK-NO-THREADSAFE-STATICS: "-fno-threadsafe-statics"
11 // CHECK-THREADSAFE-STATICS-NOT: "-fno-threadsafe-statics"
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Ddynamic-static-initializers.rst11 static variables initialized at runtime (e.g. by ``-fno-threadsafe-statics``), even if a particular…
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2356 bool threadsafe = getContext().getLangOpts().ThreadsafeStatics && in EmitGuardedInit() local
2362 bool useInt8GuardVariable = !threadsafe && var->hasInternalLinkage(); in EmitGuardedInit()
2451 if (threadsafe) in EmitGuardedInit()
2490 if (threadsafe) { in EmitGuardedInit()
2509 if (threadsafe) { in EmitGuardedInit()
/llvm-project-15.0.7/llvm/docs/
H A DGarbageCollection.rst458 /// Since there is only a global list, this technique is not threadsafe.
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst2569 .. option:: -fthreadsafe-statics, -fno-threadsafe-statics
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td2851 defm threadsafe_statics : BoolFOption<"threadsafe-statics",