Home
last modified time | relevance | path

Searched defs:isEnd (Results 1 – 20 of 20) sorted by relevance

/external/deqp/executor/
DxeContainerFormatParser.cpp272 …const bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || curChar == '\n' || curChar == … in parseContainerLine() local
308 bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || in parseContainerValue() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dfallible_iterator.h202 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
DSparseMultiSet.h232 bool isEnd() const { in isEnd() function
/external/llvm-project/llvm/include/llvm/ADT/
Dfallible_iterator.h200 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
DSparseMultiSet.h232 bool isEnd() const { in isEnd() function
/external/javassist/src/main/javassist/bytecode/
DCodeAnalyzer.java205 private static boolean isEnd(int opcode) { in isEnd() method in CodeAnalyzer
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleList.cpp132 bool DbiModuleSourceFilesIterator::isEnd() const { in isEnd() function in DbiModuleSourceFilesIterator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleList.cpp132 bool DbiModuleSourceFilesIterator::isEnd() const { in isEnd() function in DbiModuleSourceFilesIterator
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js300 function breadthFirstSearch(start, isEnd, eq, adjacent) { argument
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h94 bool isEnd() const { return IsEnd; } in isEnd() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h94 bool isEnd() const { return IsEnd; } in isEnd() function
/external/llvm-project/llvm/tools/llvm-pdbutil/
DInputFile.cpp497 bool SymbolGroupIterator::isEnd() const { in isEnd() function in SymbolGroupIterator
/external/llvm/include/llvm/ADT/
DSparseMultiSet.h229 bool isEnd() const { in isEnd() function
/external/llvm-project/clang/lib/AST/
DCommentParser.cpp52 bool isEnd() const { in isEnd() function in clang::comments::TextTokenRetokenizer
DASTDiagnostic.cpp975 bool isEnd() const { in isEnd() function
1063 bool isEnd() const { in isEnd() function in __anon4fd687350111::TemplateDiff::TSTiterator
/external/clang/lib/AST/
DCommentParser.cpp53 bool isEnd() const { in isEnd() function in clang::comments::TextTokenRetokenizer
DASTDiagnostic.cpp939 bool isEnd() const { in isEnd() function
1023 bool isEnd() const { in isEnd() function in __anonece9b0470111::TemplateDiff::TSTiterator
/external/clang/include/clang/AST/
DDeclTemplate.h677 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { in makeSpecIterator()
/external/llvm-project/clang/include/clang/AST/
DDeclTemplate.h801 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { in makeSpecIterator()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java640 public boolean isEnd() { in isEnd() method in ResourceTypes.ResStringPool_span