Home
last modified time | relevance | path

Searched defs:byRef (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp512 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 DDecl.h4527 Capture(VarDecl * variable,bool byRef,bool nested,Expr * copy) Capture() argument
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1796 bool byRef = (flags & 1); VisitBlockDecl() local