Home
last modified time | relevance | path

Searched refs:isScopedVar (Results 1 – 16 of 16) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Analysis/
H A DThreadSafety.cpp1825 bool isScopedVar = false; in handleCall() local
1830 isScopedVar = true; in handleCall()
1912 if (isScopedVar) in handleCall()
1923 if (isScopedVar) in handleCall()
1948 M, LK_Exclusive, Loc, isScopedVar), in handleCall()
1952 M, LK_Shared, Loc, isScopedVar), in handleCall()
1955 if (isScopedVar) { in handleCall()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Analysis/
H A DThreadSafety.cpp1825 bool isScopedVar = false; in handleCall() local
1830 isScopedVar = true; in handleCall()
1912 if (isScopedVar) in handleCall()
1923 if (isScopedVar) in handleCall()
1948 M, LK_Exclusive, Loc, isScopedVar), in handleCall()
1952 M, LK_Shared, Loc, isScopedVar), in handleCall()
1955 if (isScopedVar) { in handleCall()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Analysis/
H A DThreadSafety.cpp1810 bool isScopedVar = false; in handleCall() local
1815 isScopedVar = true; in handleCall()
1897 if (isScopedVar) in handleCall()
1908 if (isScopedVar) in handleCall()
1933 M, LK_Exclusive, Loc, isScopedVar), in handleCall()
1937 M, LK_Shared, Loc, isScopedVar), in handleCall()
1940 if (isScopedVar) { in handleCall()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Analysis/
H A DThreadSafety.cpp1810 bool isScopedVar = false; in handleCall() local
1815 isScopedVar = true; in handleCall()
1897 if (isScopedVar) in handleCall()
1908 if (isScopedVar) in handleCall()
1933 M, LK_Exclusive, Loc, isScopedVar), in handleCall()
1937 M, LK_Shared, Loc, isScopedVar), in handleCall()
1940 if (isScopedVar) { in handleCall()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Analysis/
H A DThreadSafety.cpp1825 bool isScopedVar = false; in handleCall() local
1830 isScopedVar = true; in handleCall()
1912 if (isScopedVar) in handleCall()
1923 if (isScopedVar) in handleCall()
1948 M, LK_Exclusive, Loc, isScopedVar), in handleCall()
1952 M, LK_Shared, Loc, isScopedVar), in handleCall()
1955 if (isScopedVar) { in handleCall()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Analysis/
H A DThreadSafety.cpp1831 bool isScopedVar = false; in handleCall() local
1836 isScopedVar = true; in handleCall()
1920 if (isScopedVar) in handleCall()
1931 if (isScopedVar) in handleCall()
1955 isScopedVar ? FactEntry::Managed : FactEntry::Acquired; in handleCall()
1965 if (isScopedVar) { in handleCall()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Analysis/
H A DThreadSafety.cpp1810 bool isScopedVar = false; in handleCall() local
1815 isScopedVar = true; in handleCall()
1897 if (isScopedVar) { in handleCall()
1932 M, LK_Exclusive, Loc, isScopedVar), in handleCall()
1936 M, LK_Shared, Loc, isScopedVar), in handleCall()
1939 if (isScopedVar) { in handleCall()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Analysis/
H A DThreadSafety.cpp1810 bool isScopedVar = false; in handleCall() local
1815 isScopedVar = true; in handleCall()
1897 if (isScopedVar) { in handleCall()
1932 M, LK_Exclusive, Loc, isScopedVar), in handleCall()
1936 M, LK_Shared, Loc, isScopedVar), in handleCall()
1939 if (isScopedVar) { in handleCall()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1810 bool isScopedVar = false; in handleCall() local
1815 isScopedVar = true; in handleCall()
1897 if (isScopedVar) { in handleCall()
1932 M, LK_Exclusive, Loc, isScopedVar), in handleCall()
1936 M, LK_Shared, Loc, isScopedVar), in handleCall()
1939 if (isScopedVar) { in handleCall()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Analysis/
H A DThreadSafety.cpp1810 bool isScopedVar = false;
1815 isScopedVar = true;
1897 if (isScopedVar) {
1932 M, LK_Exclusive, Loc, isScopedVar),
1936 M, LK_Shared, Loc, isScopedVar),
1939 if (isScopedVar) {
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Analysis/
H A DThreadSafety.cpp1729 bool isScopedVar = false;
1734 isScopedVar = true;
1816 if (isScopedVar) {
1851 M, LK_Exclusive, Loc, isScopedVar),
1855 M, LK_Shared, Loc, isScopedVar),
1858 if (isScopedVar) {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Analysis/
H A DThreadSafety.cpp1826 bool isScopedVar = false; in handleCall() local
1831 isScopedVar = true; in handleCall()
1915 if (isScopedVar) in handleCall()
1926 if (isScopedVar) in handleCall()
1950 isScopedVar ? FactEntry::Managed : FactEntry::Acquired; in handleCall()
1960 if (isScopedVar) { in handleCall()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Analysis/
H A DThreadSafety.cpp1826 bool isScopedVar = false; in handleCall() local
1831 isScopedVar = true; in handleCall()
1915 if (isScopedVar) in handleCall()
1926 if (isScopedVar) in handleCall()
1950 isScopedVar ? FactEntry::Managed : FactEntry::Acquired; in handleCall()
1960 if (isScopedVar) { in handleCall()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1826 bool isScopedVar = false; in handleCall() local
1831 isScopedVar = true; in handleCall()
1915 if (isScopedVar) in handleCall()
1926 if (isScopedVar) in handleCall()
1950 isScopedVar ? FactEntry::Managed : FactEntry::Acquired; in handleCall()
1960 if (isScopedVar) { in handleCall()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Analysis/
H A DThreadSafety.cpp1826 bool isScopedVar = false; in handleCall() local
1831 isScopedVar = true; in handleCall()
1915 if (isScopedVar) in handleCall()
1926 if (isScopedVar) in handleCall()
1950 isScopedVar ? FactEntry::Managed : FactEntry::Acquired; in handleCall()
1960 if (isScopedVar) { in handleCall()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Analysis/
H A DThreadSafety.cpp1826 bool isScopedVar = false; in handleCall() local
1831 isScopedVar = true; in handleCall()
1915 if (isScopedVar) in handleCall()
1926 if (isScopedVar) in handleCall()
1950 isScopedVar ? FactEntry::Managed : FactEntry::Acquired; in handleCall()
1960 if (isScopedVar) { in handleCall()