Searched defs:is_invalid (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/cfi/ | ||
H A D | cfi.cpp | 103 bool is_invalid() const { return v == kInvalidShadow; } in is_invalid() function in __cfi::ShadowValue |
/openbsd-src/gnu/llvm/clang/bindings/python/clang/ | ||
H A D | cindex.py | 691 def is_invalid(self): member in CursorKind |