Searched refs:repeatable (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | random.h | 18 void RTNAME(RandomInit)(bool repeatable, bool image_distinct);
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | random.cpp | 95 void RTNAME(RandomInit)(bool repeatable, bool /*image_distinct*/) { in RTNAME() 99 if (repeatable) { in RTNAME()
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | Runtime.h | 78 void genRandomInit(fir::FirOpBuilder &, mlir::Location, mlir::Value repeatable,
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Runtime.cpp | 242 mlir::Location loc, mlir::Value repeatable, in genRandomInit() argument 247 builder, loc, func.getFunctionType(), repeatable, imageDistinct); in genRandomInit()
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | MicrosoftExtensions.cpp | 4 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]
|