/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2822 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 D | ASTReader.cpp | 9990 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 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 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 D | OpenMPClause.cpp | 355 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 D | ExprCXX.cpp | 267 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 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 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 D | Expr.cpp | 419 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 D | StmtOpenMP.h | 325 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 D | ExprCXX.h | 106 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 D | OpenMPClause.h | 496 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 D | ExprOpenMP.h | 189 static OMPArrayShapingExpr *CreateEmpty(const ASTContext &Context, 363 static OMPIteratorExpr *CreateEmpty(const ASTContext &Context,
|
H A D | Expr.h | 1092 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 D | Stmt.h | 1459 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 D | ExprObjC.h | 212 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C, 353 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()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 1021 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalInitFunc() 1081 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalCleanUpFunc()
|
H A D | CGDebugInfo.h | 846 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { in CreateEmpty() function
|
H A D | CGVTables.cpp | 274 auto NL = ApplyDebugLocation::CreateEmpty(*this); in StartThunk()
|
H A D | CGOpenMPRuntimeGPU.cpp | 1843 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction() 1965 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction() 3037 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitReduction()
|
H A D | CGStmt.cpp | 848 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt() 857 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
|
H A D | CGOpenMPRuntime.cpp | 1773 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 D | CGBlocks.cpp | 1529 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateBlockFunction()
|