Home
last modified time | relevance | path

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

/llvm-project/libc/benchmarks/
H A DJSONTest.cpp103 TEST(JsonTest, RoundTrip) { in TEST() argument
/llvm-project/llvm/unittests/ProfileData/
H A DPGOCtxProfReaderWriterTest.cpp92 TEST_F(PGOCtxProfRWTest,RoundTrip) TEST_F() argument
/llvm-project/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp958 TEST_F(CommandLineTest,RoundTrip) TEST_F() argument
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp769 static bool RoundTrip(ParseFn Parse, GenerateFn Generate, RoundTrip() function