OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPRelaxedClause
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
2215
class
OMPRelaxedClause
final : public OMPClause {
2221
OMPRelaxedClause
(SourceLocation StartLoc, SourceLocation EndLoc)
2225
OMPRelaxedClause
()
RecursiveASTVisitor.h
3202
bool RecursiveASTVisitor<Derived>::VisitOMPRelaxedClause(
OMPRelaxedClause
*) {
/src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp
1742
void OMPClausePrinter::VisitOMPRelaxedClause(
OMPRelaxedClause
*) {
StmtProfile.cpp
550
void OMPClauseProfiler::VisitOMPRelaxedClause(const
OMPRelaxedClause
*) {}
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
6139
void OMPClauseWriter::VisitOMPRelaxedClause(
OMPRelaxedClause
*) {}
ASTReader.cpp
11775
C = new (Context)
OMPRelaxedClause
();
12115
void OMPClauseReader::VisitOMPRelaxedClause(
OMPRelaxedClause
*) {}
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
5852
} else if (S.getSingleClause<
OMPRelaxedClause
>()) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2273
void OMPClauseEnqueue::VisitOMPRelaxedClause(const
OMPRelaxedClause
*) {}
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
9358
TreeTransform<Derived>::TransformOMPRelaxedClause(
OMPRelaxedClause
*C) {
SemaOpenMP.cpp
14716
return new (Context)
OMPRelaxedClause
(StartLoc, EndLoc);
Completed in 121 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026