HomeSort by relevance Sort by last modified time
    Searched defs:isAllocated (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 72 /// isAllocated - Return true if the specified register (or an alias) is
74 bool isAllocated(unsigned Reg) const {
113 if (!isAllocated(Regs[i]))
122 if (isAllocated(Reg)) return 0;
129 if (isAllocated(Reg)) return 0;
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3input.h 77 int isAllocated;
  /frameworks/base/include/androidfw/
Asset.h 110 virtual bool isAllocated(void) const { return false; }
245 virtual bool isAllocated(void) const { return mBuf != NULL; }
302 virtual bool isAllocated(void) const { return mBuf != NULL; }
  /external/icu4c/common/
utrie.h 561 UBool isAllocated, isDataAllocated;
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 188 /// isAllocated - Return true if the specified register (or an alias) is
190 bool isAllocated(unsigned Reg) const {
234 if (!isAllocated(Regs[i]))
243 if (isAllocated(Reg)) return 0;
250 if (isAllocated(Reg)) return 0;
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 49 bool isAllocated() const { return K == Allocated; }
254 inline bool isAllocated(const RefState *S, const RefState *SPrev,
258 (S && S->isAllocated()) && (!SPrev || !SPrev->isAllocated()));
284 (S && S->isAllocated()) && (SPrev && !SPrev->isAllocated()));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 

Completed in 357 milliseconds