Home
last modified time | relevance | path

Searched refs:OpenACCVectorLengthClause (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp53 OpenACCVectorLengthClause::classof(C) || in classof()
203 OpenACCVectorLengthClause::OpenACCVectorLengthClause(SourceLocation BeginLoc, in OpenACCVectorLengthClause() function in OpenACCVectorLengthClause
214 OpenACCVectorLengthClause *
215 OpenACCVectorLengthClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create()
218 void *Mem = C.Allocate(sizeof(OpenACCVectorLengthClause), in Create()
219 alignof(OpenACCVectorLengthClause)); in Create()
221 OpenACCVectorLengthClause(BeginLoc, LParenLoc, IntExpr, EndLoc); in Create()
693 const OpenACCVectorLengthClause &C) { in VisitVectorLengthClause()
H A DStmtProfile.cpp2682 const OpenACCVectorLengthClause &Clause) { in VisitVectorLengthClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp731 if (DisallowSinceLastDeviceType<OpenACCVectorLengthClause>(Clause)) in VisitVectorLengthClause()
756 return OpenACCVectorLengthClause::Create( in VisitVectorLengthClause()
1309 llvm::IsaPred<OpenACCVectorLengthClause>); in VisitVectorClause()
1332 llvm::IsaPred<OpenACCVectorLengthClause>); in VisitVectorClause()
H A DTreeTransform.h12166 const OpenACCVectorLengthClause &C) { in VisitVectorLengthClause()
12181 NewClause = OpenACCVectorLengthClause::Create( in VisitVectorLengthClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h742 class OpenACCVectorLengthClause : public OpenACCClauseWithSingleIntExpr {
743 OpenACCVectorLengthClause(SourceLocation BeginLoc, SourceLocation LParenLoc,
750 static OpenACCVectorLengthClause *
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenOpenACCClause.cpp444 void VisitVectorLengthClause(const OpenACCVectorLengthClause &clause) { in VisitVectorLengthClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8713 const auto *NWC = cast<OpenACCVectorLengthClause>(C); in writeOpenACCClause()
H A DASTReader.cpp12732 return OpenACCVectorLengthClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()