Home
last modified time | relevance | path

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

/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.cpp58 int *&newBox = getNewBox(); in getValue() local
59 newBox = 0; in getValue()
60 return newBox; in getValue()