Searched defs:isAllocated (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ | ||
H A D | CallingConvLower.h | 254 bool isAllocated(MCRegister Reg) const { in isAllocated() function |
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/ | ||
H A D | release.h | 122 bool isAllocated() const { return !!Buffer; } in isAllocated() function |
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ | ||
H A D | FuchsiaHandleChecker.cpp | 124 bool isAllocated() const { return K == Kind::Allocated; } in isAllocated() function in __anon5878fdbf0111::HandleState |
H A D | MallocChecker.cpp | 165 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon1e4601280211::RefState |