Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp12299 auto TotalComponents = C->getTotalComponentsNum(); in VisitOMPMapClause() local
12326 Components.reserve(TotalComponents); in VisitOMPMapClause()
12327 for (unsigned i = 0; i < TotalComponents; ++i) { in VisitOMPMapClause()
12420 Components.reserve(TotalComponents); in VisitOMPToClause()
12421 for (unsigned i = 0; i < TotalComponents; ++i) { in VisitOMPToClause()
12462 Components.reserve(TotalComponents); in VisitOMPFromClause()
12463 for (unsigned i = 0; i < TotalComponents; ++i) { in VisitOMPFromClause()
12512 Components.reserve(TotalComponents); in VisitOMPUseDevicePtrClause()
12513 for (unsigned i = 0; i < TotalComponents; ++i) { in VisitOMPUseDevicePtrClause()
12555 Components.reserve(TotalComponents); in VisitOMPIsDevicePtrClause()
[all …]