Home
last modified time | relevance | path

Searched refs:DepKind (Results 151 – 175 of 196) sorted by relevance

12345678

/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h4633 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; variable
4670 void setDependencyKind(OpenMPDependClauseKind K) { DepKind = K; } in setDependencyKind()
4697 OpenMPDependClauseKind DepKind,
4711 OpenMPDependClauseKind getDependencyKind() const { return DepKind; } in getDependencyKind()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DOpenMPClause.h4633 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; variable
4670 void setDependencyKind(OpenMPDependClauseKind K) { DepKind = K; } in setDependencyKind()
4697 OpenMPDependClauseKind DepKind,
4711 OpenMPDependClauseKind getDependencyKind() const { return DepKind; } in getDependencyKind()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/
H A Dschema-loader.c++1548 _::RawBrandedSchema::DepKind::kind, index); \ in makeBrandedDependencies()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/
H A Dschema-loader.c++1548 _::RawBrandedSchema::DepKind::kind, index); \ in makeBrandedDependencies()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Parse/
H A DParser.h2938 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; member
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Parse/
H A DParser.h2878 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; member
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Parse/
H A DParser.h2844 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown; member
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5281 RTLDependenceKindTy DepKind; in emitTaskCall() local
5284 DepKind = DepIn; in emitTaskCall()
5289 DepKind = DepInOut; in emitTaskCall()
5292 DepKind = DepMutexInOutSet; in emitTaskCall()
5301 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(LLVMFlagsTy, DepKind), in emitTaskCall()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5030 RTLDependenceKindTy DepKind;
5033 DepKind = DepIn;
5038 DepKind = DepInOut;
5047 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(LLVMFlagsTy, DepKind),
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5239 RTLDependenceKindTy DepKind; in emitTaskCall() local
5242 DepKind = DepIn; in emitTaskCall()
5247 DepKind = DepInOut; in emitTaskCall()
5250 DepKind = DepMutexInOutSet; in emitTaskCall()
5259 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(LLVMFlagsTy, DepKind), in emitTaskCall()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5239 RTLDependenceKindTy DepKind; in emitTaskCall() local
5242 DepKind = DepIn; in emitTaskCall()
5247 DepKind = DepInOut; in emitTaskCall()
5250 DepKind = DepMutexInOutSet; in emitTaskCall()
5259 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(LLVMFlagsTy, DepKind), in emitTaskCall()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5117 RTLDependenceKindTy DepKind; in emitTaskCall() local
5120 DepKind = DepIn; in emitTaskCall()
5125 DepKind = DepInOut; in emitTaskCall()
5134 CGF.EmitStoreOfScalar(llvm::ConstantInt::get(LLVMFlagsTy, DepKind), in emitTaskCall()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/compiler/
H A Dcapnpc-c++.c++778 _::RawBrandedSchema::DepKind::kind, index); \ in makeBrandDepMap()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/compiler/
H A Dcapnpc-c++.c++790 _::RawBrandedSchema::DepKind::kind, index); \ in makeBrandDepMap()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Sema/
H A DSema.h9600 DeclarationNameInfo &ReductionOrMapperId, OpenMPDependClauseKind DepKind,
9681 ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc,
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Sema/
H A DSema.h9252 const DeclarationNameInfo &ReductionId, OpenMPDependClauseKind DepKind,
9329 ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc,
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Sema/
H A DSema.h9164 const DeclarationNameInfo &ReductionId, OpenMPDependClauseKind DepKind,
9239 ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc,
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h1775 RebuildOMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in RebuildOMPDependClause() argument
1779 return getSema().ActOnOpenMPDependClause(DepKind, DepLoc, ColonLoc, VarList, in RebuildOMPDependClause()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h1777 RebuildOMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in RebuildOMPDependClause() argument
1781 return getSema().ActOnOpenMPDependClause(DepKind, DepLoc, ColonLoc, VarList, in RebuildOMPDependClause()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1828 RebuildOMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in RebuildOMPDependClause() argument
1832 return getSema().ActOnOpenMPDependClause(DepKind, DepLoc, ColonLoc, VarList, in RebuildOMPDependClause()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h1828 RebuildOMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in RebuildOMPDependClause() argument
1832 return getSema().ActOnOpenMPDependClause(DepKind, DepLoc, ColonLoc, VarList, in RebuildOMPDependClause()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h1814 RebuildOMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in RebuildOMPDependClause() argument
1818 return getSema().ActOnOpenMPDependClause(DepKind, DepLoc, ColonLoc, VarList, in RebuildOMPDependClause()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DTreeTransform.h1869 RebuildOMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind, in RebuildOMPDependClause() argument
1873 return getSema().ActOnOpenMPDependClause(DepModifier, DepKind, DepLoc, in RebuildOMPDependClause()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DTreeTransform.h1870 RebuildOMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind, in RebuildOMPDependClause() argument
1874 return getSema().ActOnOpenMPDependClause(DepModifier, DepKind, DepLoc, in RebuildOMPDependClause()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h1864 RebuildOMPDependClause(Expr *DepModifier, OpenMPDependClauseKind DepKind, in RebuildOMPDependClause() argument
1868 return getSema().ActOnOpenMPDependClause(DepModifier, DepKind, DepLoc, in RebuildOMPDependClause()

12345678