/external/llvm/lib/Support/ |
D | StreamingMemoryObject.cpp | 20 RawMemoryObject(const unsigned char *Start, const unsigned char *End) : in RawMemoryObject() 55 uint64_t End = Address + Size; in readBytes() local 98 uint64_t End = Address + Size; in readBytes() local 122 const unsigned char *End) { in getNonStreamedMemoryObject()
|
D | StringExtras.cpp | 43 StringRef::size_type End = Source.find_first_of(Delimiters, Start); in getToken() local
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 49 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull() 63 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() 78 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() 99 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair() 897 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local 914 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
|
/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()
|
D | SetVector.h | 57 SetVector(It Start, It End) { in SetVector() 136 void insert(It Start, It End) { in insert() 247 SmallSetVector(It Start, It End) { in SmallSetVector()
|
/external/clang/include/clang/AST/ |
D | DeclLookups.h | 27 StoredDeclsMap::iterator It, End; variable 37 StoredDeclsMap::iterator End) in all_lookups_iterator()
|
/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/lib/CodeGen/ |
D | LiveRangeCalc.cpp | 204 SlotIndex Start, End; in updateFromLiveIns() local 308 SlotIndex Start, End; in findReachingDefs() local 343 SlotIndex Start, End; in findReachingDefs() local 436 SlotIndex Start, End; in updateSSA() local
|
D | MachineLoopInfo.cpp | 66 MachineFunction::iterator End = BotMBB->getParent()->end(); in getBottomBlock() local
|
/external/clang/unittests/Tooling/ |
D | TestVisitor.h | 138 It = ExpectedMatches.begin(), End = ExpectedMatches.end(); in ~ExpectedLocationVisitor() local 153 It = DisallowedMatches.begin(), End = DisallowedMatches.end(); in Match() local 160 It = ExpectedMatches.begin(), End = ExpectedMatches.end(); in Match() local
|
/external/llvm/include/llvm/Support/ |
D | BranchProbability.h | 182 ProbabilityIter End) { in normalizeProbabilities() 224 WeightListIter End) { in normalizeEdgeWeights()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1069 unsigned Scale, SMLoc Start, SMLoc End, unsigned Size, StringRef Identifier, in CreateMemForInlineAsm() 1115 SMLoc &StartInBrac, SMLoc &End) { in RewriteIntelBracExpression() 1171 bool X86AsmParser::ParseIntelExpression(IntelExprStateMachine &SM, SMLoc &End) { in ParseIntelExpression() 1296 SMLoc BracLoc = Tok.getLoc(), End = Tok.getEndLoc(); in ParseIntelBracExpression() local 1369 bool IsUnevaluatedOperand, SMLoc &End) { in ParseIntelIdentifier() 1448 SMLoc End; in ParseIntelSegmentOverride() local 1467 X86AsmParser::ParseRoundingModeOp(SMLoc Start, SMLoc End) { in ParseRoundingModeOp() 1508 SMLoc End; in ParseIntelMemOperand() local 1617 SMLoc Start = Tok.getLoc(), End; in ParseIntelOffsetOfOperator() local 1655 SMLoc Start = Tok.getLoc(), End; in ParseIntelOperator() local [all …]
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 103 const char *End = P + Size; in registerEHFrames() local 113 const char *End = P + Size; in deregisterEHFrames() local
|
/external/clang/test/Analysis/ |
D | cxx-for-range-cfg.cpp | 11 T *End; member in rdar11671507_vector
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCopyToCombine.cpp | 241 End = --(MachineBasicBlock::reverse_iterator(I1)); in isSafeToMoveTogether() local 286 MachineBasicBlock::iterator I(I1), End(I2); in isSafeToMoveTogether() local 419 for(MachineBasicBlock::iterator MI = BI->begin(), End = BI->end(); in runOnMachineFunction() local 455 for (MachineBasicBlock::iterator End = I1->getParent()->end(); I2 != End; in findPairable() local
|
/external/clang/include/clang/Frontend/ |
D | SerializedDiagnosticReader.h | 109 visitFixitRecord(const Location &Start, const Location &End, StringRef Text) { in visitFixitRecord() 114 const Location &End) { in visitSourceRangeRecord()
|
/external/llvm/lib/IR/ |
D | User.cpp | 58 Use *End = Begin + N; in allocHungoffUses() local 131 Use *End = Start + Us; in allocateFixedOperandUser() local
|
/external/clang/include/clang/Rewrite/Core/ |
D | RewriteRope.h | 190 void assign(const char *Start, const char *End) { in assign() 196 void insert(unsigned Offset, const char *Start, const char *End) { in insert()
|
/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/tools/libclang/ |
D | CXLoadedDiagnostic.cpp | 295 CXLoadedDiagnostic::Location *Start, *End; in readRange() local 355 const serialized_diags::Location &End) { in visitSourceRangeRecord() 365 const serialized_diags::Location &End, in visitFixitRecord()
|
/external/llvm/lib/Analysis/ |
D | DivergenceAnalysis.cpp | 204 addSuccessorsToInfluenceRegion(BasicBlock *ThisBB, BasicBlock *End, in addSuccessorsToInfluenceRegion() 214 BasicBlock *Start, BasicBlock *End, in computeInfluenceRegion()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 264 const Stmt *End = CF->getEndLocation().asStmt(); in removeEdgesToDefaultInitializers() local 640 const PathDiagnosticLocation &End = PDB.getEnclosingStmtLocation(S); in GenerateMinimalPathDiagnostic() local 655 PathDiagnosticLocation End(S, SMgr, LC); in GenerateMinimalPathDiagnostic() local 701 const PathDiagnosticLocation &End = PDB.ExecutionContinues(os, N); in GenerateMinimalPathDiagnostic() local 713 PathDiagnosticLocation End = PDB.ExecutionContinues(os, N); in GenerateMinimalPathDiagnostic() local 731 PathDiagnosticLocation End = PDB.ExecutionContinues(N); in GenerateMinimalPathDiagnostic() local 756 PathDiagnosticLocation End(B->getLHS(), SMgr, LC); in GenerateMinimalPathDiagnostic() local 765 PathDiagnosticLocation End = PDB.ExecutionContinues(N); in GenerateMinimalPathDiagnostic() local 777 PathDiagnosticLocation End = PDB.ExecutionContinues(N); in GenerateMinimalPathDiagnostic() local 783 PathDiagnosticLocation End(B->getLHS(), SMgr, LC); in GenerateMinimalPathDiagnostic() local [all …]
|
/external/llvm/lib/MC/ |
D | MCSymbol.cpp | 37 NameEntryStorageTy *End = Start + (Name ? 1 : 0); in operator new() local
|
/external/clang/include/clang/Sema/ |
D | Designator.h | 56 Expr *Start, *End; member 147 Expr *End, in getArrayRange()
|