Searched defs:isAllocated (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h89 bool isAllocated() const { return !!Buffer; } function in class:scudo::PackedCounterArray
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp113 bool isAllocated() const { return K == Kind::Allocated; } function in class:__anon2228::HandleState
H A DMallocChecker.cpp154 bool isAllocated() const { return K == Allocated; } function in class:__anon2253::RefState
772 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, function in class:__anon2255::final
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h276 bool isAllocated(MCRegister Reg) const { function in class:llvm::CCState

Completed in 170 milliseconds