Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2722 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 DASTReader.cpp11749 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 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
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 DOpenMPClause.cpp801 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 DExprCXX.cpp266 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 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.cpp57 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
H A DStmt.cpp386 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 DExpr.cpp318 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 DStmtOpenMP.h661 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 DOpenMPClause.h398 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 DExprCXX.h107 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 DExprOpenMP.h189 static OMPArrayShapingExpr *CreateEmpty(const ASTContext &Context,
363 static OMPIteratorExpr *CreateEmpty(const ASTContext &Context,
H A DExpr.h1068 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 DStmt.h1423 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 DExprObjC.h213 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C,
354 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
1213 static ObjCMessageExpr *CreateEmpty(const ASTContext &Context,
H A DStmtObjC.h200 static ObjCAtTryStmt *CreateEmpty(const ASTContext &Context,
H A DDeclOpenMP.h67 Inst->Data = OMPChildren::CreateEmpty( in createEmptyDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp806 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalInitFunc()
866 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalCleanUpFunc()
H A DCGDebugInfo.h812 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { in CreateEmpty() function
H A DCGStmt.cpp776 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
785 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
H A DCGVTables.cpp270 auto NL = ApplyDebugLocation::CreateEmpty(*this); in StartThunk()
H A DCGOpenMPRuntimeGPU.cpp2151 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction()
2271 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction()
3334 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitReduction()
H A DCGOpenMPRuntime.cpp1832 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 DCGBlocks.cpp1530 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateBlockFunction()

12