Home
last modified time | relevance | path

Searched refs:opencl_constant (Results 1 – 14 of 14) sorted by relevance

/external/clang/include/clang/Basic/
DAddressSpaces.h32 opencl_constant, enumerator
/external/clang/lib/AST/
DExprClassification.cpp617 if (CT.getQualifiers().getAddressSpace() == LangAS::opencl_constant) in IsModifiable()
DTypePrinter.cpp1598 case LangAS::opencl_constant: in print()
DType.cpp74 return T.getAddressSpace() == LangAS::opencl_constant; in isConstant()
DItaniumMangle.cpp2103 case LangAS::opencl_constant: ASString = "CLconstant"; break; in mangleQualifiers()
DExprConstant.cpp2771 BaseType.getAddressSpace() == LangAS::opencl_constant))) { in findCompleteObject()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp508 (pointeeTy.getAddressSpace() == LangAS::opencl_constant)) in GenOpenCLArgMetadata()
DCGBlocks.cpp85 CGM.getLLVMContext(), C.getTargetAddressSpace(LangAS::opencl_constant)); in buildBlockDescriptor()
DCodeGenModule.cpp3426 AddrSpace = CGM.getContext().getTargetAddressSpace(LangAS::opencl_constant); in GenerateStringLiteral()
/external/clang/lib/Sema/
DSemaDecl.cpp6841 !(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()
DSemaType.cpp5321 ASIdx = LangAS::opencl_constant; break; in HandleAddressSpaceTypeAttribute()
DSemaChecking.cpp693 .getAddressSpace() == LangAS::opencl_constant) { in SemaOpenCLBuiltinToAddr()
DSemaExpr.cpp1646 StrTy = Context.getAddrSpaceQualType(StrTy, LangAS::opencl_constant); in ActOnStringLiteral()
/external/clang/include/clang/AST/
DType.h439 other.getAddressSpace() != LangAS::opencl_constant);