Searched refs:IsInOut (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 7261 bool IsInOut; variable 7264 Expr *WB, bool IsInOut) in HLSLOutArgExpr() argument 7266 IsInOut(IsInOut) { in HLSLOutArgExpr() 7279 Expr *WB, bool IsInOut); 7309 bool isInOut() const { return IsInOut; } in isInOut()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 3473 bool IsInOut = Attr->getABI() == ParameterABI::HLSLInOut; in ActOnOutParamExpr() local 3476 << Arg << (IsInOut ? 1 : 0); in ActOnOutParamExpr() 3489 << Arg << (IsInOut ? 1 : 0); in ActOnOutParamExpr() 3519 HLSLOutArgExpr::Create(Ctx, Ty, ArgOpV, OpV, Writeback, IsInOut); in ActOnOutParamExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 5418 bool IsInOut) { in Create() argument 5419 return new (C) HLSLOutArgExpr(Ty, Base, OpV, WB, IsInOut); in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2952 S->IsInOut = Record.readBool(); in VisitHLSLOutArgExpr()
|