/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 45 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull() 59 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() 74 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() 93 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair() 787 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local 804 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
|
/external/clang/include/clang/AST/ |
D | DeclLookups.h | 27 StoredDeclsMap::iterator It, End; variable 37 StoredDeclsMap::iterator End) in all_lookups_iterator()
|
/external/llvm/lib/Archive/ |
D | ArchiveReader.cpp | 27 static inline unsigned readInteger(const char*&At, const char*End) { in readInteger() 44 const char* End = At + size; in parseSymbolTable() local 75 Archive::parseMemberHeader(const char*& At, const char* End, std::string* error) in parseMemberHeader() 258 const char *End = mapfile->getBufferEnd(); in loadArchive() local 372 const char *End = mapfile->getBufferEnd(); in loadSymbolTable() local 522 const char* End = mapfile->getBufferEnd(); in findModulesDefiningSymbols() local
|
/external/llvm/lib/IR/ |
D | User.cpp | 50 Use *End = Begin + N; in allocHungoffUses() local 62 Use *End = Start + Us; in operator new() local
|
/external/open-vcdiff/src/ |
D | headerparser.h | 40 const char* End() const { return end_; } in End() function 140 const char* End() const { in End() function 332 const char* End() const { in End() function
|
/external/chromium/sdch/open-vcdiff/src/ |
D | headerparser.h | 40 const char* End() const { return end_; } in End() function 140 const char* End() const { in End() function 332 const char* End() const { in End() function
|
/external/llvm/include/llvm/ADT/ |
D | SetVector.h | 54 SetVector(It Start, It End) { in SetVector() 111 void insert(It Start, It End) { in insert() 224 SmallSetVector(It Start, It End) { in SmallSetVector()
|
/external/llvm/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 116 SlotIndex Start, End; in updateLiveIns() local 219 SlotIndex Start, End; in findReachingDefs() local 254 SlotIndex Start, End; in findReachingDefs() local 349 SlotIndex Start, End; in updateSSA() local
|
D | CodePlacementOpt.cpp | 133 MachineFunction::iterator End) { in Splice() 185 MachineFunction::iterator End = llvm::next(Begin); in EliminateUnconditionalJumpsToTop() local 306 MachineFunction::iterator End = llvm::next(MachineFunction::iterator(BB)); in MoveDiscontiguousLoopBlocks() local
|
D | MachineLoopInfo.cpp | 65 MachineFunction::iterator End = BotMBB->getParent()->end(); in getBottomBlock() local
|
/external/clang/test/Analysis/ |
D | cxx-for-range-cfg.cpp | 11 T *End; member in rdar11671507_vector
|
/external/llvm/lib/Analysis/ |
D | ProfileInfo.cpp | 250 succ_const_iterator Succ = succ_begin(BB), End = succ_end(BB); in GetPath() local 681 succ_const_iterator NBB = succ_begin(BB), End = succ_end(BB); in repair() local 751 for (succ_const_iterator Succ = succ_begin(BB), End = succ_end(BB); in repair() local 781 for (const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB); in repair() local 803 for (succ_const_iterator NBB = succ_begin(BB), End = succ_end(BB); in repair() local 818 for (succ_const_iterator NBB = succ_begin(BB), End = succ_end(BB); in repair() local 859 for (succ_const_iterator NBB = succ_begin(BB), End = succ_end(BB); in repair() local 871 for (const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB); in repair() local 895 for (const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB); in repair() local 937 for (const_pred_iterator NBB = pred_begin(BB), End = pred_end(BB); in repair() local [all …]
|
/external/bison/djgpp/ |
D | djunpack.bat | 87 :End label
|
/external/llvm/utils/count/ |
D | count.c | 15 char Buffer[4096], *End; in main() local
|
/external/clang/unittests/Tooling/ |
D | TestVisitor.h | 120 It = ExpectedMatches.begin(), End = ExpectedMatches.end(); in ~ExpectedLocationVisitor() local 135 It = DisallowedMatches.begin(), End = DisallowedMatches.end(); in Match() local 142 It = ExpectedMatches.begin(), End = ExpectedMatches.end(); in Match() local
|
/external/llvm/lib/MC/ |
D | MCModule.cpp | 16 uint64_t Begin, uint64_t End) { in createAtom()
|
/external/llvm/lib/Support/ |
D | StreamableMemoryObject.cpp | 22 RawMemoryObject(const unsigned char *Start, const unsigned char *End) : in RawMemoryObject() 135 const unsigned char *Start, const unsigned char *End) { in getNonStreamedMemoryObject()
|
D | StringExtras.cpp | 44 StringRef::size_type End = Source.find_first_of(Delimiters, Start); in getToken() local
|
D | FormattedStream.cpp | 27 for (const char *End = Ptr + Size; Ptr != End; ++Ptr) { in CountColumns() local
|
D | YAMLTraits.cpp | 129 End = MN->Mapping.end(); i != End; ++i) { in endMapping() local 226 End = SQ->Entries.end(); i != End; ++i) { in bitSetMatch() local 288 for (SequenceNode::iterator i = SQ->begin(), End = SQ->end(); i != End; in createHNodes() local 298 for (MappingNode::iterator i = Map->begin(), End = Map->end(); i != End; in createHNodes() local 326 End = ValidKeys.end(); i != End; ++i) { in isValidKey() local 338 for (MapHNode::NameToNode::iterator i = Mapping.begin(), End = Mapping.end(); in ~MapHNode() local 345 for (std::vector<HNode*>::iterator i = Entries.begin(), End = Entries.end(); in ~SequenceHNode() local 516 unsigned End = S.size(); in scalarString() local
|
/external/clang/test/CodeGenCXX/ |
D | alloca-align.cpp | 4 int Start, End; member
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreePatternLexer.cs | 40 public const int End = 2; field in Antlr.Runtime.Tree.TreePatternLexer
|
/external/clang/include/clang/Rewrite/Core/ |
D | RewriteRope.h | 214 void assign(const char *Start, const char *End) { in assign() 220 void insert(unsigned Offset, const char *Start, const char *End) { in insert()
|
/external/llvm/include/llvm/MC/ |
D | MCAtom.h | 39 uint64_t Begin, End; variable
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 650 const PathDiagnosticLocation &End = PDB.getEnclosingStmtLocation(S); in GenerateMinimalPathDiagnostic() local 665 PathDiagnosticLocation End(S, SMgr, LC); in GenerateMinimalPathDiagnostic() local 711 const PathDiagnosticLocation &End = PDB.ExecutionContinues(os, N); in GenerateMinimalPathDiagnostic() local 723 PathDiagnosticLocation End = PDB.ExecutionContinues(os, N); in GenerateMinimalPathDiagnostic() local 741 PathDiagnosticLocation End = PDB.ExecutionContinues(N); in GenerateMinimalPathDiagnostic() local 766 PathDiagnosticLocation End(B->getLHS(), SMgr, LC); in GenerateMinimalPathDiagnostic() local 775 PathDiagnosticLocation End = PDB.ExecutionContinues(N); in GenerateMinimalPathDiagnostic() local 787 PathDiagnosticLocation End = PDB.ExecutionContinues(N); in GenerateMinimalPathDiagnostic() local 793 PathDiagnosticLocation End(B->getLHS(), SMgr, LC); in GenerateMinimalPathDiagnostic() local 810 PathDiagnosticLocation End = PDB.ExecutionContinues(os, N); in GenerateMinimalPathDiagnostic() local [all …]
|