Home
last modified time | relevance | path

Searched refs:CreateEmpty (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2938 S = CompoundStmt::CreateEmpty(Context, NumStmts, HasFPFeatures); in ReadStmtFromStream()
2943 S = CaseStmt::CreateEmpty( in ReadStmtFromStream()
2957 S = AttributedStmt::CreateEmpty( in ReadStmtFromStream()
2967 S = IfStmt::CreateEmpty(Context, HasElse, HasVar, HasInit); in ReadStmtFromStream()
2972 S = SwitchStmt::CreateEmpty( in ReadStmtFromStream()
2979 S = WhileStmt::CreateEmpty( in ReadStmtFromStream()
3009 S = ReturnStmt::CreateEmpty( in ReadStmtFromStream()
3031 S = ConstantExpr::CreateEmpty( in ReadStmtFromStream()
3037 S = SYCLUniqueStableNameExpr::CreateEmpty(Context); in ReadStmtFromStream()
3041 S = PredefinedExpr::CreateEmpty( in ReadStmtFromStream()
[all …]
H A DASTReader.cpp10410 C = OMPSizesClause::CreateEmpty(Context, NumSizes); in readClause()
10414 C = OMPFullClause::CreateEmpty(Context); in readClause()
10417 C = OMPPartialClause::CreateEmpty(Context); in readClause()
10435 C = OMPOrderedClause::CreateEmpty(Context, Record.readInt()); in readClause()
10453 C = OMPUpdateClause::CreateEmpty(Context, Record.readInt()); in readClause()
10516 C = OMPPrivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
10519 C = OMPFirstprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
10522 C = OMPLastprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
10525 C = OMPSharedClause::CreateEmpty(Context, Record.readInt()); in readClause()
10530 C = OMPReductionClause::CreateEmpty(Context, N, Modifier); in readClause()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp38 auto *Data = CreateEmpty(Mem, Clauses.size()); in Create()
45 auto *Data = CreateEmpty(Mem, Clauses.size(), S, NumChildren); in Create()
52 OMPChildren *OMPChildren::CreateEmpty(void *Mem, unsigned NumClauses, in CreateEmpty() function in OMPChildren
273 OMPMetaDirective *OMPMetaDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMetaDirective
292 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelDirective
327 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSimdDirective
400 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPForDirective
422 OMPTileDirective *OMPTileDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPTileDirective
445 OMPUnrollDirective *OMPUnrollDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUnrollDirective
464 OMPReverseDirective *OMPReverseDirective::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in OMPReverseDirective
[all …]
H A DOpenMPClause.cpp358 OMPOrderedClause *OMPOrderedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPOrderedClause
415 OMPUpdateClause *OMPUpdateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUpdateClause
446 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPPrivateClause
479 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFirstprivateClause
531 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLastprivateClause
549 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPSharedClause
617 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLinearClause
644 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPAlignedClause
693 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPCopyinClause
734 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyprivateClause
[all …]
H A DExprCXX.cpp315 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty() function in CXXNewExpr
455 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( in CreateEmpty() function in UnresolvedLookupExpr
547 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DependentScopeDeclRefExpr
627 CXXOperatorCallExpr *CXXOperatorCallExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXOperatorCallExpr
692 CXXMemberCallExpr *CXXMemberCallExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXMemberCallExpr
779 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr
807 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDynamicCastExpr
871 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXReinterpretCastExpr
885 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr
898 CXXAddrspaceCastExpr *CXXAddrspaceCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXAddrspaceCastExpr
[all …]
H A DStmtOpenACC.cpp20 OpenACCComputeConstruct::CreateEmpty(const ASTContext &C, unsigned NumClauses) { in CreateEmpty() function in OpenACCComputeConstruct
105 OpenACCLoopConstruct *OpenACCLoopConstruct::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OpenACCLoopConstruct
H A DExprObjC.cpp47 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ObjCArrayLiteral
88 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty() function in ObjCDictionaryLiteral
232 ObjCMessageExpr *ObjCMessageExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCMessageExpr
H A DStmtObjC.cpp56 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
H A DStmt.cpp393 CompoundStmt *CompoundStmt::CreateEmpty(const ASTContext &C, unsigned NumStmts, in CreateEmpty() function in CompoundStmt
434 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, in CreateEmpty() function in AttributedStmt
973 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty() function in IfStmt
1092 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in CreateEmpty() function in SwitchStmt
1154 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) { in CreateEmpty() function in WhileStmt
1212 ReturnStmt *ReturnStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in ReturnStmt
1231 CaseStmt *CaseStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CaseStmt
H A DExpr.cpp367 ConstantExpr *ConstantExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ConstantExpr
529 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DeclRefExpr
587 SYCLUniqueStableNameExpr::CreateEmpty(const ASTContext &Ctx) { in CreateEmpty() function in SYCLUniqueStableNameExpr
647 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in PredefinedExpr
1202 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in StringLiteral
1518 CallExpr *CallExpr::CreateEmpty(const ASTContext &Ctx, unsigned NumArgs, in CreateEmpty() function in CallExpr
1670 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OffsetOfExpr
1776 MemberExpr *MemberExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in MemberExpr
2096 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ImplicitCastExpr
2123 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CStyleCastExpr
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h334 OMPChildren::CreateEmpty(reinterpret_cast<T *>(Mem) + 1, NumClauses, in createEmptyDirective()
350 OMPChildren::CreateEmpty(reinterpret_cast<T *>(Mem) + 1, NumClauses,
677 static OMPParallelDirective *CreateEmpty(const ASTContext &C,
1633 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
1712 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
1786 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
1856 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
1922 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1978 static OMPScopeDirective *CreateEmpty(const ASTContext &C,
2031 static OMPSingleDirective *CreateEmpty(const ASTContext &C,
[all …]
H A DStmtOpenACC.h181 static OpenACCComputeConstruct *CreateEmpty(const ASTContext &C,
230 static OpenACCLoopConstruct *CreateEmpty(const ASTContext &C,
H A DExprCXX.h106 static CXXOperatorCallExpr *CreateEmpty(const ASTContext &Ctx,
193 static CXXMemberCallExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs,
253 static CUDAKernelCallExpr *CreateEmpty(const ASTContext &Ctx,
463 static CXXStaticCastExpr *CreateEmpty(const ASTContext &Context,
502 static CXXDynamicCastExpr *CreateEmpty(const ASTContext &Context,
546 static CXXReinterpretCastExpr *CreateEmpty(const ASTContext &Context,
584 static CXXConstCastExpr *CreateEmpty(const ASTContext &Context);
621 static CXXAddrspaceCastExpr *CreateEmpty(const ASTContext &Context);
660 static UserDefinedLiteral *CreateEmpty(const ASTContext &Ctx,
1167 static CXXThisExpr *CreateEmpty(const ASTContext &Ctx);
[all …]
H A DOpenMPClause.h496 static OMPAllocateClause *CreateEmpty(const ASTContext &C, unsigned N);
819 static OMPSizesClause *CreateEmpty(const ASTContext &C, unsigned NumSizes);
897 static OMPFullClause *CreateEmpty(const ASTContext &C);
940 static OMPPartialClause *CreateEmpty(const ASTContext &C);
1879 static OMPOrderedClause* CreateEmpty(const ASTContext &C, unsigned NumLoops);
2186 static OMPUpdateClause *CreateEmpty(const ASTContext &C, bool IsExtended);
2704 static OMPPrivateClause *CreateEmpty(const ASTContext &C, unsigned N);
2832 static OMPFirstprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
3044 static OMPLastprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
3172 static OMPSharedClause *CreateEmpty(const ASTContext &C, unsigned N);
[all …]
H A DExprOpenMP.h65 static OMPArrayShapingExpr *CreateEmpty(const ASTContext &Context,
239 static OMPIteratorExpr *CreateEmpty(const ASTContext &Context,
H A DExpr.h1120 static ConstantExpr *CreateEmpty(const ASTContext &Context,
1328 static DeclRefExpr *CreateEmpty(const ASTContext &Context, bool HasQualifier,
1851 static StringLiteral *CreateEmpty(const ASTContext &Ctx,
2023 static PredefinedExpr *CreateEmpty(const ASTContext &Ctx,
2104 static SYCLUniqueStableNameExpr *CreateEmpty(const ASTContext &Ctx);
2221 static UnaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);
2504 static OffsetOfExpr *CreateEmpty(const ASTContext &C,
2977 static CallExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs,
3258 static MemberExpr *CreateEmpty(const ASTContext &Context, bool HasQualifier,
3716 static ImplicitCastExpr *CreateEmpty(const ASTContext &Context,
[all …]
H A DStmt.h1647 static CompoundStmt *CreateEmpty(const ASTContext &C, unsigned NumStmts,
1868 static CaseStmt *CreateEmpty(const ASTContext &Ctx, bool CaseStmtIsGNURange);
2116 static AttributedStmt *CreateEmpty(const ASTContext &C, unsigned NumAttrs);
2208 static IfStmt *CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar,
2447 static SwitchStmt *CreateEmpty(const ASTContext &Ctx, bool HasInit,
2636 static WhileStmt *CreateEmpty(const ASTContext &Ctx, bool HasVar);
3053 static ReturnStmt *CreateEmpty(const ASTContext &Ctx, bool HasNRVOCandidate);
H A DStmtObjC.h205 static ObjCAtTryStmt *CreateEmpty(const ASTContext &Context,
H A DDeclOpenMP.h67 Inst->Data = OMPChildren::CreateEmpty( in createEmptyDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp1062 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalInitFunc()
1122 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalCleanUpFunc()
H A DCGDebugInfo.h909 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { in CreateEmpty() function
H A DCGVTables.cpp282 auto NL = ApplyDebugLocation::CreateEmpty(*this); in StartThunk()
H A DCGStmt.cpp895 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
907 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
H A DCGBlocks.cpp1510 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateBlockFunction()
H A DCGOpenMPRuntime.cpp1702 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitThreadPrivateVarDefinition()
1858 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitIfClause()
1862 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitIfClause()
11820 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitLastprivateConditionalUpdate()

12