HomeSort by relevance Sort by last modified time
    Searched defs:DepKind (Results 1 - 3 of 3) 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/include/clang/AST/
OpenMPClause.h     [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]

Completed in 771 milliseconds