Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Ddtor.cpp377 struct NRCheck { struct
378 bool bool_;
379 NRCheck():bool_(true) {} in NRCheck() function
381 operator bool() const { return bool_; } in operator bool()