Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h254 bool isAllocated(MCRegister Reg) const { in isAllocated() function
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Drelease.h122 bool isAllocated() const { return !!Buffer; } in isAllocated() function
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp124 bool isAllocated() const { return K == Kind::Allocated; } in isAllocated() function in __anon5878fdbf0111::HandleState
H A DMallocChecker.cpp165 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon1e4601280211::RefState
962 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, in isAllocated() function in __anon1e4601280611::MallocBugVisitor