Searched defs:getY (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/Analysis/ | ||
H A D | derived-to-base.cpp | 158 int getY(const Derived &obj) { in getY() function |
H A D | copy-elision.cpp | 106 int getY() const { return y; } in getY() function in elision_on_ternary_op_branches::C2 |
H A D | temporaries.cpp | 597 int getY() const { return y; } in getY() function in test_return_temporary::C |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | DependenceAnalysis.cpp | 392 const SCEV *DependenceInfo::Constraint::getY() const { getY() function in DependenceInfo::Constraint |