Home
last modified time | relevance | path

Searched defs:Rng (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/unittests/Object/
H A DOffloadingTest.cpp12 std::mt19937 Rng(std::random_device{}()); in TEST() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DConfigTesting.h53 std::optional<Range> Rng; member
H A DSyncAPI.cpp119 runFormatFile(ClangdServer &Server, PathRef File, std::optional<Range> Rng) { in runFormatFile()
H A DSourceCodeTests.cpp840 int rangeLength(llvm::StringRef Code, const Range &Rng) { in rangeLength()
/llvm-project/clang-tools-extra/clangd/
H A DCollectMacros.h98 Range Rng; global() member
H A DClangdLSPServer.h241 clangd::Range Rng; global() member
H A DClangdServer.cpp509 formatFile(PathRef File,std::optional<Range> Rng,Callback<tooling::Replacements> CB) formatFile() argument
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DLowerAllowCheckPass.cpp77 std::unique_ptr<RandomNumberGenerator> Rng; removeUbsanTraps() local
H A DHWAddressSanitizer.cpp383 std::unique_ptr<RandomNumberGenerator> Rng; global() member in __anon112a5b020111::HWAddressSanitizer
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/
H A Dctor.convert.pass.cpp114 struct Rng : std::ranges::view_base { in test() struct
/llvm-project/llvm/unittests/Target/X86/
H A DTernlogTest.cpp39 std::mt19937_64 Rng; member
/llvm-project/clang/unittests/libclang/
H A DLibclangTest.cpp1364 CXSourceRange Rng = clang_getRange(B, E); in TEST_F() local
1375 CXSourceRange Rng = clang_getRange(B, E); in TEST_F() local
1386 CXSourceRange Rng = clang_getRange(B, E); in TEST_F() local
1406 CXSourceRange Rng = clang_getRange(B, E); in TEST_F() local
/llvm-project/llvm/unittests/Analysis/
H A DAssumeBundleQueriesTest.cpp411 std::mt19937 Rng(Seed); in RunRandTest() local