Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderStmt.cpp2273 auto TotalComponents = C->getTotalComponentsNum(); in VisitOMPMapClause() local
2301 Components.reserve(TotalComponents); in VisitOMPMapClause()
2302 for (unsigned i = 0; i < TotalComponents; ++i) { in VisitOMPMapClause()
2367 auto TotalComponents = C->getTotalComponentsNum(); in VisitOMPToClause() local
2395 Components.reserve(TotalComponents); in VisitOMPToClause()
2396 for (unsigned i = 0; i < TotalComponents; ++i) { in VisitOMPToClause()
2411 auto TotalComponents = C->getTotalComponentsNum(); in VisitOMPFromClause() local
2439 Components.reserve(TotalComponents); in VisitOMPFromClause()
2440 for (unsigned i = 0; i < TotalComponents; ++i) { in VisitOMPFromClause()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp12593 auto TotalComponents = C->getTotalComponentsNum(); in VisitOMPMapClause() local
12626 Components.reserve(TotalComponents); in VisitOMPMapClause()
12627 for (unsigned i = 0; i < TotalComponents; ++i) { in VisitOMPMapClause()
12716 auto TotalComponents = C->getTotalComponentsNum(); in VisitOMPToClause() local
12749 Components.reserve(TotalComponents); in VisitOMPToClause()
12750 for (unsigned i = 0; i < TotalComponents; ++i) { in VisitOMPToClause()
12772 auto TotalComponents = C->getTotalComponentsNum(); in VisitOMPFromClause() local
12805 Components.reserve(TotalComponents); in VisitOMPFromClause()
12806 for (unsigned i = 0; i < TotalComponents; ++i) { in VisitOMPFromClause()
12820 auto TotalComponents = C->getTotalComponentsNum(); in VisitOMPUseDevicePtrClause() local
[all …]