Home
last modified time | relevance | path

Searched defs:IsDeleted (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dobjects.h3362 bool IsDeleted(int entry) { in IsDeleted() function
3512 static bool IsDeleted(Dictionary* dict, int entry) { in IsDeleted() function
Dobjects-inl.h7412 bool GlobalDictionaryShape::IsDeleted(Dictionary* dict, int entry) { in IsDeleted() function
/external/clang/include/clang/AST/
DDecl.h1570 bool IsDeleted : 1; variable
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1720 TEST(IsDeleted, MatchesDeletedFunctionDeclarations) { in TEST() argument