Home
last modified time | relevance | path

Searched refs:STMT_OMP_FOR_SIMD_DIRECTIVE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h1922 STMT_OMP_FOR_SIMD_DIRECTIVE, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1968 Code = serialization::STMT_OMP_FOR_SIMD_DIRECTIVE; in VisitOMPForSimdDirective()
H A DASTReaderStmt.cpp2843 case STMT_OMP_FOR_SIMD_DIRECTIVE: { in ReadStmtFromStream()