Home
last modified time | relevance | path

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

/llvm-project/clang/test/Index/
H A Dindex-templates.cpp33 struct Z3 { }; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dmultiple-new-in-one-expression.cpp127 G *Z1, *Z2 = new G(nullptr, (new A)->PtrB), *Z3; in test_construct() local