Home
last modified time | relevance | path

Searched defs:End (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/external/llvm/lib/AsmParser/
DLLLexer.cpp49 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/
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()
DSetVector.h54 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/
DDeclLookups.h27 StoredDeclsMap::iterator It, End; variable
37 StoredDeclsMap::iterator End) in all_lookups_iterator()
/external/llvm/unittests/Support/
DIteratorTest.cpp29 test_iterator Begin, End; in TEST() local
70 test_iterator Begin, End; in TEST() local
/external/llvm/lib/IR/
DUser.cpp50 Use *End = Begin + N; in allocHungoffUses() local
62 Use *End = Start + Us; in operator new() local
/external/chromium_org/sdch/open-vcdiff/src/
Dheaderparser.h40 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/
DLiveRangeCalc.cpp115 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
DMachineLoopInfo.cpp65 MachineFunction::iterator End = BotMBB->getParent()->end(); in getBottomBlock() local
/external/llvm/include/llvm/MC/MCAnalysis/
DMCAtom.h75 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/
Dcxx-for-range-cfg.cpp11 T *End; member in rdar11671507_vector
/external/chromium_org/gpu/command_buffer/service/
Dquery_manager.cc85 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
Dgpu_tracer.cc126 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/
Ddjunpack.bat87 :End label
/external/chromium_org/cc/debug/
Dpaint_time_counter.h33 RingBufferType::Iterator End() const { return ring_buffer_.End(); } in End() function
/external/clang/unittests/Tooling/
DTestVisitor.h138 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/
Dcount.c15 char Buffer[4096], *End; in main() local
/external/llvm/tools/opt/
DPasses.cpp146 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/
DStreamableMemoryObject.cpp23 RawMemoryObject(const unsigned char *Start, const unsigned char *End) : in RawMemoryObject()
129 const unsigned char *Start, const unsigned char *End) { in getNonStreamedMemoryObject()
DStringExtras.cpp44 StringRef::size_type End = Source.find_first_of(Delimiters, Start); in getToken() local
/external/llvm/lib/ExecutionEngine/
DRTDyldMemoryManager.cpp102 const char *End = P + Size; in registerEHFrames() local
112 const char *End = P + Size; in deregisterEHFrames() local
/external/llvm/lib/MC/MCAnalysis/
DMCModule.cpp41 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/
DDominators.h51 const BasicBlock *End; variable
/external/chromium_org/chrome/browser/ui/views/
Dcolor_chooser_aura.cc34 void ColorChooserAura::End() { in End() function in ColorChooserAura
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp980 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 …]

12345678910>>...13