Searched refs:NumKinds (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 351 unsigned NumKinds; 363 unsigned NumKinds) in OMPDirectiveListClause() argument 365 NumKinds(NumKinds) {} in OMPDirectiveListClause() 384 ->template getTrailingObjectsNonStrict<OpenMPDirectiveKind>(NumKinds); in getDirectiveKinds() 389 DK.size() == NumKinds && in setDirectiveKinds() 2333 SourceLocation EndLoc, unsigned NumKinds) in OMPAbsentClause() argument 2335 llvm::omp::OMPC_absent, StartLoc, LParenLoc, EndLoc, NumKinds) {} in OMPAbsentClause() 2338 OMPAbsentClause(unsigned NumKinds) in OMPAbsentClause() argument 2341 SourceLocation(), NumKinds) {} in OMPAbsentClause() 2349 static OMPAbsentClause *CreateEmpty(const ASTContext &C, unsigned NumKinds); [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 442 TheSummary->NumSummaryFields = Summary::NumKinds; in setSummary() 598 uint32_t SummarySize = Summary::getSize(Summary::NumKinds, NumEntries); in writeImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 1240 NumKinds = TotalBlockCount + 1 enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11163 unsigned NumKinds = Record.readInt(); in readClause() local 11164 C = OMPAbsentClause::CreateEmpty(Context, NumKinds); in readClause() 11171 unsigned NumKinds = Record.readInt(); in readClause() local 11172 C = OMPContainsClause::CreateEmpty(Context, NumKinds); in readClause()
|