| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2886 S = CaseStmt::CreateEmpty( in ReadStmtFromStream() 2900 S = AttributedStmt::CreateEmpty( in ReadStmtFromStream() 2915 S = SwitchStmt::CreateEmpty( in ReadStmtFromStream() 2922 S = WhileStmt::CreateEmpty( in ReadStmtFromStream() 2952 S = ReturnStmt::CreateEmpty( in ReadStmtFromStream() 2974 S = ConstantExpr::CreateEmpty( in ReadStmtFromStream() 2984 S = PredefinedExpr::CreateEmpty( in ReadStmtFromStream() 3020 S = StringLiteral::CreateEmpty( in ReadStmtFromStream() 3036 S = ParenListExpr::CreateEmpty( in ReadStmtFromStream() 3091 S = RecoveryExpr::CreateEmpty( in ReadStmtFromStream() [all …]
|
| H A D | ASTReader.cpp | 10269 C = OMPSizesClause::CreateEmpty(Context, NumSizes); in readClause() 10273 C = OMPFullClause::CreateEmpty(Context); in readClause() 10276 C = OMPPartialClause::CreateEmpty(Context); in readClause() 10411 C = OMPDepobjClause::CreateEmpty(Context); in readClause() 10428 C = OMPMapClause::CreateEmpty(Context, Sizes); in readClause() 10461 C = OMPToClause::CreateEmpty(Context, Sizes); in readClause() 10470 C = OMPFromClause::CreateEmpty(Context, Sizes); in readClause() 10479 C = OMPUseDevicePtrClause::CreateEmpty(Context, Sizes); in readClause() 10488 C = OMPUseDeviceAddrClause::CreateEmpty(Context, Sizes); in readClause() 10497 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause() [all …]
|
| /freebsd-14.2/contrib/llvm-project/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() 680 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelForSimdDirective 698 OMPParallelMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelMasterDirective 714 OMPParallelMaskedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelMaskedDirective 732 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelSectionsDirective 970 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPTargetParallelDirective 1205 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMasterTaskLoopDirective 1250 OMPMaskedTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMaskedTaskLoopDirective 1750 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPDistributeSimdDirective [all …]
|
| H A D | OpenMPClause.cpp | 830 OMPReductionClause::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty() function in OMPReductionClause 960 OMPSizesClause *Clause = CreateEmpty(C, Sizes.size()); in Create() 977 OMPFullClause *Clause = CreateEmpty(C); in Create() 992 OMPPartialClause *Clause = CreateEmpty(C); in Create() 1184 OMPMapClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMapClause 1236 OMPToClause *OMPToClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPToClause 1288 OMPFromClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFromClause 1349 OMPUseDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUseDevicePtrClause 1396 OMPUseDeviceAddrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUseDeviceAddrClause 1443 OMPIsDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPIsDevicePtrClause [all …]
|
| H A D | ExprCXX.cpp | 268 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty() function in CXXNewExpr 405 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( in CreateEmpty() function in UnresolvedLookupExpr 497 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DependentScopeDeclRefExpr 729 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr 835 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr 962 CXXDefaultArgExpr *CXXDefaultArgExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDefaultArgExpr 1125 CXXConstructExpr *CXXConstructExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXConstructExpr 1432 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in CXXUnresolvedConstructExpr 1525 CXXThisExpr *CXXThisExpr::CreateEmpty(const ASTContext &Ctx) { in CreateEmpty() function in CXXThisExpr 1605 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 | 392 CompoundStmt *CompoundStmt::CreateEmpty(const ASTContext &C, unsigned NumStmts, in CreateEmpty() function in CompoundStmt 433 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, in CreateEmpty() function in AttributedStmt 972 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty() function in IfStmt 1091 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in CreateEmpty() function in SwitchStmt 1153 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) { in CreateEmpty() function in WhileStmt 1211 ReturnStmt *ReturnStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in ReturnStmt 1230 CaseStmt *CaseStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CaseStmt
|
| H A D | Expr.cpp | 357 ConstantExpr *ConstantExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ConstantExpr 519 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DeclRefExpr 577 SYCLUniqueStableNameExpr::CreateEmpty(const ASTContext &Ctx) { in CreateEmpty() function in SYCLUniqueStableNameExpr 637 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in PredefinedExpr 1172 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in StringLiteral 1640 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OffsetOfExpr 1752 MemberExpr *MemberExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in MemberExpr 2098 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CStyleCastExpr 4469 GenericSelectionExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in GenericSelectionExpr 4664 ParenListExpr *ParenListExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in ParenListExpr [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 677 static OMPParallelDirective *CreateEmpty(const ASTContext &C, 1977 static OMPScopeDirective *CreateEmpty(const ASTContext &C, 2030 static OMPSingleDirective *CreateEmpty(const ASTContext &C, 2842 static OMPFlushDirective *CreateEmpty(const ASTContext &C, 2895 static OMPDepobjDirective *CreateEmpty(const ASTContext &C, 3085 static OMPAtomicDirective *CreateEmpty(const ASTContext &C, 3202 static OMPTargetDirective *CreateEmpty(const ASTContext &C, 3595 static OMPTeamsDirective *CreateEmpty(const ASTContext &C, 3708 static OMPCancelDirective *CreateEmpty(const ASTContext &C, 4705 static OMPDistributeParallelForSimdDirective *CreateEmpty( [all …]
|
| H A D | ExprCXX.h | 106 static CXXOperatorCallExpr *CreateEmpty(const ASTContext &Ctx, 253 static CUDAKernelCallExpr *CreateEmpty(const ASTContext &Ctx, 463 static CXXStaticCastExpr *CreateEmpty(const ASTContext &Context, 502 static CXXDynamicCastExpr *CreateEmpty(const ASTContext &Context, 584 static CXXConstCastExpr *CreateEmpty(const ASTContext &Context); 660 static UserDefinedLiteral *CreateEmpty(const ASTContext &Ctx, 1162 static CXXThisExpr *CreateEmpty(const ASTContext &Ctx); 1287 static CXXDefaultArgExpr *CreateEmpty(const ASTContext &C, 1382 static CXXDefaultInitExpr *CreateEmpty(const ASTContext &C, 1895 static CXXTemporaryObjectExpr *CreateEmpty(const ASTContext &Ctx, [all …]
|
| H A D | OpenMPClause.h | 496 static OMPAllocateClause *CreateEmpty(const ASTContext &C, unsigned N); 897 static OMPFullClause *CreateEmpty(const ASTContext &C); 940 static OMPPartialClause *CreateEmpty(const ASTContext &C); 3380 CreateEmpty(const ASTContext &C, unsigned N, 4841 static OMPDepobjClause *CreateEmpty(const ASTContext &C); 6005 static OMPMapClause *CreateEmpty(const ASTContext &C, 6976 static OMPToClause *CreateEmpty(const ASTContext &C, 7176 static OMPFromClause *CreateEmpty(const ASTContext &C, 7979 static OMPInitClause *CreateEmpty(const ASTContext &C, unsigned N); 8791 static OMPBindClause *CreateEmpty(const ASTContext &C); [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 | 1103 static ConstantExpr *CreateEmpty(const ASTContext &Context, 1834 static StringLiteral *CreateEmpty(const ASTContext &Ctx, 1995 static PredefinedExpr *CreateEmpty(const ASTContext &Ctx, 2075 static SYCLUniqueStableNameExpr *CreateEmpty(const ASTContext &Ctx); 2470 static OffsetOfExpr *CreateEmpty(const ASTContext &C, 2943 static CallExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs, 3667 static ImplicitCastExpr *CreateEmpty(const ASTContext &Context, 3771 static CStyleCastExpr *CreateEmpty(const ASTContext &Context, 4081 static CompoundAssignOperator *CreateEmpty(const ASTContext &C, 5289 static DesignatedInitExpr *CreateEmpty(const ASTContext &C, [all …]
|
| H A D | Stmt.h | 1645 static CompoundStmt *CreateEmpty(const ASTContext &C, unsigned NumStmts, 1861 static CaseStmt *CreateEmpty(const ASTContext &Ctx, bool CaseStmtIsGNURange); 2109 static AttributedStmt *CreateEmpty(const ASTContext &C, unsigned NumAttrs); 2201 static IfStmt *CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, 2440 static SwitchStmt *CreateEmpty(const ASTContext &Ctx, bool HasInit, 2629 static WhileStmt *CreateEmpty(const ASTContext &Ctx, bool HasVar); 3046 static ReturnStmt *CreateEmpty(const ASTContext &Ctx, bool HasNRVOCandidate);
|
| H A D | ExprObjC.h | 212 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C, 354 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C, 1223 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()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 1047 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalInitFunc() 1107 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalCleanUpFunc()
|
| H A D | CGDebugInfo.h | 880 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { in CreateEmpty() function
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1805 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction() 1915 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction() 2967 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitReduction()
|
| H A D | CGVTables.cpp | 275 auto NL = ApplyDebugLocation::CreateEmpty(*this); in StartThunk()
|
| H A D | CGStmt.cpp | 867 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt() 876 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
|
| H A D | CGBlocks.cpp | 1498 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateBlockFunction()
|
| H A D | CGOpenMPRuntime.cpp | 1699 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitThreadPrivateVarDefinition() 1855 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitIfClause() 1859 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitIfClause() 11789 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitLastprivateConditionalUpdate()
|