Lines Matching refs:CreateEmpty

11692     C = OMPOrderedClause::CreateEmpty(Context, Record.readInt());  in readClause()
11743 C = OMPPrivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11746 C = OMPFirstprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11749 C = OMPLastprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11752 C = OMPSharedClause::CreateEmpty(Context, Record.readInt()); in readClause()
11755 C = OMPReductionClause::CreateEmpty(Context, Record.readInt()); in readClause()
11758 C = OMPTaskReductionClause::CreateEmpty(Context, Record.readInt()); in readClause()
11761 C = OMPInReductionClause::CreateEmpty(Context, Record.readInt()); in readClause()
11764 C = OMPLinearClause::CreateEmpty(Context, Record.readInt()); in readClause()
11767 C = OMPAlignedClause::CreateEmpty(Context, Record.readInt()); in readClause()
11770 C = OMPCopyinClause::CreateEmpty(Context, Record.readInt()); in readClause()
11773 C = OMPCopyprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11776 C = OMPFlushClause::CreateEmpty(Context, Record.readInt()); in readClause()
11781 C = OMPDependClause::CreateEmpty(Context, NumVars, NumLoops); in readClause()
11792 C = OMPMapClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause()
11825 C = OMPToClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause()
11834 C = OMPFromClause::CreateEmpty(Context, NumVars, NumDeclarations, NumLists, in readClause()
11843 C = OMPUseDevicePtrClause::CreateEmpty(Context, NumVars, NumDeclarations, in readClause()
11852 C = OMPIsDevicePtrClause::CreateEmpty(Context, NumVars, NumDeclarations, in readClause()