Searched refs:OpenACCVectorLengthClause (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenACCClause.cpp | 53 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 D | StmtProfile.cpp | 2682 const OpenACCVectorLengthClause &Clause) { in VisitVectorLengthClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenACCClause.cpp | 731 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 D | TreeTransform.h | 12166 const OpenACCVectorLengthClause &C) { in VisitVectorLengthClause() 12181 NewClause = OpenACCVectorLengthClause::Create( in VisitVectorLengthClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenACCClause.h | 742 class OpenACCVectorLengthClause : public OpenACCClauseWithSingleIntExpr { 743 OpenACCVectorLengthClause(SourceLocation BeginLoc, SourceLocation LParenLoc, 750 static OpenACCVectorLengthClause *
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACCClause.cpp | 444 void VisitVectorLengthClause(const OpenACCVectorLengthClause &clause) { in VisitVectorLengthClause()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8713 const auto *NWC = cast<OpenACCVectorLengthClause>(C); in writeOpenACCClause()
|
| H A D | ASTReader.cpp | 12732 return OpenACCVectorLengthClause::Create(getContext(), BeginLoc, LParenLoc, in readOpenACCClause()
|