Home
last modified time | relevance | path

Searched refs:repeatable (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Drandom.h18 void RTNAME(RandomInit)(bool repeatable, bool image_distinct);
/llvm-project-15.0.7/flang/runtime/
H A Drandom.cpp95 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 DRuntime.h78 void genRandomInit(fir::FirOpBuilder &, mlir::Location, mlir::Value repeatable,
/llvm-project-15.0.7/flang/lib/Lower/
H A DRuntime.cpp242 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 DMicrosoftExtensions.cpp4 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]