OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPFirstprivateClause
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp
70
return static_cast<const
OMPFirstprivateClause
*>(C);
432
void
OMPFirstprivateClause
::setPrivateCopies(ArrayRef<Expr *> VL) {
438
void
OMPFirstprivateClause
::setInits(ArrayRef<Expr *> VL) {
444
OMPFirstprivateClause
*
445
OMPFirstprivateClause
::Create(const ASTContext &C, SourceLocation StartLoc,
450
OMPFirstprivateClause
*Clause =
451
new (Mem)
OMPFirstprivateClause
(StartLoc, LParenLoc, EndLoc, VL.size());
459
OMPFirstprivateClause
*
OMPFirstprivateClause
::CreateEmpty(const ASTContext &C,
462
return new (Mem)
OMPFirstprivateClause
(N)
[
all
...]
StmtProfile.cpp
594
OMPClauseProfiler::VisitOMPFirstprivateClause(const
OMPFirstprivateClause
*C) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
2362
class
OMPFirstprivateClause
final
2363
: public OMPVarListClause<
OMPFirstprivateClause
>,
2365
private llvm::TrailingObjects<
OMPFirstprivateClause
, Expr *> {
2376
OMPFirstprivateClause
(SourceLocation StartLoc, SourceLocation LParenLoc,
2378
: OMPVarListClause<
OMPFirstprivateClause
>(llvm::omp::OMPC_firstprivate,
2385
explicit
OMPFirstprivateClause
(unsigned N)
2386
: OMPVarListClause<
OMPFirstprivateClause
>(
2433
static
OMPFirstprivateClause
*
2442
static
OMPFirstprivateClause
*CreateEmpty(const ASTContext &C, unsigned N);
2477
auto Children = const_cast<
OMPFirstprivateClause
*>(this)->children()
[
all
...]
RecursiveASTVisitor.h
3289
OMPFirstprivateClause
*C) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
805
for (const auto *C : D.getClausesOfKind<
OMPFirstprivateClause
>()) {
1533
for (const auto *C : S.getClausesOfKind<
OMPFirstprivateClause
>()) {
4283
for (const auto *C : S.getClausesOfKind<
OMPFirstprivateClause
>()) {
4597
for (const auto *C : S.getClausesOfKind<
OMPFirstprivateClause
>()) {
7093
for (const auto *C : D.getClausesOfKind<
OMPFirstprivateClause
>()) {
CGOpenMPRuntimeGPU.cpp
312
if (const auto *PC = dyn_cast<
OMPFirstprivateClause
>(C))
CGOpenMPRuntime.cpp
8672
for (const auto *C : Dir.getClausesOfKind<
OMPFirstprivateClause
>())
12159
for (const auto *C : S.getClausesOfKind<
OMPFirstprivateClause
>()) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
3457
if (auto *FC = dyn_cast<
OMPFirstprivateClause
>(C)) {
3795
if (C && !((isa<
OMPFirstprivateClause
>(C) || isa<OMPMapClause>(C)) &&
5078
auto *PC = cast<
OMPFirstprivateClause
>(Cl);
5798
ErrorFound = cast<
OMPFirstprivateClause
>(Implicit)->varlist_size() !=
15656
return
OMPFirstprivateClause
::Create(Context, StartLoc, LParenLoc, EndLoc,
TreeTransform.h
9506
OMPFirstprivateClause
*C) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
6198
void OMPClauseWriter::VisitOMPFirstprivateClause(
OMPFirstprivateClause
*C) {
ASTReader.cpp
11805
C =
OMPFirstprivateClause
::CreateEmpty(Context, Record.readInt());
12193
void OMPClauseReader::VisitOMPFirstprivateClause(
OMPFirstprivateClause
*C) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2376
const
OMPFirstprivateClause
*C) {
Completed in 131 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026