Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/IR/
H A DTestMatchers.cpp130 auto p17 = m_Op<arith::MulFOp>(mulOfAany, m_Op<arith::AddFOp>(c, b)); in test1() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp194 /* another comment*/ int p17() { return 0; } in p17() function