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.h561 UBool isAllocated, isDataAllocated; member in struct:UNewTrie
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h188 /// isAllocated - Return true if the specified register (or an alias) is
190 bool isAllocated(unsigned Reg) const { function in class:llvm::CCState
234 if (!isAllocated(Regs[i]))
243 if (isAllocated(Reg)) return 0;
250 if (isAllocated(Reg)) return 0;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp49 bool isAllocated() const { return K == Allocated; } function in class:__anon3884::RefState
254 inline bool isAllocated(const RefState *S, const RefState *SPrev, function in class:__anon3884::MallocChecker::MallocBugVisitor
258 (S && S->isAllocated()) && (!SPrev || !SPrev->isAllocated()));
284 (S && S->isAllocated()) && (SPrev && !SPrev->isAllocated()));
1050 if (I->second.isAllocated()) {
1092 if (RS.isAllocated()) {
1480 if (RS->isAllocated())
1539 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 341 milliseconds