HomeSort by relevance Sort by last modified time
    Searched refs:DepKind (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Parse/
ParseOpenMP.cpp 826 OpenMPDependClauseKind DepKind = OMPC_DEPEND_unknown;
865 DepKind = static_cast<OpenMPDependClauseKind>(getOpenMPSimpleClauseType(
869 if (DepKind == OMPC_DEPEND_unknown) {
875 if (DKind == OMPD_ordered && DepKind == OMPC_DEPEND_source) {
881 ReductionIdScopeSpec, DeclarationNameInfo(), DepKind,
    [all...]
  /external/clang/lib/AST/
OpenMPClause.cpp 421 OpenMPDependClauseKind DepKind, SourceLocation DepLoc,
429 Clause->setDependencyKind(DepKind);
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 753 milliseconds