Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp514 bool isPipe = ty->isPipeType(); in GenOpenCLArgMetadata() local
515 if (ty->isImageType() || isPipe) in GenOpenCLArgMetadata()
524 if (isPipe) in GenOpenCLArgMetadata()
538 if (isPipe) in GenOpenCLArgMetadata()
558 if (isPipe) in GenOpenCLArgMetadata()
/external/clang/lib/Sema/
DDeclSpec.cpp726 bool DeclSpec::SetTypePipe(bool isPipe, SourceLocation Loc, in SetTypePipe() argument
736 if (isPipe) { in SetTypePipe()
/external/clang/include/clang/Sema/
DDeclSpec.h660 bool SetTypePipe(bool isPipe, SourceLocation Loc,