HomeSort by: relevance | last modified time | path
    Searched defs:isAllocated (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
FuchsiaHandleChecker.cpp 123 bool isAllocated() const { return K == Kind::Allocated; }
245 if (HState && (HState->isAllocated() || HState->maybeAllocated()))
520 if (CurItem.second.isAllocated() || CurItem.second.maybeAllocated())
MallocChecker.cpp 154 bool isAllocated() const { return K == Allocated; }
768 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev,
772 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) &&
774 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero())));
808 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) &&
810 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero())));
1342 if (RS->isAllocated())
1785 RsBase && (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero());
1804 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() ||
2596 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
CallingConvLower.h 275 /// isAllocated - Return true if the specified register (or an alias) is
277 bool isAllocated(MCRegister Reg) const {
338 if (!isAllocated(Regs[i]))
344 assert(isAllocated(Reg) && "Trying to deallocate an unallocated register");
352 if (isAllocated(Reg))
360 if (isAllocated(Reg))
393 if (isAllocated(Regs[StartIdx + BlockIdx])) {

Completed in 21 milliseconds