Searched refs:opencl_constant (Results 1 – 14 of 14) sorted by relevance
32 opencl_constant, enumerator
617 if (CT.getQualifiers().getAddressSpace() == LangAS::opencl_constant) in IsModifiable()
1598 case LangAS::opencl_constant: in print()
74 return T.getAddressSpace() == LangAS::opencl_constant; in isConstant()
2103 case LangAS::opencl_constant: ASString = "CLconstant"; break; in mangleQualifiers()
2771 BaseType.getAddressSpace() == LangAS::opencl_constant))) { in findCompleteObject()
508 (pointeeTy.getAddressSpace() == LangAS::opencl_constant)) in GenOpenCLArgMetadata()
85 CGM.getLLVMContext(), C.getTargetAddressSpace(LangAS::opencl_constant)); in buildBlockDescriptor()
3426 AddrSpace = CGM.getContext().getTargetAddressSpace(LangAS::opencl_constant); in GenerateStringLiteral()
6841 !(T.getAddressSpace() == LangAS::opencl_constant || in CheckVariableDeclarationType()6863 if (T.getAddressSpace() == LangAS::opencl_constant || in CheckVariableDeclarationType()6867 if (T.getAddressSpace() == LangAS::opencl_constant) in CheckVariableDeclarationType()8203 AddressSpace == LangAS::opencl_constant) { in ActOnFunctionDeclarator()10040 Var->getType().getAddressSpace() == LangAS::opencl_constant && in ActOnUninitializedDecl()
5321 ASIdx = LangAS::opencl_constant; break; in HandleAddressSpaceTypeAttribute()
693 .getAddressSpace() == LangAS::opencl_constant) { in SemaOpenCLBuiltinToAddr()
1646 StrTy = Context.getAddrSpaceQualType(StrTy, LangAS::opencl_constant); in ActOnStringLiteral()
439 other.getAddressSpace() != LangAS::opencl_constant);