Home
last modified time | relevance | path

Searched defs:Generate (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/runtime/
H A Drandom-templates.h51 inline void Generate(const Descriptor &harvest) { Generate() function
/llvm-project/lldb/source/API/
H A DSBReproducer.cpp96 bool SBReproducer::Generate() { in Generate() function in SBReproducer
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp769 RoundTrip(ParseFn Parse,GenerateFn Generate,CompilerInvocation & RealInvocation,CompilerInvocation & DummyInvocation,ArrayRef<const char * > CommandLineArgs,DiagnosticsEngine & Diags,const char * Argv0,bool CheckAgainstOriginalInvocation=false,bool ForceRoundTrip=false) RoundTrip() argument
[all...]
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc400 uint32_t Random::Generate(uint32_t range) { in Generate() function in testing::internal::Random