HomeSort by: relevance | last modified time | path
    Searched refs:OCLQueueTy (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1040 CanQualType OCLQueueTy, OCLReserveIDTy;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 306 addImplicitTypedef("queue_t", Context.OCLQueueTy);
SemaChecking.cpp 971 << TheCall->getDirectCallee() << S.Context.OCLQueueTy;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1424 InitBuiltinType(OCLQueueTy, BuiltinType::OCLQueue);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 7021 T = Context.OCLQueueTy;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 4699 llvm::Type *QueueTy = ConvertType(getContext().OCLQueueTy);

Completed in 191 milliseconds