HomeSort by: relevance | last modified time | path
    Searched refs:CreateEmpty (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 200 // AttributedStmt in AttributedStmt::CreateEmpty, since it is needed
2708 S = CompoundStmt::CreateEmpty(
2713 S = CaseStmt::CreateEmpty(
2727 S = AttributedStmt::CreateEmpty(
2733 S = IfStmt::CreateEmpty(
2741 S = SwitchStmt::CreateEmpty(
2748 S = WhileStmt::CreateEmpty(
2778 S = ReturnStmt::CreateEmpty(
2800 S = ConstantExpr::CreateEmpty(
2806 S = PredefinedExpr::CreateEmpty(
    [all...]
ASTReader.cpp 11720 C = OMPSizesClause::CreateEmpty(Context, NumSizes);
11739 C = OMPOrderedClause::CreateEmpty(Context, Record.readInt());
11757 C = OMPUpdateClause::CreateEmpty(Context, Record.readInt());
11802 C = OMPPrivateClause::CreateEmpty(Context, Record.readInt());
11805 C = OMPFirstprivateClause::CreateEmpty(Context, Record.readInt());
11808 C = OMPLastprivateClause::CreateEmpty(Context, Record.readInt());
11811 C = OMPSharedClause::CreateEmpty(Context, Record.readInt());
11816 C = OMPReductionClause::CreateEmpty(Context, N, Modifier);
11820 C = OMPTaskReductionClause::CreateEmpty(Context, Record.readInt());
11823 C = OMPInReductionClause::CreateEmpty(Context, Record.readInt())
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 38 auto *Data = CreateEmpty(Mem, Clauses.size());
45 auto *Data = CreateEmpty(Mem, Clauses.size(), S, NumChildren);
52 OMPChildren *OMPChildren::CreateEmpty(void *Mem, unsigned NumClauses,
248 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C,
283 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C,
328 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C,
350 OMPTileDirective *OMPTileDirective::CreateEmpty(const ASTContext &C,
393 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C,
414 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C,
434 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C
    [all...]
StmtObjC.cpp 57 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context,
OpenMPClause.cpp 338 OMPOrderedClause *OMPOrderedClause::CreateEmpty(const ASTContext &C,
395 OMPUpdateClause *OMPUpdateClause::CreateEmpty(const ASTContext &C,
426 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C,
459 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C,
511 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C,
529 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) {
595 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C,
622 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C,
664 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) {
705 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C
    [all...]
ExprCXX.cpp 266 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray,
400 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty(
492 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &Context,
572 CXXOperatorCallExpr *CXXOperatorCallExpr::CreateEmpty(const ASTContext &Ctx,
637 CXXMemberCallExpr *CXXMemberCallExpr::CreateEmpty(const ASTContext &Ctx,
723 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C,
751 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C,
809 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) {
823 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) {
836 CXXAddrspaceCastExpr *CXXAddrspaceCastExpr::CreateEmpty(const ASTContext &C)
    [all...]
ExprObjC.cpp 47 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C,
88 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements,
232 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context,
Stmt.cpp 386 CompoundStmt *CompoundStmt::CreateEmpty(const ASTContext &C,
425 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C,
958 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar,
1077 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit,
1139 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) {
1197 ReturnStmt *ReturnStmt::CreateEmpty(const ASTContext &Ctx,
1216 CaseStmt *CaseStmt::CreateEmpty(const ASTContext &Ctx,
Expr.cpp 318 ConstantExpr *ConstantExpr::CreateEmpty(const ASTContext &Context,
476 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context,
535 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx,
1069 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &Ctx,
1381 CallExpr *CallExpr::CreateEmpty(const ASTContext &Ctx, unsigned NumArgs,
1527 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C,
1645 MemberExpr *MemberExpr::CreateEmpty(const ASTContext &Context,
1959 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(const ASTContext &C,
1986 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C,
4199 GenericSelectionExpr::CreateEmpty(const ASTContext &Context
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 176 static OMPCanonicalLoop *createEmpty(const ASTContext &Ctx) {
325 OMPChildren::CreateEmpty(reinterpret_cast<T *>(Mem) + 1, NumClauses,
341 OMPChildren::CreateEmpty(reinterpret_cast<T *>(Mem) + 1, NumClauses,
656 static OMPParallelDirective *CreateEmpty(const ASTContext &C,
1515 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
1593 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
1667 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
1737 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
1803 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1861 static OMPSingleDirective *CreateEmpty(const ASTContext &C
    [all...]
ExprOpenMP.h 189 static OMPArrayShapingExpr *CreateEmpty(const ASTContext &Context,
363 static OMPIteratorExpr *CreateEmpty(const ASTContext &Context,
ExprCXX.h 107 static CXXOperatorCallExpr *CreateEmpty(const ASTContext &Ctx,
194 static CXXMemberCallExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs,
254 static CUDAKernelCallExpr *CreateEmpty(const ASTContext &Ctx,
464 static CXXStaticCastExpr *CreateEmpty(const ASTContext &Context,
503 static CXXDynamicCastExpr *CreateEmpty(const ASTContext &Context,
547 static CXXReinterpretCastExpr *CreateEmpty(const ASTContext &Context,
585 static CXXConstCastExpr *CreateEmpty(const ASTContext &Context);
622 static CXXAddrspaceCastExpr *CreateEmpty(const ASTContext &Context);
661 static UserDefinedLiteral *CreateEmpty(const ASTContext &Ctx,
1529 static CXXConstructExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs)
    [all...]
OpenMPClause.h 398 static OMPAllocateClause *CreateEmpty(const ASTContext &C, unsigned N);
837 static OMPSizesClause *CreateEmpty(const ASTContext &C, unsigned NumSizes);
1631 static OMPOrderedClause* CreateEmpty(const ASTContext &C, unsigned NumLoops);
1960 static OMPUpdateClause *CreateEmpty(const ASTContext &C, bool IsExtended);
2314 static OMPPrivateClause *CreateEmpty(const ASTContext &C, unsigned N);
2442 static OMPFirstprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
2654 static OMPLastprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
2782 static OMPSharedClause *CreateEmpty(const ASTContext &C, unsigned N);
3030 CreateEmpty(const ASTContext &C, unsigned N,
3301 static OMPTaskReductionClause *CreateEmpty(const ASTContext &C, unsigned N)
    [all...]
Expr.h 1071 static ConstantExpr *CreateEmpty(const ASTContext &Context,
1280 static DeclRefExpr *CreateEmpty(const ASTContext &Context, bool HasQualifier,
1836 static StringLiteral *CreateEmpty(const ASTContext &Ctx,
1994 static PredefinedExpr *CreateEmpty(const ASTContext &Ctx,
2130 static UnaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);
2407 static OffsetOfExpr *CreateEmpty(const ASTContext &C,
2879 static CallExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs,
3159 static MemberExpr *CreateEmpty(const ASTContext &Context, bool HasQualifier,
3587 static ImplicitCastExpr *CreateEmpty(const ASTContext &Context,
3689 static CStyleCastExpr *CreateEmpty(const ASTContext &Context
    [all...]
ExprObjC.h 213 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C,
354 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
1213 static ObjCMessageExpr *CreateEmpty(const ASTContext &Context,
StmtObjC.h 200 static ObjCAtTryStmt *CreateEmpty(const ASTContext &Context,
Stmt.h 1423 static CompoundStmt *CreateEmpty(const ASTContext &C, unsigned NumStmts);
1630 static CaseStmt *CreateEmpty(const ASTContext &Ctx, bool CaseStmtIsGNURange);
1878 static AttributedStmt *CreateEmpty(const ASTContext &C, unsigned NumAttrs);
1970 static IfStmt *CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar,
2176 static SwitchStmt *CreateEmpty(const ASTContext &Ctx, bool HasInit,
2360 static WhileStmt *CreateEmpty(const ASTContext &Ctx, bool HasVar);
2762 static ReturnStmt *CreateEmpty(const ASTContext &Ctx, bool HasNRVOCandidate);
DeclOpenMP.h 67 Inst->Data = OMPChildren::CreateEmpty(
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDeclCXX.cpp 752 auto NL = ApplyDebugLocation::CreateEmpty(*this);
812 auto NL = ApplyDebugLocation::CreateEmpty(*this);
CGOpenMPRuntimeGPU.cpp 1758 (void)ApplyDebugLocation::CreateEmpty(CGF);
1764 (void)ApplyDebugLocation::CreateEmpty(CGF);
2027 (void)ApplyDebugLocation::CreateEmpty(CGF);
2739 (void)ApplyDebugLocation::CreateEmpty(CGF);
2857 (void)ApplyDebugLocation::CreateEmpty(CGF);
3920 (void)ApplyDebugLocation::CreateEmpty(CGF);
CGDebugInfo.h 804 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) {
CGStmt.cpp 773 auto NL = ApplyDebugLocation::CreateEmpty(*this);
782 auto NL = ApplyDebugLocation::CreateEmpty(*this);
CGVTables.cpp 270 auto NL = ApplyDebugLocation::CreateEmpty(*this);
CGOpenMPRuntime.cpp 1828 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF);
1934 auto NL = ApplyDebugLocation::CreateEmpty(CtorCGF);
1972 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF);
2061 (void)ApplyDebugLocation::CreateEmpty(CGF);
2065 (void)ApplyDebugLocation::CreateEmpty(CGF);
12464 (void)ApplyDebugLocation::CreateEmpty(CGF);
CGBlocks.cpp 1530 auto NL = ApplyDebugLocation::CreateEmpty(*this);

Completed in 112 milliseconds

1 2