Searched defs:isAllocated (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ | ||
H A D | CallingConvLower.h | 277 bool isAllocated(MCRegister Reg) const { in isAllocated() function |
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ | ||
H A D | FuchsiaHandleChecker.cpp | 123 bool isAllocated() const { return K == Kind::Allocated; } in isAllocated() function in __anon839dddbd0111::HandleState |
H A D | MallocChecker.cpp | 154 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon093a02e60211::RefState |