Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp909 bool DeclSpec::SetTypePipe(bool isPipe, SourceLocation Loc, in SetTypePipe() argument
920 if (isPipe) { in SetTypePipe()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2320 bool isPipe = ty->isPipeType(); in GenKernelArgMetadata() local
2321 if (ty->isImageType() || isPipe) in GenKernelArgMetadata()
2328 ty = isPipe ? ty->castAs<PipeType>()->getElementType() : ty; in GenKernelArgMetadata()
2345 if (isPipe) in GenKernelArgMetadata()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h769 bool SetTypePipe(bool isPipe, SourceLocation Loc,