Home
last modified time | relevance | path

Searched defs:PI1 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/Support/
H A DProgramTest.cpp224 ProcessInfo PI1 = ExecuteNoWait(Executable, argv, getEnviron(), {}, 0, &Error, in TEST_F() local
323 ProcessInfo PI1 = in TEST_F() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-unique.cpp413 std::unique_ptr<I> PI1 = std::unique_ptr<I>(new I(G({1, 2, 3}))); in initialization() local