Home
last modified time | relevance | path

Searched refs:BindKind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h700 enum BindKind {
739 BoundNodesTreeBuilder *Builder, BindKind Bind) {
754 BoundNodesTreeBuilder *Builder, BindKind Bind) {
794 BindKind Bind) = 0;
799 BindKind Bind) = 0;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp95 internal::ASTMatchFinder::BindKind Bind, in MatchDescendantVisitor()
209 const internal::ASTMatchFinder::BindKind Bind;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4785 OpenMPBindClauseKind BindKind, in checkNestingOfRegions() argument
4870 (BindKind == OMPC_BIND_parallel || BindKind == OMPC_BIND_teams) && in checkNestingOfRegions()
4873 int ErrorMsgNumber = (BindKind == OMPC_BIND_parallel) ? 1 : 4; in checkNestingOfRegions()
5026 BindKind == OMPC_BIND_teams && EnclosingConstruct != OMPD_teams; in checkNestingOfRegions()
5986 ArrayRef<OMPClause *> Clauses, OpenMPBindClauseKind &BindKind, in mapLoopConstruct() argument
5998 if (BindKind == OMPC_BIND_unknown) { in mapLoopConstruct()
6006 BindKind = OMPC_BIND_thread; // Default bind(thread) if binding is unknown in mapLoopConstruct()
6014 BindKind = OMPC_BIND_parallel; in mapLoopConstruct()
6016 BindKind = OMPC_BIND_teams; in mapLoopConstruct()
6028 if (BindKind == OMPC_BIND_teams && in mapLoopConstruct()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1447 OpenMPBindClauseKind &BindKind,