OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPDynamicAllocatorsClause
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
1257
class
OMPDynamicAllocatorsClause
final : public OMPClause {
1264
OMPDynamicAllocatorsClause
(SourceLocation StartLoc, SourceLocation EndLoc)
1268
OMPDynamicAllocatorsClause
()
RecursiveASTVisitor.h
3121
OMPDynamicAllocatorsClause
*) {
/src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp
1651
OMPDynamicAllocatorsClause
*) {
StmtProfile.cpp
512
const
OMPDynamicAllocatorsClause
*C) {}
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
3141
!DSAStack->hasRequiresDeclWithClause<
OMPDynamicAllocatorsClause
>())
3286
isa<
OMPDynamicAllocatorsClause
>(CNew)) {
5128
!Stack->hasRequiresDeclWithClause<
OMPDynamicAllocatorsClause
>() &&
6315
DSAStack->hasRequiresDeclWithClause<
OMPDynamicAllocatorsClause
>())) {
14751
return new (Context)
OMPDynamicAllocatorsClause
(StartLoc, EndLoc);
20530
!DSAStack->hasRequiresDeclWithClause<
OMPDynamicAllocatorsClause
>())
TreeTransform.h
9477
OMPDynamicAllocatorsClause
*C) {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
6629
OMPClauseWriter::VisitOMPDynamicAllocatorsClause(
OMPDynamicAllocatorsClause
*) {
ASTReader.cpp
11796
C = new (Context)
OMPDynamicAllocatorsClause
();
12168
OMPClauseReader::VisitOMPDynamicAllocatorsClause(
OMPDynamicAllocatorsClause
*) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2317
const
OMPDynamicAllocatorsClause
*) {}
Completed in 81 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026