Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2822 S = CompoundStmt::CreateEmpty( in ReadStmtFromStream()
2828 S = CaseStmt::CreateEmpty( in ReadStmtFromStream()
2842 S = AttributedStmt::CreateEmpty( in ReadStmtFromStream()
2848 S = IfStmt::CreateEmpty( in ReadStmtFromStream()
2856 S = SwitchStmt::CreateEmpty( in ReadStmtFromStream()
2863 S = WhileStmt::CreateEmpty( in ReadStmtFromStream()
2893 S = ReturnStmt::CreateEmpty( in ReadStmtFromStream()
2915 S = ConstantExpr::CreateEmpty( in ReadStmtFromStream()
2921 S = SYCLUniqueStableNameExpr::CreateEmpty(Context); in ReadStmtFromStream()
2925 S = PredefinedExpr::CreateEmpty( in ReadStmtFromStream()
[all …]
H A DASTReader.cpp9990 C = OMPSizesClause::CreateEmpty(Context, NumSizes); in readClause()
9994 C = OMPFullClause::CreateEmpty(Context); in readClause()
9997 C = OMPPartialClause::CreateEmpty(Context); in readClause()
10015 C = OMPOrderedClause::CreateEmpty(Context, Record.readInt()); in readClause()
10033 C = OMPUpdateClause::CreateEmpty(Context, Record.readInt()); in readClause()
10090 C = OMPPrivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
10093 C = OMPFirstprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
10096 C = OMPLastprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
10099 C = OMPSharedClause::CreateEmpty(Context, Record.readInt()); in readClause()
10104 C = OMPReductionClause::CreateEmpty(Context, N, Modifier); in readClause()
[all …]
/openbsd-src/gnu/llvm/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
398 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPForDirective
420 OMPTileDirective *OMPTileDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPTileDirective
443 OMPUnrollDirective *OMPUnrollDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUnrollDirective
485 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPForSimdDirective
[all …]
H A DOpenMPClause.cpp355 OMPOrderedClause *OMPOrderedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPOrderedClause
412 OMPUpdateClause *OMPUpdateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUpdateClause
443 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPPrivateClause
476 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFirstprivateClause
528 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLastprivateClause
546 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPSharedClause
612 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLinearClause
639 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPAlignedClause
688 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPCopyinClause
729 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyprivateClause
[all …]
H A DExprCXX.cpp267 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty() function in CXXNewExpr
402 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( in CreateEmpty() function in UnresolvedLookupExpr
494 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DependentScopeDeclRefExpr
574 CXXOperatorCallExpr *CXXOperatorCallExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXOperatorCallExpr
639 CXXMemberCallExpr *CXXMemberCallExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXMemberCallExpr
726 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr
754 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDynamicCastExpr
812 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXReinterpretCastExpr
826 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr
839 CXXAddrspaceCastExpr *CXXAddrspaceCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXAddrspaceCastExpr
[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.cpp56 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
H A DStmt.cpp392 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
971 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty() function in IfStmt
1090 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in CreateEmpty() function in SwitchStmt
1152 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) { in CreateEmpty() function in WhileStmt
1210 ReturnStmt *ReturnStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in ReturnStmt
1229 CaseStmt *CaseStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CaseStmt
H A DExpr.cpp419 ConstantExpr *ConstantExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ConstantExpr
577 DeclRefExpr *DeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DeclRefExpr
635 SYCLUniqueStableNameExpr::CreateEmpty(const ASTContext &Ctx) { in CreateEmpty() function in SYCLUniqueStableNameExpr
693 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in PredefinedExpr
1196 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in StringLiteral
1502 CallExpr *CallExpr::CreateEmpty(const ASTContext &Ctx, unsigned NumArgs, in CreateEmpty() function in CallExpr
1652 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OffsetOfExpr
1770 MemberExpr *MemberExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in MemberExpr
2089 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ImplicitCastExpr
2116 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CStyleCastExpr
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h325 OMPChildren::CreateEmpty(reinterpret_cast<T *>(Mem) + 1, NumClauses, in createEmptyDirective()
341 OMPChildren::CreateEmpty(reinterpret_cast<T *>(Mem) + 1, NumClauses,
662 static OMPParallelDirective *CreateEmpty(const ASTContext &C,
1616 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
1694 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
1768 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
1838 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
1904 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1962 static OMPSingleDirective *CreateEmpty(const ASTContext &C,
2011 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell);
[all …]
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,
1282 static CXXDefaultArgExpr *CreateEmpty(const ASTContext &C,
[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);
2581 static OMPPrivateClause *CreateEmpty(const ASTContext &C, unsigned N);
2709 static OMPFirstprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
2921 static OMPLastprivateClause *CreateEmpty(const ASTContext &C, unsigned N);
3049 static OMPSharedClause *CreateEmpty(const ASTContext &C, unsigned N);
[all …]
H A DExprOpenMP.h189 static OMPArrayShapingExpr *CreateEmpty(const ASTContext &Context,
363 static OMPIteratorExpr *CreateEmpty(const ASTContext &Context,
H A DExpr.h1092 static ConstantExpr *CreateEmpty(const ASTContext &Context,
1301 static DeclRefExpr *CreateEmpty(const ASTContext &Context, bool HasQualifier,
1857 static StringLiteral *CreateEmpty(const ASTContext &Ctx,
2015 static PredefinedExpr *CreateEmpty(const ASTContext &Ctx,
2092 static SYCLUniqueStableNameExpr *CreateEmpty(const ASTContext &Ctx);
2209 static UnaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures);
2486 static OffsetOfExpr *CreateEmpty(const ASTContext &C,
2959 static CallExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs,
3242 static MemberExpr *CreateEmpty(const ASTContext &Context, bool HasQualifier,
3670 static ImplicitCastExpr *CreateEmpty(const ASTContext &Context,
[all …]
H A DStmt.h1459 static CompoundStmt *CreateEmpty(const ASTContext &C, unsigned NumStmts,
1675 static CaseStmt *CreateEmpty(const ASTContext &Ctx, bool CaseStmtIsGNURange);
1923 static AttributedStmt *CreateEmpty(const ASTContext &C, unsigned NumAttrs);
2015 static IfStmt *CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar,
2249 static SwitchStmt *CreateEmpty(const ASTContext &Ctx, bool HasInit,
2433 static WhileStmt *CreateEmpty(const ASTContext &Ctx, bool HasVar);
2835 static ReturnStmt *CreateEmpty(const ASTContext &Ctx, bool HasNRVOCandidate);
H A DExprObjC.h212 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C,
353 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
1213 static ObjCMessageExpr *CreateEmpty(const ASTContext &Context,
H A DStmtObjC.h204 static ObjCAtTryStmt *CreateEmpty(const ASTContext &Context,
H A DDeclOpenMP.h67 Inst->Data = OMPChildren::CreateEmpty( in createEmptyDirective()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDeclCXX.cpp1021 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalInitFunc()
1081 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalCleanUpFunc()
H A DCGDebugInfo.h846 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { in CreateEmpty() function
H A DCGVTables.cpp274 auto NL = ApplyDebugLocation::CreateEmpty(*this); in StartThunk()
H A DCGOpenMPRuntimeGPU.cpp1843 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction()
1965 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction()
3037 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitReduction()
H A DCGStmt.cpp848 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
857 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
H A DCGOpenMPRuntime.cpp1773 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitThreadPrivateVarDefinition()
1879 auto NL = ApplyDebugLocation::CreateEmpty(CtorCGF); in emitDeclareTargetVarDefinition()
1928 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitDeclareTargetVarDefinition()
2026 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitIfClause()
2030 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitIfClause()
12250 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitLastprivateConditionalUpdate()
H A DCGBlocks.cpp1529 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateBlockFunction()

12