/external/llvm/include/llvm/ADT/ |
D | StringExtras.h | 169 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/unittests/Support/ |
D | IteratorTest.cpp | 29 test_iterator Begin, End; in TEST() local 70 test_iterator Begin, End; in TEST() local
|
/external/llvm/include/llvm/CodeGen/ |
D | FaultMaps.h | 176 const uint8_t *Begin = P + FunctionFaultInfosOffset + in getFunctionFaultInfoAt() local 185 const uint8_t *Begin = P + MySize; in getNextFunctionInfo() local 191 explicit FaultMapParser(const uint8_t *Begin, const uint8_t *End) in FaultMapParser() 205 const uint8_t *Begin = P + FunctionInfosOffset; in getFirstFunctionInfo() local
|
/external/llvm/include/llvm/Support/ |
D | BranchProbability.h | 181 void BranchProbability::normalizeProbabilities(ProbabilityIter Begin, in normalizeProbabilities() 223 void BranchProbability::normalizeEdgeWeights(WeightListIter Begin, in normalizeEdgeWeights()
|
/external/clang/test/CodeGenCXX/ |
D | PR24289.cpp | 6 const T *Begin; member
|
/external/libvpx/libvpx/test/ |
D | video_source.h | 151 virtual void Begin() { in Begin() function 225 virtual void Begin() { in Begin() function
|
D | webm_video_source.h | 48 virtual void Begin() { in Begin() function
|
D | ivf_video_source.h | 54 virtual void Begin() { in Begin() function
|
D | y4m_video_source.h | 61 virtual void Begin() { in Begin() function
|
D | yuv_video_source.h | 52 virtual void Begin() { in Begin() function
|
/external/llvm/lib/CodeGen/ |
D | MachineLoopInfo.cpp | 52 MachineFunction::iterator Begin = TopMBB->getParent()->begin(); in getTopBlock() local
|
/external/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 47 MCSymbol *Begin) in MCSectionCOFF()
|
D | MCSectionELF.h | 57 MCSymbol *Begin, const MCSectionELF *Associated) in MCSectionELF()
|
D | MCWinEH.h | 34 const MCSymbol *Begin; member
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreePatternLexer.cs | 39 public const int Begin = 1; field in Antlr.Runtime.Tree.TreePatternLexer
|
/external/v8/src/compiler/ |
D | pipeline-statistics.cc | 13 void PipelineStatistics::CommonStats::Begin( in Begin() function in v8::internal::compiler::PipelineStatistics::CommonStats
|
/external/llvm/lib/MC/ |
D | MCSection.cpp | 22 MCSection::MCSection(SectionVariant V, SectionKind K, MCSymbol *Begin) in MCSection()
|
D | StringTableBuilder.cpp | 33 static void multikey_qsort(StringPair **Begin, StringPair **End, int Pos) { in multikey_qsort()
|
D | MCContext.cpp | 290 MCSymbol *Begin = nullptr; in getMachOSection() local 364 MCSymbol *Begin = nullptr; in getELFSection() local 400 MCSymbol *Begin = nullptr; in getCOFFSection() local
|
/external/sfntly/cpp/src/sfntly/data/ |
D | growable_memory_byte_array.cc | 78 byte_t* GrowableMemoryByteArray::Begin() { in Begin() function in sfntly::GrowableMemoryByteArray
|
D | memory_byte_array.cc | 88 byte_t* MemoryByteArray::Begin() { in Begin() function in sfntly::MemoryByteArray
|
/external/llvm/tools/llvm-pdbdump/ |
D | LinePrinter.h | 41 void SetFilters(std::list<Regex> &List, Iter Begin, Iter End) { in SetFilters()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLoc.h | 25 uint64_t Begin; member
|
/external/clang/lib/Sema/ |
D | SemaFixItUtils.cpp | 60 const SourceLocation Begin = FullExpr->getSourceRange().getBegin(); in tryToFixConversion() local
|
/external/v8/src/wasm/ |
D | encoder.h | 101 const byte* Begin() const { return begin_; } in Begin() function
|