Home
last modified time | relevance | path

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

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1333 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
1337 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
1362 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
1374 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1469 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
1473 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
1498 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
1510 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1681 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
1685 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
1710 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
1722 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1876 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
1880 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
1905 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
1917 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1876 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
1880 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
1905 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
1917 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp2040 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2044 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
2070 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2082 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2048 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2052 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
2078 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2090 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2003 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2007 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
2033 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2045 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp2003 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2007 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
2033 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2045 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2048 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2052 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
2078 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2090 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaOpenMP.cpp2069 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2073 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
2099 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2111 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2051 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2055 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
2081 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2093 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2051 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2055 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
2081 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2093 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2051 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2055 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
2081 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2093 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp2051 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2055 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
2081 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2093 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaOpenMP.cpp2051 bool IsVariableAssociatedWithSection = false; in isOpenMPCapturedByRef() local
2055 [&IsVariableUsedInMapClause, &IsVariableAssociatedWithSection, D]( in isOpenMPCapturedByRef()
2081 IsVariableAssociatedWithSection = true; in isOpenMPCapturedByRef()
2093 IsByRef = !(Ty->isPointerType() && IsVariableAssociatedWithSection); in isOpenMPCapturedByRef()