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

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3input.h77 int isAllocated; member in struct:ANTLR3_INPUT_STREAM_struct
/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h72 /// isAllocated - Return true if the specified register (or an alias) is
74 bool isAllocated(unsigned Reg) const { function in class:llvm::Hexagon_CCState
113 if (!isAllocated(Regs[i]))
122 if (isAllocated(Reg)) return 0;
129 if (isAllocated(Reg)) return 0;
/external/icu4c/common/
H A Dutrie.h562 UBool isAllocated, isDataAllocated; member in struct:UNewTrie
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h189 /// isAllocated - Return true if the specified register (or an alias) is
191 bool isAllocated(unsigned Reg) const { function in class:llvm::CCState
235 if (!isAllocated(Regs[i]))
244 if (isAllocated(Reg)) return 0;
251 if (isAllocated(Reg)) return 0;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp51 bool isAllocated() const { return K == Allocated; } function in class:__anon4035::RefState
281 inline bool isAllocated(const RefState *S, const RefState *SPrev, function in class:__anon4035::MallocChecker::MallocBugVisitor
285 (S && S->isAllocated()) && (!SPrev || !SPrev->isAllocated()));
311 (S && S->isAllocated()) && (SPrev && !SPrev->isAllocated()));
760 if (RsBase && RsBase->isAllocated() &&
1205 if (I->second.isAllocated())
1553 if (RS->isAllocated())
1612 if (isAllocated(R
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 335 milliseconds