OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMPUsesAllocatorsClause
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
OpenMPClause.cpp
1453
void
OMPUsesAllocatorsClause
::setAllocatorsData(
1454
ArrayRef<
OMPUsesAllocatorsClause
::Data> Data) {
1458
const
OMPUsesAllocatorsClause
::Data &D = Data[I];
1477
OMPUsesAllocatorsClause
::Data
1478
OMPUsesAllocatorsClause
::getAllocatorData(unsigned I) const {
1479
OMPUsesAllocatorsClause
::Data Data;
1496
OMPUsesAllocatorsClause
*
1497
OMPUsesAllocatorsClause
::Create(const ASTContext &C, SourceLocation StartLoc,
1499
ArrayRef<
OMPUsesAllocatorsClause
::Data> Data) {
1504
OMPUsesAllocatorsClause
(StartLoc, LParenLoc, EndLoc, Data.size())
[
all
...]
StmtProfile.cpp
859
const
OMPUsesAllocatorsClause
*C) {
861
OMPUsesAllocatorsClause
::Data D = C->getAllocatorData(I);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
8010
class
OMPUsesAllocatorsClause
final
8012
private llvm::TrailingObjects<
OMPUsesAllocatorsClause
, Expr *,
8052
OMPUsesAllocatorsClause
(SourceLocation StartLoc, SourceLocation LParenLoc,
8060
explicit
OMPUsesAllocatorsClause
(unsigned N)
8073
void setAllocatorsData(ArrayRef<
OMPUsesAllocatorsClause
::Data> Data);
8083
static
OMPUsesAllocatorsClause
*
8085
SourceLocation EndLoc, ArrayRef<
OMPUsesAllocatorsClause
::Data> Data);
8091
static
OMPUsesAllocatorsClause
*CreateEmpty(const ASTContext &C, unsigned N);
8100
OMPUsesAllocatorsClause
::Data getAllocatorData(unsigned I) const;
RecursiveASTVisitor.h
3612
OMPUsesAllocatorsClause
*C) {
3614
const
OMPUsesAllocatorsClause
::Data Data = C->getAllocatorData(I);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
2682
if (auto *Clause = dyn_cast<
OMPUsesAllocatorsClause
>(C)) {
2684
OMPUsesAllocatorsClause
::Data D = Clause->getAllocatorData(I);
4593
if (const auto *UAC = dyn_cast<
OMPUsesAllocatorsClause
>(C)) {
4596
OMPUsesAllocatorsClause
::Data D = UAC->getAllocatorData(I);
20729
SmallVector<
OMPUsesAllocatorsClause
::Data, 4> NewData;
20820
OMPUsesAllocatorsClause
::Data &NewD = NewData.emplace_back();
20826
return
OMPUsesAllocatorsClause
::Create(Context, StartLoc, LParenLoc, EndLoc,
TreeTransform.h
10113
OMPUsesAllocatorsClause
*C) {
10117
OMPUsesAllocatorsClause
::Data D = C->getAllocatorData(I);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
6668
void OMPClauseWriter::VisitOMPUsesAllocatorsClause(
OMPUsesAllocatorsClause
*C) {
6672
OMPUsesAllocatorsClause
::Data Data = C->getAllocatorData(I);
ASTReader.cpp
11964
C =
OMPUsesAllocatorsClause
::CreateEmpty(Context, Record.readInt());
12910
void OMPClauseReader::VisitOMPUsesAllocatorsClause(
OMPUsesAllocatorsClause
*C) {
12913
SmallVector<
OMPUsesAllocatorsClause
::Data, 4> Data;
12916
OMPUsesAllocatorsClause
::Data &D = Data.emplace_back();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp
6404
for (const auto *C : D.getClausesOfKind<
OMPUsesAllocatorsClause
>()) {
6406
const
OMPUsesAllocatorsClause
::Data D = C->getAllocatorData(I);
8677
for (const auto *C : Dir.getClausesOfKind<
OMPUsesAllocatorsClause
>()) {
8679
OMPUsesAllocatorsClause
::Data D = C->getAllocatorData(I);
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2561
const
OMPUsesAllocatorsClause
*C) {
2563
const
OMPUsesAllocatorsClause
::Data &D = C->getAllocatorData(I);
Completed in 234 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026