Home
last modified time | relevance | path

Searched defs:IsEnd (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h44 bool IsEnd) in HashTableIterator()
99 bool IsEnd; variable
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dtraceme_recorder.h61 bool IsEnd() const { return start_time < 0; } in IsEnd() function
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h163 bool IsEnd() const { return m_bEnd; } in IsEnd() function
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp908 bool CXFA_TextLayout::IsEnd(bool bSavePieces) { in IsEnd() function in CXFA_TextLayout
/external/clang/lib/CodeGen/
DCGExprCXX.cpp1091 llvm::Value *IsEnd = Builder.CreateICmpEQ(NextPtr, EndPtr, "array.atend"); in EmitNewArrayInitializer() local