| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2775 S = CompoundStmt::CreateEmpty( in ReadStmtFromStream() 2781 S = CaseStmt::CreateEmpty( in ReadStmtFromStream() 2801 S = IfStmt::CreateEmpty( in ReadStmtFromStream() 2809 S = SwitchStmt::CreateEmpty( in ReadStmtFromStream() 2816 S = WhileStmt::CreateEmpty( in ReadStmtFromStream() 2846 S = ReturnStmt::CreateEmpty( in ReadStmtFromStream() 2868 S = ConstantExpr::CreateEmpty( in ReadStmtFromStream() 2884 S = DeclRefExpr::CreateEmpty( in ReadStmtFromStream() 2969 S = CallExpr::CreateEmpty( in ReadStmtFromStream() 2975 S = RecoveryExpr::CreateEmpty( in ReadStmtFromStream() [all …]
|
| H A D | ASTReader.cpp | 11532 C = OMPSizesClause::CreateEmpty(Context, NumSizes); in readClause() 11536 C = OMPFullClause::CreateEmpty(Context); in readClause() 11539 C = OMPPartialClause::CreateEmpty(Context); in readClause() 11662 C = OMPDepobjClause::CreateEmpty(Context); in readClause() 11679 C = OMPMapClause::CreateEmpty(Context, Sizes); in readClause() 11712 C = OMPToClause::CreateEmpty(Context, Sizes); in readClause() 11721 C = OMPFromClause::CreateEmpty(Context, Sizes); in readClause() 11730 C = OMPUseDevicePtrClause::CreateEmpty(Context, Sizes); in readClause() 11739 C = OMPUseDeviceAddrClause::CreateEmpty(Context, Sizes); in readClause() 11748 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause() [all …]
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 38 auto *Data = CreateEmpty(Mem, Clauses.size()); in Create() 45 auto *Data = CreateEmpty(Mem, Clauses.size(), S, NumChildren); in Create() 661 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelForSimdDirective 679 OMPParallelMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelMasterDirective 695 OMPParallelMaskedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelMaskedDirective 713 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelSectionsDirective 936 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPTargetParallelDirective 1171 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMasterTaskLoopDirective 1216 OMPMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMaskedTaskLoopDirective 1715 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPDistributeSimdDirective [all …]
|
| H A D | OpenMPClause.cpp | 816 OMPReductionClause::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty() function in OMPReductionClause 946 OMPSizesClause *Clause = CreateEmpty(C, Sizes.size()); in Create() 963 OMPFullClause *Clause = CreateEmpty(C); in Create() 978 OMPPartialClause *Clause = CreateEmpty(C); in Create() 1169 OMPMapClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMapClause 1219 OMPToClause *OMPToClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPToClause 1271 OMPFromClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFromClause 1332 OMPUseDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUseDevicePtrClause 1379 OMPUseDeviceAddrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUseDeviceAddrClause 1426 OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPIsDevicePtrClause [all …]
|
| H A D | ExprCXX.cpp | 266 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty() function in CXXNewExpr 401 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( in CreateEmpty() function in UnresolvedLookupExpr 493 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DependentScopeDeclRefExpr 638 CXXMemberCallExpr *CXXMemberCallExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXMemberCallExpr 725 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr 825 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr 1049 CXXConstructExpr *CXXConstructExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXConstructExpr 1356 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in CXXUnresolvedConstructExpr 1429 CXXDependentScopeMemberExpr *CXXDependentScopeMemberExpr::CreateEmpty( in CreateEmpty() function in CXXDependentScopeMemberExpr 1519 UnresolvedMemberExpr *UnresolvedMemberExpr::CreateEmpty( in CreateEmpty() function in UnresolvedMemberExpr [all …]
|
| H A D | ExprObjC.cpp | 47 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 D | StmtObjC.cpp | 56 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
|
| H A D | Stmt.cpp | 391 CompoundStmt *CompoundStmt::CreateEmpty(const ASTContext &C, unsigned NumStmts, in CreateEmpty() function in CompoundStmt 432 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, in CreateEmpty() function in AttributedStmt 970 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty() function in IfStmt 1089 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in CreateEmpty() function in SwitchStmt 1151 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) { in CreateEmpty() function in WhileStmt 1209 ReturnStmt *ReturnStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in ReturnStmt 1228 CaseStmt *CaseStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CaseStmt
|
| H A D | Expr.cpp | 336 ConstantExpr *ConstantExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ConstantExpr 494 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DeclRefExpr 552 SYCLUniqueStableNameExpr::CreateEmpty(const ASTContext &Ctx) { in CreateEmpty() function in SYCLUniqueStableNameExpr 610 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in PredefinedExpr 1113 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in StringLiteral 1569 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OffsetOfExpr 1687 MemberExpr *MemberExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in MemberExpr 2029 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CStyleCastExpr 4296 GenericSelectionExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in GenericSelectionExpr 4495 ParenListExpr *ParenListExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in ParenListExpr [all …]
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 661 static OMPParallelDirective *CreateEmpty(const ASTContext &C, 1767 static OMPForSimdDirective *CreateEmpty(const ASTContext &C, 1961 static OMPSingleDirective *CreateEmpty(const ASTContext &C, 2773 static OMPFlushDirective *CreateEmpty(const ASTContext &C, 2826 static OMPDepobjDirective *CreateEmpty(const ASTContext &C, 3016 static OMPAtomicDirective *CreateEmpty(const ASTContext &C, 3133 static OMPTargetDirective *CreateEmpty(const ASTContext &C, 3526 static OMPTeamsDirective *CreateEmpty(const ASTContext &C, 3639 static OMPCancelDirective *CreateEmpty(const ASTContext &C, 4635 static OMPDistributeParallelForSimdDirective *CreateEmpty( [all …]
|
| H A D | OpenMPClause.h | 474 static OMPAllocateClause *CreateEmpty(const ASTContext &C, unsigned N); 991 static OMPFullClause *CreateEmpty(const ASTContext &C); 1050 static OMPPartialClause *CreateEmpty(const ASTContext &C); 3255 CreateEmpty(const ASTContext &C, unsigned N, 4703 static OMPDepobjClause *CreateEmpty(const ASTContext &C); 5882 static OMPMapClause *CreateEmpty(const ASTContext &C, 6803 static OMPToClause *CreateEmpty(const ASTContext &C, 7004 static OMPFromClause *CreateEmpty(const ASTContext &C, 7783 static OMPInitClause *CreateEmpty(const ASTContext &C, unsigned N); 8701 static OMPBindClause *CreateEmpty(const ASTContext &C); [all …]
|
| H A D | ExprCXX.h | 107 static CXXOperatorCallExpr *CreateEmpty(const ASTContext &Ctx, 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, 1823 static CXXTemporaryObjectExpr *CreateEmpty(const ASTContext &Ctx, 2228 static CXXNewExpr *CreateEmpty(const ASTContext &Ctx, bool IsArray, [all …]
|
| H A D | ExprOpenMP.h | 189 static OMPArrayShapingExpr *CreateEmpty(const ASTContext &Context, 363 static OMPIteratorExpr *CreateEmpty(const ASTContext &Context,
|
| H A D | Expr.h | 1081 static ConstantExpr *CreateEmpty(const ASTContext &Context, 1846 static StringLiteral *CreateEmpty(const ASTContext &Ctx, 2004 static PredefinedExpr *CreateEmpty(const ASTContext &Ctx, 2081 static SYCLUniqueStableNameExpr *CreateEmpty(const ASTContext &Ctx); 2475 static OffsetOfExpr *CreateEmpty(const ASTContext &C, 2948 static CallExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs, 3663 static ImplicitCastExpr *CreateEmpty(const ASTContext &Context, 3767 static CStyleCastExpr *CreateEmpty(const ASTContext &Context, 4076 static CompoundAssignOperator *CreateEmpty(const ASTContext &C, 5228 static DesignatedInitExpr *CreateEmpty(const ASTContext &C, [all …]
|
| H A D | Stmt.h | 1447 static CompoundStmt *CreateEmpty(const ASTContext &C, unsigned NumStmts, 1663 static CaseStmt *CreateEmpty(const ASTContext &Ctx, bool CaseStmtIsGNURange); 1911 static AttributedStmt *CreateEmpty(const ASTContext &C, unsigned NumAttrs); 2003 static IfStmt *CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, 2237 static SwitchStmt *CreateEmpty(const ASTContext &Ctx, bool HasInit, 2421 static WhileStmt *CreateEmpty(const ASTContext &Ctx, bool HasVar); 2823 static ReturnStmt *CreateEmpty(const ASTContext &Ctx, bool HasNRVOCandidate);
|
| H A D | ExprObjC.h | 213 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C, 354 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C, 1213 static ObjCMessageExpr *CreateEmpty(const ASTContext &Context,
|
| H A D | StmtObjC.h | 204 static ObjCAtTryStmt *CreateEmpty(const ASTContext &Context,
|
| H A D | DeclOpenMP.h | 67 Inst->Data = OMPChildren::CreateEmpty( in createEmptyDirective()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 988 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalInitFunc() 1048 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalCleanUpFunc()
|
| H A D | CGDebugInfo.h | 847 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { in CreateEmpty() function
|
| H A D | CGStmt.cpp | 837 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt() 846 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
|
| H A D | CGVTables.cpp | 274 auto NL = ApplyDebugLocation::CreateEmpty(*this); in StartThunk()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 2195 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction() 2317 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction() 3389 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitReduction()
|
| H A D | CGOpenMPRuntime.cpp | 1778 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitThreadPrivateVarDefinition() 1888 auto NL = ApplyDebugLocation::CreateEmpty(CtorCGF); in emitDeclareTargetVarDefinition() 1934 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitDeclareTargetVarDefinition() 2029 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitIfClause() 2033 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitIfClause() 12638 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitLastprivateConditionalUpdate()
|
| H A D | CGBlocks.cpp | 1533 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateBlockFunction()
|