Home
last modified time | relevance | path

Searched defs:Begin (Results 1 – 25 of 105) sorted by relevance

12345

/external/llvm/include/llvm/ADT/
DStringExtras.h169 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl()
184 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl()
205 inline std::string join(IteratorT Begin, IteratorT End, StringRef Separator) { in join()
/external/llvm/include/llvm/MC/
DMCSection.h38 MCSymbol *Begin; variable
42 MCSection(SectionVariant V, SectionKind K, MCSymbol *Begin) in MCSection()
DMCSectionCOFF.h49 MCSymbol *Begin) in MCSectionCOFF()
DMCSectionELF.h58 MCSymbol *Begin, const MCSectionELF *Associated) in MCSectionELF()
DMCWinEH.h34 const MCSymbol *Begin; member
/external/llvm/unittests/Support/
DIteratorTest.cpp29 test_iterator Begin, End; in TEST() local
70 test_iterator Begin, End; in TEST() local
/external/libvpx/libvpx/test/
Dvideo_source.h148 virtual void Begin() { in Begin() function
222 virtual void Begin() { in Begin() function
Dwebm_video_source.h48 virtual void Begin() { in Begin() function
Divf_video_source.h54 virtual void Begin() { in Begin() function
Dy4m_video_source.h60 virtual void Begin() { in Begin() function
Dyuv_video_source.h52 virtual void Begin() { in Begin() function
/external/llvm/lib/CodeGen/
DMachineLoopInfo.cpp52 MachineFunction::iterator Begin = TopMBB->getParent()->begin(); in getTopBlock() local
DSlotIndexes.cpp147 MachineBasicBlock::iterator Begin, in repairIndexesInRange()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreePatternLexer.cs39 public const int Begin = 1; field in Antlr.Runtime.Tree.TreePatternLexer
/external/llvm/lib/IR/
DUser.cpp46 Use *Begin = static_cast<Use*>(::operator new(size)); in allocHungoffUses() local
/external/sfntly/cpp/src/sfntly/data/
Dgrowable_memory_byte_array.cc78 byte_t* GrowableMemoryByteArray::Begin() { in Begin() function in sfntly::GrowableMemoryByteArray
Dmemory_byte_array.cc88 byte_t* MemoryByteArray::Begin() { in Begin() function in sfntly::MemoryByteArray
/external/v8/test/cctest/compiler/
Dsimplified-graph-builder.cc25 void SimplifiedGraphBuilder::Begin(int num_parameters) { in Begin() function in v8::internal::compiler::SimplifiedGraphBuilder
/external/llvm/tools/llvm-pdbdump/
DLinePrinter.h41 void SetFilters(std::list<Regex> &List, Iter Begin, Iter End) { in SetFilters()
/external/llvm/lib/MC/
DMCContext.cpp256 MCSymbol *Begin = nullptr; in getMachOSection() local
329 MCSymbol *Begin = nullptr; in getELFSection() local
364 MCSymbol *Begin = nullptr; in getCOFFSection() local
DMCSectionMachO.cpp74 MCSymbol *Begin) in MCSectionMachO()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h25 uint64_t Begin; member
/external/clang/lib/Sema/
DSemaFixItUtils.cpp60 const SourceLocation Begin = FullExpr->getSourceRange().getBegin(); in tryToFixConversion() local
/external/clang/lib/Format/
DFormatToken.cpp124 static unsigned CodePointsBetween(const FormatToken *Begin, in CodePointsBetween()
/external/clang/lib/Lex/
DPreprocessingRecord.cpp163 unsigned Begin = findBeginLocalPreprocessedEntity(Range.getBegin()); in findLocalPreprocessedEntitiesInRange() local
284 Begin = PreprocessedEntities.begin(); in addPreprocessedEntity() local

12345