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

References

tools/clang/include/clang/AST/StmtOpenMP.h
  211       return *Clauses.begin();
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 6732         for (const auto *C : Dir->getClausesOfKind<OMPIfClause>()) {
 6923       for (const auto *C : D.getClausesOfKind<OMPIfClause>()) {
 7862     for (const auto *C : Dir.getClausesOfKind<OMPFirstprivateClause>())
 7867     for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>())
 7940     for (const auto *C : CurExecDir->getClausesOfKind<OMPMapClause>())
 7945     for (const auto *C : CurExecDir->getClausesOfKind<OMPToClause>())
 7950     for (const auto *C : CurExecDir->getClausesOfKind<OMPFromClause>())
 7965     for (const auto *C :
 8288     for (const auto *C : CurExecDir->getClausesOfKind<OMPMapClause>()) {
 8441     for (const auto *C : CurExecDir->getClausesOfKind<OMPMapClause>()) {
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 2015   for (const auto *C : Dir->getClausesOfKind<OMPLastprivateClause>()) {
 2027   for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) {
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  131     for (const auto *C : S.getClausesOfKind<OMPPrivateClause>()) {
  746   for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {
  758   for (const auto *C : D.getClausesOfKind<OMPFirstprivateClause>()) {
  880   for (const auto *C : D.getClausesOfKind<OMPPrivateClause>()) {
  909   for (const auto *C : D.getClausesOfKind<OMPCopyinClause>()) {
  983   for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {
 1061   for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) {
 1111   for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) {
 1214   for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) {
 1240   for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) {
 1291   for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
 1352     for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) {
 1447   for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) {
 1486   for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) {
 1521   for (const auto *Clause : D.getClausesOfKind<OMPAlignedClause>()) {
 1583   for (const auto *C : S.getClausesOfKind<OMPOrderedClause>()) {
 1652   for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) {
 2780   for (const auto *C : S.getClausesOfKind<OMPCopyprivateClause>()) {
 2910   for (const auto *C : S.getClausesOfKind<OMPPrivateClause>()) {
 2923   for (const auto *C : S.getClausesOfKind<OMPFirstprivateClause>()) {
 2939   for (const auto *C : S.getClausesOfKind<OMPLastprivateClause>()) {
 2957   for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) {
 2977   for (const auto *C : S.getClausesOfKind<OMPDependClause>())
 3074     for (const auto *C : S.getClausesOfKind<OMPInReductionClause>()) {
 3176   for (const auto *C : S.getClausesOfKind<OMPFirstprivateClause>()) {
 3217   for (const auto *C : S.getClausesOfKind<OMPDependClause>())
 3285   for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
 3330       for (const auto *C : S.getClausesOfKind<OMPTaskReductionClause>()) {
 3617     for (const auto *DC : S.getClausesOfKind<OMPDependClause>())
 4135   for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
 4608   for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
 4738         for (const auto *C : S.getClausesOfKind<OMPUseDevicePtrClause>())
 4971   for (const auto *C : S.getClausesOfKind<OMPIfClause>()) {
 5195         for (const auto *C : D.getClausesOfKind<OMPOrderedClause>()) {
tools/clang/lib/Sema/SemaOpenMP.cpp
 7588     return (*CollapseClauses.begin())->getNumForLoops();
 7596     return (*OrderedClauses.begin())->getNumForLoops();
usr/include/c++/7.4.0/bits/predefined_ops.h
  283 	{ return bool(_M_pred(*__it)); }