Searched refs:isAllocated (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DNameAllocatorTest.cpp46 bool isAllocated(GrGLuint name) const { function in class:NameLeakTest
69 if (this->isAllocated(name)) {
87 if (!this->isAllocated(kFirstName + i)) {
109 if (!this->isAllocated(name)) {
/external/skia/tests/
H A DNameAllocatorTest.cpp46 bool isAllocated(GrGLuint name) const { function in class:NameLeakTest
69 if (this->isAllocated(name)) {
87 if (!this->isAllocated(kFirstName + i)) {
109 if (!this->isAllocated(name)) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h70 /// isAllocated - Return true if the specified register (or an alias) is
72 bool isAllocated(unsigned Reg) const { function in class:llvm::Hexagon_CCState
111 if (!isAllocated(Regs[i]))
120 if (isAllocated(Reg)) return 0;
127 if (isAllocated(Reg)) return 0;
/external/clang/include/clang/StaticAnalyzer/Checkers/
H A DObjCRetainCount.h166 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) {
167 return RetEffect(isAllocated ? OwnedAllocatedSymbol : OwnedSymbol, o);
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h256 /// isAllocated - Return true if the specified register (or an alias) is
258 bool isAllocated(unsigned Reg) const { function in class:llvm::CCState
302 if (!isAllocated(Regs[i]))
311 if (isAllocated(Reg)) return 0;
318 if (isAllocated(Reg)) return 0;
346 if (isAllocated(Regs[StartIdx + BlockIdx])) {
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3input.h77 int isAllocated; member in struct:ANTLR3_INPUT_STREAM_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3filestream.c383 input->isAllocated = ANTLR3_TRUE;
466 input->isAllocated = ANTLR3_FALSE;
H A Dantlr3inputstream.c222 if (input->isAllocated && input->data != NULL)
290 input->isAllocated = ANTLR3_FALSE;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp71 bool isAllocated() const { return K == Allocated; } function in class:__anon18202::RefState
384 inline bool isAllocated(const RefState *S, const RefState *SPrev, function in class:__anon18202::MallocChecker::MallocBugVisitor
388 (S && S->isAllocated()) && (!SPrev || !SPrev->isAllocated()));
414 (S && S->isAllocated()) && (SPrev && !SPrev->isAllocated()));
1148 } else if (RsBase->isAllocated() || RsBase->isEscaped()) {
1173 ReleasedAllocated = (RsBase != nullptr) && RsBase->isAllocated();
1813 if (I->second.isAllocated())
2237 if (RS->isAllocated()
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dutrie.h562 UBool isAllocated, isDataAllocated; member in struct:UNewTrie
H A Dutrie.cpp69 trie->isAllocated= (UBool)(fillIn==NULL);
157 if(trie->isAllocated) {
/external/icu/icu4c/source/common/
H A Dutrie.h562 UBool isAllocated, isDataAllocated; member in struct:UNewTrie
H A Dutrie.cpp69 trie->isAllocated= (UBool)(fillIn==NULL);
157 if(trie->isAllocated) {
/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 4753 milliseconds