Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Ddtor.cpp373 struct NRCheck { struct
374 bool bool_;
375 NRCheck():bool_(true) {} in NRCheck() function
377 operator bool() const { return bool_; } in operator bool()