Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h277 bool isAllocated(MCRegister Reg) const { in isAllocated() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp123 bool isAllocated() const { return K == Kind::Allocated; } in isAllocated() function in __anon839dddbd0111::HandleState
H A DMallocChecker.cpp154 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon093a02e60211::RefState
768 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev, in isAllocated() function in __anon093a02e60411::MallocBugVisitor