OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPParallelMasterDirective
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
2156
class
OMPParallelMasterDirective
: public OMPExecutableDirective {
2160
OMPParallelMasterDirective
(SourceLocation StartLoc, SourceLocation EndLoc)
2165
explicit
OMPParallelMasterDirective
()
2184
static
OMPParallelMasterDirective
*
2194
static
OMPParallelMasterDirective
*
2202
return const_cast<
OMPParallelMasterDirective
*>(this)
RecursiveASTVisitor.h
2857
DEF_TRAVERSE_STMT(
OMPParallelMasterDirective
,
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
577
OMPParallelMasterDirective
*
OMPParallelMasterDirective
::Create(
580
auto *Dir = createDirective<
OMPParallelMasterDirective
>(
586
OMPParallelMasterDirective
*
587
OMPParallelMasterDirective
::CreateEmpty(const ASTContext &C,
589
return createEmptyDirective<
OMPParallelMasterDirective
>(
StmtPrinter.cpp
723
OMPParallelMasterDirective
*Node) {
StmtProfile.cpp
951
const
OMPParallelMasterDirective
*S) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
2362
OMPParallelMasterDirective
*D) {
3246
S =
OMPParallelMasterDirective
::CreateEmpty(
ASTWriterStmt.cpp
2271
OMPParallelMasterDirective
*D) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
239
EmitOMPParallelMasterDirective(cast<
OMPParallelMasterDirective
>(*S));
CGStmtOpenMP.cpp
1323
cast<
OMPParallelMasterDirective
>(D).getTaskReductionRefExpr();
4146
const
OMPParallelMasterDirective
&S) {
CodeGenFunction.h
3455
void EmitOMPParallelMasterDirective(const
OMPParallelMasterDirective
&S);
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2057
void VisitOMPParallelMasterDirective(const
OMPParallelMasterDirective
*D);
2939
const
OMPParallelMasterDirective
*D) {
5597
return cxstring::createRef("
OMPParallelMasterDirective
");
/src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h
8617
OMPParallelMasterDirective
*D) {
SemaOpenMP.cpp
10067
return
OMPParallelMasterDirective
::Create(
Completed in 86 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026