Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_base.h75 bool isAllocated() { return getBase() != 0U; } in isAllocated() function
H A Drelease.h253 bool isAllocated() const { return Buffer.Data != nullptr; } in isAllocated() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h256 bool isAllocated(MCRegister Reg) const { in isAllocated() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp124 bool isAllocated() const { return K == Kind::Allocated; } in isAllocated() function in __anon955f98a40111::HandleState
H A DMallocChecker.cpp165 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anonfd3743ad0211::RefState
962 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, isAllocated() function in __anonfd3743ad0611::MallocBugVisitor
[all...]