Home
last modified time | relevance | path

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

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