| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2722 S = CompoundStmt::CreateEmpty( in ReadStmtFromStream() 2727 S = CaseStmt::CreateEmpty( in ReadStmtFromStream() 2747 S = IfStmt::CreateEmpty( in ReadStmtFromStream() 2755 S = SwitchStmt::CreateEmpty( in ReadStmtFromStream() 2762 S = WhileStmt::CreateEmpty( in ReadStmtFromStream() 2792 S = ReturnStmt::CreateEmpty( in ReadStmtFromStream() 2814 S = ConstantExpr::CreateEmpty( in ReadStmtFromStream() 2830 S = DeclRefExpr::CreateEmpty( in ReadStmtFromStream() 2915 S = CallExpr::CreateEmpty( in ReadStmtFromStream() 2921 S = RecoveryExpr::CreateEmpty( in ReadStmtFromStream() [all …]
|
| H A D | ASTReader.cpp | 11749 C = OMPSizesClause::CreateEmpty(Context, NumSizes); in readClause() 11753 C = OMPFullClause::CreateEmpty(Context); in readClause() 11756 C = OMPPartialClause::CreateEmpty(Context); in readClause() 11851 C = OMPReductionClause::CreateEmpty(Context, N, Modifier); in readClause() 11876 C = OMPDepobjClause::CreateEmpty(Context); in readClause() 11893 C = OMPMapClause::CreateEmpty(Context, Sizes); in readClause() 11926 C = OMPToClause::CreateEmpty(Context, Sizes); in readClause() 11935 C = OMPFromClause::CreateEmpty(Context, Sizes); in readClause() 11944 C = OMPUseDevicePtrClause::CreateEmpty(Context, Sizes); in readClause() 11953 C = OMPUseDeviceAddrClause::CreateEmpty(Context, Sizes); in readClause() [all …]
|
| /freebsd-13.1/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() 52 OMPChildren *OMPChildren::CreateEmpty(void *Mem, unsigned NumClauses, in CreateEmpty() function in OMPChildren 607 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelForSimdDirective 625 OMPParallelMasterDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelMasterDirective 643 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelSectionsDirective 858 OMPTargetParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPTargetParallelDirective 902 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPTargetParallelForDirective 1093 OMPMasterTaskLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMasterTaskLoopDirective 1454 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPDistributeSimdDirective [all …]
|
| H A D | OpenMPClause.cpp | 801 OMPReductionClause::CreateEmpty(const ASTContext &C, unsigned N, in CreateEmpty() function in OMPReductionClause 931 OMPSizesClause *Clause = CreateEmpty(C, Sizes.size()); in Create() 939 OMPSizesClause *OMPSizesClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSizesClause 948 OMPFullClause *Clause = CreateEmpty(C); in Create() 963 OMPPartialClause *Clause = CreateEmpty(C); in Create() 1154 OMPMapClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPMapClause 1204 OMPToClause *OMPToClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPToClause 1256 OMPFromClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFromClause 1317 OMPUseDevicePtrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUseDevicePtrClause 1364 OMPUseDeviceAddrClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUseDeviceAddrClause [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 1047 CXXConstructExpr *CXXConstructExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXConstructExpr 1352 CXXUnresolvedConstructExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in CXXUnresolvedConstructExpr 1425 CXXDependentScopeMemberExpr *CXXDependentScopeMemberExpr::CreateEmpty( in CreateEmpty() function in CXXDependentScopeMemberExpr 1515 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 | 57 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
|
| H A D | Stmt.cpp | 386 CompoundStmt *CompoundStmt::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CompoundStmt 425 AttributedStmt *AttributedStmt::CreateEmpty(const ASTContext &C, in CreateEmpty() function in AttributedStmt 964 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty() function in IfStmt 1083 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in CreateEmpty() function in SwitchStmt 1145 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) { in CreateEmpty() function in WhileStmt 1203 ReturnStmt *ReturnStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in ReturnStmt 1222 CaseStmt *CaseStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CaseStmt
|
| H A D | Expr.cpp | 318 ConstantExpr *ConstantExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ConstantExpr 476 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DeclRefExpr 534 SYCLUniqueStableNameExpr::CreateEmpty(const ASTContext &Ctx) { in CreateEmpty() function in SYCLUniqueStableNameExpr 601 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in PredefinedExpr 1135 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in StringLiteral 1593 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OffsetOfExpr 1711 MemberExpr *MemberExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in MemberExpr 2055 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CStyleCastExpr 4270 GenericSelectionExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in GenericSelectionExpr 4469 ParenListExpr *ParenListExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in ParenListExpr [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 661 static OMPParallelDirective *CreateEmpty(const ASTContext &C, 1700 static OMPForSimdDirective *CreateEmpty(const ASTContext &C, 1894 static OMPSingleDirective *CreateEmpty(const ASTContext &C, 2638 static OMPFlushDirective *CreateEmpty(const ASTContext &C, 2691 static OMPDepobjDirective *CreateEmpty(const ASTContext &C, 2839 static OMPAtomicDirective *CreateEmpty(const ASTContext &C, 2922 static OMPTargetDirective *CreateEmpty(const ASTContext &C, 3315 static OMPTeamsDirective *CreateEmpty(const ASTContext &C, 3428 static OMPCancelDirective *CreateEmpty(const ASTContext &C, 4138 static OMPDistributeParallelForSimdDirective *CreateEmpty( [all …]
|
| H A D | OpenMPClause.h | 398 static OMPAllocateClause *CreateEmpty(const ASTContext &C, unsigned N); 915 static OMPFullClause *CreateEmpty(const ASTContext &C); 974 static OMPPartialClause *CreateEmpty(const ASTContext &C); 3138 CreateEmpty(const ASTContext &C, unsigned N, 4506 static OMPFlushClause *CreateEmpty(const ASTContext &C, unsigned N); 4586 static OMPDepobjClause *CreateEmpty(const ASTContext &C); 5751 static OMPMapClause *CreateEmpty(const ASTContext &C, 6672 static OMPToClause *CreateEmpty(const ASTContext &C, 6873 static OMPFromClause *CreateEmpty(const ASTContext &C, 7548 static OMPInitClause *CreateEmpty(const ASTContext &C, unsigned N); [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 | 1068 static ConstantExpr *CreateEmpty(const ASTContext &Context, 1833 static StringLiteral *CreateEmpty(const ASTContext &Ctx, 1991 static PredefinedExpr *CreateEmpty(const ASTContext &Ctx, 2068 static SYCLUniqueStableNameExpr *CreateEmpty(const ASTContext &Ctx); 2462 static OffsetOfExpr *CreateEmpty(const ASTContext &C, 2935 static CallExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs, 3654 static ImplicitCastExpr *CreateEmpty(const ASTContext &Context, 3756 static CStyleCastExpr *CreateEmpty(const ASTContext &Context, 4065 static CompoundAssignOperator *CreateEmpty(const ASTContext &C, 5216 static DesignatedInitExpr *CreateEmpty(const ASTContext &C, [all …]
|
| H A D | 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);
|
| 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 | 200 static ObjCAtTryStmt *CreateEmpty(const ASTContext &Context,
|
| H A D | DeclOpenMP.h | 67 Inst->Data = OMPChildren::CreateEmpty( in createEmptyDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDeclCXX.cpp | 806 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalInitFunc() 866 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalCleanUpFunc()
|
| H A D | CGDebugInfo.h | 812 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { in CreateEmpty() function
|
| H A D | CGStmt.cpp | 776 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt() 785 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
|
| H A D | CGVTables.cpp | 270 auto NL = ApplyDebugLocation::CreateEmpty(*this); in StartThunk()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 2151 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction() 2271 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction() 3334 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitReduction()
|
| H A D | CGOpenMPRuntime.cpp | 1832 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitThreadPrivateVarDefinition() 1938 auto NL = ApplyDebugLocation::CreateEmpty(CtorCGF); in emitDeclareTargetVarDefinition() 1976 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitDeclareTargetVarDefinition() 2065 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitIfClause() 2069 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitIfClause() 12625 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitLastprivateConditionalUpdate()
|
| H A D | CGBlocks.cpp | 1530 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateBlockFunction()
|