Home
last modified time | relevance | path

Searched refs:DepLoc (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDDeadStoreElimination.cpp543 MemoryLocation DepLoc = getLocForWrite(DepWrite, *AA); in runOnBasicBlock() local
545 if (!DepLoc.Ptr) in runOnBasicBlock()
556 isOverwrite(Loc, DepLoc, DL, AA->getTargetLibraryInfo(), in runOnBasicBlock()
588 << DepLoc.Size << ")" in runOnBasicBlock()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseOpenMP.cpp715 SourceLocation DepLoc; in ParseOpenMPVarListClause() local
745 DepLoc = Tok.getLocation(); in ParseOpenMPVarListClause()
817 DepKind, DepLoc); in ParseOpenMPVarListClause()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDOpenMPClause.h2229 SourceLocation DepLoc; variable
2258 void setDependencyLoc(SourceLocation Loc) { DepLoc = Loc; } in setDependencyLoc()
2278 SourceLocation DepLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL);
2289 SourceLocation getDependencyLoc() const { return DepLoc; } in getDependencyLoc()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp5135 SourceLocation DepLoc) { in ActOnOpenMPVarListClause() argument
5172 Res = ActOnOpenMPDependClause(DepKind, DepLoc, ColonLoc, VarList, StartLoc, in ActOnOpenMPVarListClause()
6727 SourceLocation DepLoc, SourceLocation ColonLoc, in ActOnOpenMPDependClause() argument
6748 Diag(DepLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDependClause()
6785 DepLoc, ColonLoc, Vars); in ActOnOpenMPDependClause()
HDTreeTransform.h1581 RebuildOMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in RebuildOMPDependClause() argument
1585 return getSema().ActOnOpenMPDependClause(DepKind, DepLoc, ColonLoc, VarList, in RebuildOMPDependClause()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp1593 OpenMPDependClauseKind DepKind, SourceLocation DepLoc, in Create() argument
1602 Clause->setDependencyLoc(DepLoc); in Create()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h7957 SourceLocation DepLoc);
8016 ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc,