HomeSort by relevance Sort by last modified time
    Searched refs:opencl_constant (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/Basic/
AddressSpaces.h 32 opencl_constant, enumerator in enum:clang::LangAS::ID
  /external/clang/lib/AST/
ExprClassification.cpp 616 if (CT.getQualifiers().getAddressSpace() == LangAS::opencl_constant)
TypePrinter.cpp     [all...]
ItaniumMangle.cpp     [all...]
Type.cpp 74 return T.getAddressSpace() == LangAS::opencl_constant;
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 85 CGM.getLLVMContext(), C.getTargetAddressSpace(LangAS::opencl_constant));
    [all...]
CodeGenFunction.cpp 508 (pointeeTy.getAddressSpace() == LangAS::opencl_constant))
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 421 other.getAddressSpace() != LangAS::opencl_constant);
    [all...]

Completed in 1392 milliseconds