Searched defs:byRef (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Dialect/OpenMP/IR/ |
H A D | OpenMPDialect.cpp | 512 printClauseWithRegionArgs(OpAsmPrinter & p,Operation * op,ValueRange argsSubrange,StringRef clauseName,ValueRange operands,TypeRange types,DenseBoolArrayAttr byRef,ArrayAttr symbols) printClauseWithRegionArgs() argument 652 verifyReductionVarList(Operation * op,std::optional<ArrayAttr> reductions,OperandRange reductionVars,std::optional<ArrayRef<bool>> byRef) verifyReductionVarList() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 4527 Capture(VarDecl * variable,bool byRef,bool nested,Expr * copy) Capture() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1796 bool byRef = (flags & 1); VisitBlockDecl() local
|