OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PipeTy
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenCLRuntime.cpp
80
llvm::Type *&
PipeTy
) {
81
if (!
PipeTy
)
82
PipeTy
= llvm::PointerType::get(llvm::StructType::create(
86
return
PipeTy
;
99
const PipeType *
PipeTy
= PipeArg->getType()->castAs<PipeType>();
103
.getTypeSizeInChars(
PipeTy
->getElementType())
109
const PipeType *
PipeTy
= PipeArg->getType()->castAs<PipeType>();
113
.getTypeAlignInChars(
PipeTy
->getElementType())
CGOpenCLRuntime.h
52
llvm::Type *&
PipeTy
);
CGBuiltin.cpp
4648
const auto *
PipeTy
= E->getArg(0)->getType()->castAs<PipeType>();
4654
std::string(
PipeTy
->isReadOnly() ? "_ro" : "_wo");
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
1131
const PipeType *
PipeTy
= cast<PipeType>(Arg0->getType());
1132
const QualType EltTy =
PipeTy
->getElementType();
SemaDecl.cpp
9947
if(const PipeType *
PipeTy
= PT->getAs<PipeType>()) {
9948
QualType ElemTy =
PipeTy
->getElementType();
Completed in 55 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026