OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpenMPSimdDirectiveScope
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
Scope.cpp
46
Flags |= parent->getFlags() &
OpenMPSimdDirectiveScope
;
200
} else if (Flags &
OpenMPSimdDirectiveScope
) {
201
OS << "
OpenMPSimdDirectiveScope
";
202
Flags &= ~
OpenMPSimdDirectiveScope
;
/external/clang/include/clang/Sema/
Scope.h
113
OpenMPSimdDirectiveScope
= 0x20000,
410
return getFlags() & Scope::
OpenMPSimdDirectiveScope
;
/external/clang/lib/Parse/
ParseOpenMP.cpp
268
ScopeFlags |= Scope::
OpenMPSimdDirectiveScope
;
[
all
...]
Completed in 336 milliseconds