Searched refs:Cl (Results 1 – 6 of 6) sorted by relevance
51 kind = (kind == Cl::CL_LValue ? Cl::CL_AddressableVoid : Cl::CL_Void); in ClassifyImpl()56 case Cl::CL_LValue: in ClassifyImpl()59 case Cl::CL_XValue: in ClassifyImpl()63 case Cl::CL_Void: in ClassifyImpl()71 case Cl::CL_PRValue: in ClassifyImpl()76 Cl::ModifiableType modifiable = Cl::CM_Untested; in ClassifyImpl()241 ? Cl::CL_PRValue : Cl::CL_LValue; in ClassifyInternal()278 return Lang.CPlusPlus ? Cl::CL_LValue : Cl::CL_PRValue; in ClassifyInternal()474 return islvalue ? Cl::CL_LValue : Cl::CL_PRValue; in ClassifyDecl()500 ? Cl::CL_PRValue : Cl::CL_LValue); in ClassifyMemberExpr()[all …]
4 class Cl<Cl rec> {5 Cl Arec = rec;12 // CHECK: alue specified for template argument 'Cl:rec'14 def Rec0 : Cl<Rec0>;
214 for (Clause Cl : AllowedClauses) { in expectAllowedClauses() local215 EXPECT_TRUE(isAllowedClauseForDirective(Dir, Cl, Version)); in expectAllowedClauses()216 AllowedClausesSet.insert(Cl); in expectAllowedClauses()219 for (Clause Cl : AllClauses) { in expectAllowedClauses() local220 if (!AllowedClausesSet.contains(Cl)) { in expectAllowedClauses()221 EXPECT_FALSE(isAllowedClauseForDirective(Dir, Cl, Version)); in expectAllowedClauses()
1211 FoundationClass Cl = findKnownClass(Interface); in checkPostObjCMessage() local1216 if (Cl == FC_NSArray || Cl == FC_NSOrderedSet) { in checkPostObjCMessage()1225 if (Cl == FC_NSNull) { in checkPostObjCMessage()
8489 for (const auto *Cl : Clauses) { in generateAllInfoForClauses() local8490 const auto *C = dyn_cast<OMPMapClause>(Cl); in generateAllInfoForClauses()8509 for (const auto *Cl : Clauses) { in generateAllInfoForClauses() local8510 const auto *C = dyn_cast<OMPToClause>(Cl); in generateAllInfoForClauses()8525 for (const auto *Cl : Clauses) { in generateAllInfoForClauses() local8526 const auto *C = dyn_cast<OMPFromClause>(Cl); in generateAllInfoForClauses()8553 for (const auto *Cl : Clauses) { in generateAllInfoForClauses() local8554 const auto *C = dyn_cast<OMPUseDevicePtrClause>(Cl); in generateAllInfoForClauses()8639 for (const auto *Cl : Clauses) { in generateAllInfoForClauses() local8640 const auto *C = dyn_cast<OMPUseDeviceAddrClause>(Cl); in generateAllInfoForClauses()
5374 for (OMPClause *Cl : PrivateRange) { in checkAllocateClauses()5376 if (Cl->getClauseKind() == OMPC_private) { in checkAllocateClauses()5377 auto *PC = cast<OMPPrivateClause>(Cl); in checkAllocateClauses()5382 auto *PC = cast<OMPFirstprivateClause>(Cl); in checkAllocateClauses()5387 auto *PC = cast<OMPLastprivateClause>(Cl); in checkAllocateClauses()5391 } else if (Cl->getClauseKind() == OMPC_linear) { in checkAllocateClauses()5392 auto *PC = cast<OMPLinearClause>(Cl); in checkAllocateClauses()5396 } else if (Cl->getClauseKind() == OMPC_reduction) { in checkAllocateClauses()5397 auto *PC = cast<OMPReductionClause>(Cl); in checkAllocateClauses()5402 auto *PC = cast<OMPTaskReductionClause>(Cl); in checkAllocateClauses()[all …]