OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDirectiveKind
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/AST/
StmtOpenMP.h
202
OpenMPDirectiveKind
getDirectiveKind
() const { return Kind; }
336
&(*(std::next(child_begin(), getArraysOffset(
getDirectiveKind
())))));
343
child_begin(), getArraysOffset(
getDirectiveKind
()) + CollapsedNum));
351
getArraysOffset(
getDirectiveKind
()) + 2 * CollapsedNum));
359
getArraysOffset(
getDirectiveKind
()) + 3 * CollapsedNum));
367
getArraysOffset(
getDirectiveKind
()) + 4 * CollapsedNum));
427
assert((isOpenMPWorksharingDirective(
getDirectiveKind
()) ||
428
isOpenMPTaskLoopDirective(
getDirectiveKind
()) ||
429
isOpenMPDistributeDirective(
getDirectiveKind
())) &&
434
assert((isOpenMPWorksharingDirective(
getDirectiveKind
()) ||
[
all
...]
/external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
74
OpenMPDirectiveKind
getDirectiveKind
() const { return Kind; }
[
all
...]
CGStmtOpenMP.cpp
592
if (isOpenMPWorksharingDirective(D.
getDirectiveKind
())) {
[
all
...]
/external/clang/lib/Sema/
TreeTransform.h
[
all
...]
SemaOpenMP.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReaderStmt.cpp
[
all
...]
ASTWriterStmt.cpp
[
all
...]
Completed in 426 milliseconds