/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2708 S = CompoundStmt::CreateEmpty( in ReadStmtFromStream() 2713 S = CaseStmt::CreateEmpty( in ReadStmtFromStream() 2727 S = AttributedStmt::CreateEmpty( in ReadStmtFromStream() 2733 S = IfStmt::CreateEmpty( in ReadStmtFromStream() 2741 S = SwitchStmt::CreateEmpty( in ReadStmtFromStream() 2748 S = WhileStmt::CreateEmpty( in ReadStmtFromStream() 2778 S = ReturnStmt::CreateEmpty( in ReadStmtFromStream() 2800 S = ConstantExpr::CreateEmpty( in ReadStmtFromStream() 2806 S = PredefinedExpr::CreateEmpty( in ReadStmtFromStream() 2812 S = DeclRefExpr::CreateEmpty( in ReadStmtFromStream() [all …]
|
H A D | ASTReader.cpp | 11720 C = OMPSizesClause::CreateEmpty(Context, NumSizes); in readClause() 11739 C = OMPOrderedClause::CreateEmpty(Context, Record.readInt()); in readClause() 11757 C = OMPUpdateClause::CreateEmpty(Context, Record.readInt()); in readClause() 11802 C = OMPPrivateClause::CreateEmpty(Context, Record.readInt()); in readClause() 11805 C = OMPFirstprivateClause::CreateEmpty(Context, Record.readInt()); in readClause() 11808 C = OMPLastprivateClause::CreateEmpty(Context, Record.readInt()); in readClause() 11811 C = OMPSharedClause::CreateEmpty(Context, Record.readInt()); in readClause() 11816 C = OMPReductionClause::CreateEmpty(Context, N, Modifier); in readClause() 11820 C = OMPTaskReductionClause::CreateEmpty(Context, Record.readInt()); in readClause() 11823 C = OMPInReductionClause::CreateEmpty(Context, Record.readInt()); in readClause() [all …]
|
/netbsd-src/external/apache2/llvm/dist/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 248 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPParallelDirective 283 OMPSimdDirective *OMPSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSimdDirective 328 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPForDirective 350 OMPTileDirective *OMPTileDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPTileDirective 393 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPForSimdDirective 414 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSectionsDirective 434 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPSectionDirective [all …]
|
H A D | OpenMPClause.cpp | 338 OMPOrderedClause *OMPOrderedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPOrderedClause 395 OMPUpdateClause *OMPUpdateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPUpdateClause 426 OMPPrivateClause *OMPPrivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPPrivateClause 459 OMPFirstprivateClause *OMPFirstprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPFirstprivateClause 511 OMPLastprivateClause *OMPLastprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLastprivateClause 529 OMPSharedClause *OMPSharedClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPSharedClause 595 OMPLinearClause *OMPLinearClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPLinearClause 622 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPAlignedClause 664 OMPCopyinClause *OMPCopyinClause::CreateEmpty(const ASTContext &C, unsigned N) { in CreateEmpty() function in OMPCopyinClause 705 OMPCopyprivateClause *OMPCopyprivateClause::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OMPCopyprivateClause [all …]
|
H A D | ExprCXX.cpp | 266 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty() function in CXXNewExpr 400 UnresolvedLookupExpr *UnresolvedLookupExpr::CreateEmpty( in CreateEmpty() function in UnresolvedLookupExpr 492 DependentScopeDeclRefExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in DependentScopeDeclRefExpr 572 CXXOperatorCallExpr *CXXOperatorCallExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXOperatorCallExpr 637 CXXMemberCallExpr *CXXMemberCallExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CXXMemberCallExpr 723 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXStaticCastExpr 751 CXXDynamicCastExpr *CXXDynamicCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CXXDynamicCastExpr 809 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) { in CreateEmpty() function in CXXReinterpretCastExpr 823 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) { in CreateEmpty() function in CXXConstCastExpr 836 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 | 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 958 IfStmt *IfStmt::CreateEmpty(const ASTContext &Ctx, bool HasElse, bool HasVar, in CreateEmpty() function in IfStmt 1077 SwitchStmt *SwitchStmt::CreateEmpty(const ASTContext &Ctx, bool HasInit, in CreateEmpty() function in SwitchStmt 1139 WhileStmt *WhileStmt::CreateEmpty(const ASTContext &Ctx, bool HasVar) { in CreateEmpty() function in WhileStmt 1197 ReturnStmt *ReturnStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in ReturnStmt 1216 CaseStmt *CaseStmt::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in CaseStmt
|
H A D | StmtObjC.cpp | 57 ObjCAtTryStmt *ObjCAtTryStmt::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in ObjCAtTryStmt
|
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 535 PredefinedExpr *PredefinedExpr::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in PredefinedExpr 1069 StringLiteral *StringLiteral::CreateEmpty(const ASTContext &Ctx, in CreateEmpty() function in StringLiteral 1381 CallExpr *CallExpr::CreateEmpty(const ASTContext &Ctx, unsigned NumArgs, in CreateEmpty() function in CallExpr 1527 OffsetOfExpr *OffsetOfExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in OffsetOfExpr 1645 MemberExpr *MemberExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in MemberExpr 1959 ImplicitCastExpr *ImplicitCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in ImplicitCastExpr 1986 CStyleCastExpr *CStyleCastExpr::CreateEmpty(const ASTContext &C, in CreateEmpty() function in CStyleCastExpr 4199 GenericSelectionExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty() function in GenericSelectionExpr [all …]
|
/netbsd-src/external/apache2/llvm/dist/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, 656 static OMPParallelDirective *CreateEmpty(const ASTContext &C, 1515 static OMPSimdDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses, 1593 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses, 1667 static OMPForSimdDirective *CreateEmpty(const ASTContext &C, 1737 static OMPSectionsDirective *CreateEmpty(const ASTContext &C, 1803 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell); 1861 static OMPSingleDirective *CreateEmpty(const ASTContext &C, 1910 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell); [all …]
|
H A D | ExprCXX.h | 107 static CXXOperatorCallExpr *CreateEmpty(const ASTContext &Ctx, 194 static CXXMemberCallExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs, 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, 1529 static CXXConstructExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs); [all …]
|
H A D | OpenMPClause.h | 398 static OMPAllocateClause *CreateEmpty(const ASTContext &C, unsigned N); 837 static OMPSizesClause *CreateEmpty(const ASTContext &C, unsigned NumSizes); 1631 static OMPOrderedClause* CreateEmpty(const ASTContext &C, unsigned NumLoops); 1960 static OMPUpdateClause *CreateEmpty(const ASTContext &C, bool IsExtended); 2314 static OMPPrivateClause *CreateEmpty(const ASTContext &C, unsigned N); 2442 static OMPFirstprivateClause *CreateEmpty(const ASTContext &C, unsigned N); 2654 static OMPLastprivateClause *CreateEmpty(const ASTContext &C, unsigned N); 2782 static OMPSharedClause *CreateEmpty(const ASTContext &C, unsigned N); 3030 CreateEmpty(const ASTContext &C, unsigned N, 3301 static OMPTaskReductionClause *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 | 1071 static ConstantExpr *CreateEmpty(const ASTContext &Context, 1280 static DeclRefExpr *CreateEmpty(const ASTContext &Context, bool HasQualifier, 1836 static StringLiteral *CreateEmpty(const ASTContext &Ctx, 1994 static PredefinedExpr *CreateEmpty(const ASTContext &Ctx, 2130 static UnaryOperator *CreateEmpty(const ASTContext &C, bool hasFPFeatures); 2407 static OffsetOfExpr *CreateEmpty(const ASTContext &C, 2879 static CallExpr *CreateEmpty(const ASTContext &Ctx, unsigned NumArgs, 3159 static MemberExpr *CreateEmpty(const ASTContext &Context, bool HasQualifier, 3587 static ImplicitCastExpr *CreateEmpty(const ASTContext &Context, 3689 static CStyleCastExpr *CreateEmpty(const ASTContext &Context, [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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 752 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalInitFunc() 812 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateCXXGlobalCleanUpFunc()
|
H A D | CGOpenMPRuntimeGPU.cpp | 1758 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitGenericVarsProlog() 1764 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitGenericVarsProlog() 2027 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitGenericVarsEpilog() 2739 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction() 2857 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitInterWarpCopyFunction() 3920 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitReduction()
|
H A D | CGDebugInfo.h | 804 static ApplyDebugLocation CreateEmpty(CodeGenFunction &CGF) { in CreateEmpty() function
|
H A D | CGStmt.cpp | 773 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt() 782 auto NL = ApplyDebugLocation::CreateEmpty(*this); in EmitIfStmt()
|
H A D | CGVTables.cpp | 270 auto NL = ApplyDebugLocation::CreateEmpty(*this); in StartThunk()
|
H A D | CGOpenMPRuntime.cpp | 1828 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitThreadPrivateVarDefinition() 1934 auto NL = ApplyDebugLocation::CreateEmpty(CtorCGF); in emitDeclareTargetVarDefinition() 1972 auto NL = ApplyDebugLocation::CreateEmpty(DtorCGF); in emitDeclareTargetVarDefinition() 2061 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitIfClause() 2065 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitIfClause() 12464 (void)ApplyDebugLocation::CreateEmpty(CGF); in emitLastprivateConditionalUpdate()
|
H A D | CGBlocks.cpp | 1530 auto NL = ApplyDebugLocation::CreateEmpty(*this); in GenerateBlockFunction()
|