| /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() 97 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair() 849 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local 866 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 | 54 SetVector(It Start, It End) { in SetVector() 111 void insert(It Start, It End) { in insert() 223 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/IR/ |
| D | User.cpp | 50 Use *End = Begin + N; in allocHungoffUses() local 62 Use *End = Start + Us; in operator new() local
|
| /external/chromium_org/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/lib/CodeGen/ |
| D | LiveRangeCalc.cpp | 115 SlotIndex Start, End; in updateLiveIns() local 213 SlotIndex Start, End; in findReachingDefs() local 248 SlotIndex Start, End; in findReachingDefs() local 343 SlotIndex Start, End; in updateSSA() local
|
| D | MachineLoopInfo.cpp | 65 MachineFunction::iterator End = BotMBB->getParent()->end(); in getBottomBlock() local
|
| /external/llvm/include/llvm/MC/MCAnalysis/ |
| D | MCAtom.h | 75 uint64_t Begin, End; variable 157 MCTextAtom(MCModule *P, uint64_t Begin, uint64_t End) in MCTextAtom() 191 MCDataAtom(MCModule *P, uint64_t Begin, uint64_t End) in MCDataAtom()
|
| /external/clang/test/Analysis/ |
| D | cxx-for-range-cfg.cpp | 11 T *End; member in rdar11671507_vector
|
| /external/chromium_org/gpu/command_buffer/service/ |
| D | query_manager.cc | 85 bool AsyncPixelTransfersCompletedQuery::End( in End() function in gpu::gles2::__anon28a0ad480111::AsyncPixelTransfersCompletedQuery 167 bool AllSamplesPassedQuery::End(base::subtle::Atomic32 submit_count) { in End() function in gpu::gles2::AllSamplesPassedQuery 223 bool CommandsIssuedQuery::End(base::subtle::Atomic32 submit_count) { in End() function in gpu::gles2::CommandsIssuedQuery 266 bool CommandLatencyQuery::End(base::subtle::Atomic32 submit_count) { in End() function in gpu::gles2::CommandLatencyQuery 319 bool AsyncReadPixelsCompletedQuery::End(base::subtle::Atomic32 submit_count) { in End() function in gpu::gles2::AsyncReadPixelsCompletedQuery 374 bool GetErrorQuery::End(base::subtle::Atomic32 submit_count) { in End() function in gpu::gles2::GetErrorQuery 421 bool CommandsCompletedQuery::End(base::subtle::Atomic32 submit_count) { in End() function in gpu::gles2::CommandsCompletedQuery
|
| D | gpu_tracer.cc | 126 void GPUTrace::End() { in End() function in gpu::gles2::GPUTrace 272 bool GPUTracer::End(GpuTracerSource source) { in End() function in gpu::gles2::GPUTracer
|
| /external/bison/djgpp/ |
| D | djunpack.bat | 87 :End label
|
| /external/chromium_org/cc/debug/ |
| D | paint_time_counter.h | 33 RingBufferType::Iterator End() const { return ring_buffer_.End(); } in End() function
|
| /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/utils/count/ |
| D | count.c | 15 char Buffer[4096], *End; in main() local
|
| /external/llvm/tools/opt/ |
| D | Passes.cpp | 146 size_t End = PipelineText.find_first_of(",)"); in parseFunctionPassPipeline() local 196 size_t End = PipelineText.find_first_of(",)"); in parseCGSCCPassPipeline() local 259 size_t End = PipelineText.find_first_of(",)"); in parseModulePassPipeline() local
|
| /external/llvm/lib/Support/ |
| D | StreamableMemoryObject.cpp | 23 RawMemoryObject(const unsigned char *Start, const unsigned char *End) : in RawMemoryObject() 129 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
|
| /external/llvm/lib/ExecutionEngine/ |
| D | RTDyldMemoryManager.cpp | 102 const char *End = P + Size; in registerEHFrames() local 112 const char *End = P + Size; in deregisterEHFrames() local
|
| /external/llvm/lib/MC/MCAnalysis/ |
| D | MCModule.cpp | 41 MCTextAtom *MCModule::createTextAtom(uint64_t Begin, uint64_t End) { in createTextAtom() 47 MCDataAtom *MCModule::createDataAtom(uint64_t Begin, uint64_t End) { in createDataAtom()
|
| /external/llvm/include/llvm/IR/ |
| D | Dominators.h | 51 const BasicBlock *End; variable
|
| /external/chromium_org/chrome/browser/ui/views/ |
| D | color_chooser_aura.cc | 34 void ColorChooserAura::End() { in End() function in ColorChooserAura
|
| /external/llvm/lib/Target/X86/AsmParser/ |
| D | X86AsmParser.cpp | 980 unsigned Scale, SMLoc Start, SMLoc End, unsigned Size, StringRef Identifier, in CreateMemForInlineAsm() 1020 SMLoc &StartInBrac, SMLoc &End) { in RewriteIntelBracExpression() 1078 bool X86AsmParser::ParseIntelExpression(IntelExprStateMachine &SM, SMLoc &End) { in ParseIntelExpression() 1201 SMLoc BracLoc = Tok.getLoc(), End = Tok.getEndLoc(); in ParseIntelBracExpression() local 1274 bool IsUnevaluatedOperand, SMLoc &End) { in ParseIntelIdentifier() 1336 SMLoc End; in ParseIntelSegmentOverride() local 1358 SMLoc End; in ParseIntelMemOperand() local 1466 SMLoc Start = Tok.getLoc(), End; in ParseIntelOffsetOfOperator() local 1503 SMLoc Start = Tok.getLoc(), End; in ParseIntelOperator() local 1531 SMLoc Start, End; in ParseIntelOperand() local [all …]
|