Home
last modified time | relevance | path

Searched refs:isPipe (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp875 bool DeclSpec::SetTypePipe(bool isPipe, SourceLocation Loc, in SetTypePipe() argument
886 if (isPipe) { in SetTypePipe()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1630 bool isPipe = ty->isPipeType(); in GenOpenCLArgMetadata() local
1631 if (ty->isImageType() || isPipe) in GenOpenCLArgMetadata()
1638 ty = isPipe ? ty->castAs<PipeType>()->getElementType() : ty; in GenOpenCLArgMetadata()
1655 if (isPipe) in GenOpenCLArgMetadata()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h702 bool SetTypePipe(bool isPipe, SourceLocation Loc,