OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MappableComponent
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp
1103
// NumComponents x
MappableComponent
- the total of all the components in all
1107
OMPClauseMappableExprCommon::
MappableComponent
>(
1128
OMPClauseMappableExprCommon::
MappableComponent
>(
1156
// NumComponents x
MappableComponent
- the total of all the components in all
1160
OMPClauseMappableExprCommon::
MappableComponent
>(
1178
OMPClauseMappableExprCommon::
MappableComponent
>(
1206
// NumComponents x
MappableComponent
- the total of all the components in all
1210
OMPClauseMappableExprCommon::
MappableComponent
>(
1230
OMPClauseMappableExprCommon::
MappableComponent
>(
1268
// NumComponents x
MappableComponent
- the total of all the components in al
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
4835
class
MappableComponent
{
4846
explicit
MappableComponent
() = default;
4847
explicit
MappableComponent
(Expr *AssociatedExpression,
4872
using MappableExprComponentList = SmallVector<
MappableComponent
, 8>;
4873
using MappableExprComponentListRef = ArrayRef<
MappableComponent
>;
5050
MutableArrayRef<
MappableComponent
> getComponentsRef() {
5051
return MutableArrayRef<
MappableComponent
>(
5053
->template getTrailingObjects<
MappableComponent
>(),
5058
ArrayRef<
MappableComponent
> getComponentsRef() const {
5059
return ArrayRef<
MappableComponent
>(
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
12550
SmallVector<OMPClauseMappableExprCommon::
MappableComponent
, 32> Components;
12673
SmallVector<OMPClauseMappableExprCommon::
MappableComponent
, 32> Components;
12729
SmallVector<OMPClauseMappableExprCommon::
MappableComponent
, 32> Components;
12779
SmallVector<OMPClauseMappableExprCommon::
MappableComponent
, 32> Components;
12821
SmallVector<OMPClauseMappableExprCommon::
MappableComponent
, 32> Components;
12864
SmallVector<OMPClauseMappableExprCommon::
MappableComponent
, 32> Components;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
7881
for (const OMPClauseMappableExprCommon::
MappableComponent
&MC :
8047
for (const OMPClauseMappableExprCommon::
MappableComponent
&Component :
8115
for (const OMPClauseMappableExprCommon::
MappableComponent
&Component :
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
3588
MappableComponent
&MC) {
19098
[](const OMPClauseMappableExprCommon::
MappableComponent
&MC) {
20476
OMPClauseMappableExprCommon::
MappableComponent
MC(
Completed in 80 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026