Home
last modified time | relevance | path

Searched refs:thingMax (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dno-warn-composite-pointer-type.cpp5 void Foo(int **thing, const int **thingMax) in Foo() argument
7 if ((thing + 3) > thingMax) in Foo()