Searched refs:isDeleted (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashMapTest.cpp142 DummyRefCounted(bool& isDeleted) : m_isDeleted(isDeleted) { m_isDeleted = false; } argument
151 bool isDeleted; local
152 RefPtr<DummyRefCounted> ptr = adoptRef(new DummyRefCounted(isDeleted));
158 ASSERT_FALSE(isDeleted);
161 ASSERT_TRUE(isDeleted);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLObject.h55 bool isDeleted() { return m_deleted; } function in class:WebCore::WebGLObject
H A DOESVertexArrayObject.cpp96 if (arrayObject && (arrayObject->isDeleted() || !arrayObject->validate(0, context()))) {
H A DWebGLRenderingContext.cpp2488 return WebGLGetInfo(program->isDeleted());
2562 return WebGLGetInfo(shader->isDeleted());
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBIndex.cpp70 if (isDeleted()) {
104 if (isDeleted()) {
129 if (isDeleted()) {
158 if (isDeleted()) {
187 if (isDeleted()) {
218 bool IDBIndex::isDeleted() const function in class:WebCore::IDBIndex
220 return m_deleted || m_objectStore->isDeleted();
H A DIDBIndex.h67 bool isDeleted() const;
H A DIDBCursor.cpp111 if (isDeleted()) {
149 if (isDeleted()) {
216 if (isDeleted()) {
272 if (isDeleted()) {
377 bool IDBCursor::isDeleted() const function in class:WebCore::IDBCursor
380 return m_source->idbObjectStore()->isDeleted();
381 return m_source->idbIndex()->isDeleted();
H A DIDBObjectStore.cpp82 if (isDeleted()) {
153 if (isDeleted()) {
241 if (isDeleted()) {
274 if (isDeleted()) {
384 if (isDeleted()) {
442 if (isDeleted()) {
483 if (isDeleted()) {
515 if (isDeleted()) {
551 if (isDeleted()) {
582 if (isDeleted()) {
[all...]
H A DIDBCursor.h102 bool isDeleted() const;
H A DIDBObjectStore.h89 bool isDeleted() const { return m_deleted; } function in class:WebCore::IDBObjectStore
/external/proguard/src/proguard/classfile/editor/
H A DVariableEditor.java85 public boolean isDeleted(int instructionOffset) method in class:VariableEditor
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp375 CD->isDeleted()) {
391 DD->isDeleted()) {
H A DCodeCompleteConsumer.cpp536 if (Function->isDeleted())
H A DSemaDeclCXX.cpp7936 !Constructor->isDeleted()) &&
8223 if (BaseCtor->isDeleted())
8278 !Constructor->isDeleted());
8403 !Destructor->isDeleted()) &&
8975 !CopyAssignOperator->isDeleted()) &&
9443 !MoveAssignOperator->isDeleted()) &&
9793 !CopyConstructor->isDeleted()) &&
9989 !MoveConstructor->isDeleted()) &&
10020 return FD->isDeleted() && FD->isDefaulted() && isa<CXXMethodDecl>(FD);
11520 if (Fn->isDeleted())
[all...]
H A DSemaOverload.cpp8053 (Best->Function->isDeleted() ||
8731 if (Cand->Viable && (Fn->isDeleted() ||
8738 << (Fn->isDeleted() ? (Fn->isDeletedAsWritten() ? 1 : 2) : 0);
10233 << (*Best)->Function->isDeleted()
10464 << Best->Function->isDeleted()
10749 << Best->Function->isDeleted()
10921 << Best->Function->isDeleted() << "[]"
11107 << Best->Function->isDeleted()
11310 << Best->Function->isDeleted()
11556 << Best->Function->isDeleted()
[all...]
H A DSema.cpp712 if (DiagD->isDeleted())
H A DSemaExpr.cpp56 if (FD->isDeleted())
145 assert(Decl->isDeleted());
149 if (Method && Method->isDeleted() && Method->isDefaulted()) {
167 if (BaseCD->isDeleted()) {
299 if (FD->isDeleted()) {
10975 if (Constructor->isDefaulted() && !Constructor->isDeleted()) {
10996 if (Destructor->isDefaulted() && !Destructor->isDeleted() &&
11002 if (MethodDecl->isDefaulted() && !MethodDecl->isDeleted() &&
H A DSemaExprCXX.cpp1842 << Best->Function->isDeleted()
2037 if (Operator->isDeleted()) {
H A DSemaDecl.cpp5809 (OEK == OEK_NonDeleted && !(*I)->isDeleted()) ||
5810 (OEK == OEK_Deleted && (*I)->isDeleted()))
5835 hasDeletedOverridenMethods |= OldMD->isDeleted();
5836 hasNonDeletedOverridenMethods |= !OldMD->isDeleted();
5843 if (hasDeletedOverridenMethods && !MD->isDeleted()) {
5846 if (hasNonDeletedOverridenMethods && MD->isDeleted()) {
/external/clang/lib/CodeGen/
H A DCGVTables.cpp591 } else if (cast<CXXMethodDecl>(GD.getDecl())->isDeleted()) {
/external/clang/lib/AST/
H A DVTableBuilder.cpp2002 if (MD->isDeleted())
2950 if (MD->isDeleted()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/include/clang/AST/
H A DDeclCXX.h1678 return !(isDeleted() || getCanonicalDecl()->isDefaulted());
H A DDecl.h1716 bool isDeleted() const { return getCanonicalDecl()->IsDeleted; }

Completed in 362 milliseconds

12