Searched refs:MappableComponent (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp926 // NumComponents x MappableComponent - the total of all the components in all
930 OMPClauseMappableExprCommon::MappableComponent>(
951 OMPClauseMappableExprCommon::MappableComponent>(
977 // NumComponents x MappableComponent - the total of all the components in all
981 OMPClauseMappableExprCommon::MappableComponent>(
998 OMPClauseMappableExprCommon::MappableComponent>(
1024 // NumComponents x MappableComponent - the total of all the components in all
1028 OMPClauseMappableExprCommon::MappableComponent>(
1047 OMPClauseMappableExprCommon::MappableComponent>(
1085 // NumComponents x MappableComponent
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4242 class MappableComponent { class in class:clang::OMPClauseMappableExprCommon
4252 explicit MappableComponent() = default;
4253 explicit MappableComponent(Expr *AssociatedExpression, function in class:clang::OMPClauseMappableExprCommon::MappableComponent
4270 using MappableExprComponentList = SmallVector<MappableComponent, 8>;
4271 using MappableExprComponentListRef = ArrayRef<MappableComponent>;
4441 MutableArrayRef<MappableComponent> getComponentsRef() {
4442 return MutableArrayRef<MappableComponent>(
4444 ->template getTrailingObjects<MappableComponent>(),
4449 ArrayRef<MappableComponent> getComponentsRef() const {
4450 return ArrayRef<MappableComponent>(
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12212 SmallVector<OMPClauseMappableExprCommon::MappableComponent, 32> Components;
12217 Components.push_back(OMPClauseMappableExprCommon::MappableComponent(
12329 SmallVector<OMPClauseMappableExprCommon::MappableComponent, 32> Components;
12334 Components.push_back(OMPClauseMappableExprCommon::MappableComponent(
12379 SmallVector<OMPClauseMappableExprCommon::MappableComponent, 32> Components;
12384 Components.push_back(OMPClauseMappableExprCommon::MappableComponent(
12429 SmallVector<OMPClauseMappableExprCommon::MappableComponent, 32> Components;
12434 Components.push_back(OMPClauseMappableExprCommon::MappableComponent(
12472 SmallVector<OMPClauseMappableExprCommon::MappableComponent, 32> Components;
12477 Components.push_back(OMPClauseMappableExprCommon::MappableComponent(
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3045 MappableComponent &MC) {
16007 [](const OMPClauseMappableExprCommon::MappableComponent &MC) {
17101 OMPClauseMappableExprCommon::MappableComponent(SimpleRefExpr, D));
17167 OMPClauseMappableExprCommon::MappableComponent MC(SimpleRefExpr, D);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7641 for (const OMPClauseMappableExprCommon::MappableComponent &MC :

Completed in 380 milliseconds