reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  303 OPENMP_CLAUSE(seq_cst, OMPSeqCstClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 1849       : OMPClause(OMPC_seq_cst, StartLoc, EndLoc) {}
 1853       : OMPClause(OMPC_seq_cst, SourceLocation(), SourceLocation()) {}
 1871     return T->getClauseKind() == OMPC_seq_cst;
tools/clang/include/clang/Basic/OpenMPKinds.def
  508 OPENMP_ATOMIC_CLAUSE(seq_cst)
tools/clang/lib/AST/OpenMPClause.cpp
  117   case OMPC_seq_cst:
  189   case OMPC_seq_cst:
tools/clang/lib/Basic/OpenMPKinds.cpp
  188   case OMPC_seq_cst:
  382   case OMPC_seq_cst:
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4037   case OMPC_seq_cst:
 4086     if (C->getClauseKind() != OMPC_seq_cst) {
tools/clang/lib/Parse/ParseOpenMP.cpp
 2064   case OMPC_seq_cst:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4640       case OMPC_seq_cst:
10303   case OMPC_seq_cst:
10946   case OMPC_seq_cst:
11361   case OMPC_seq_cst:
11542   case OMPC_seq_cst:
11711   case OMPC_seq_cst:
11965   case OMPC_seq_cst:
tools/clang/lib/Sema/TreeTransform.h
 8650   return C;
tools/clang/lib/Serialization/ASTReader.cpp
12328   case OMPC_seq_cst: