Home
last modified time | relevance | path

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

12345678910>>...69

/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/
Dast.go34 End() token.Pos // position of first character immediately after the node methodSpec
70 func (c *Comment) End() token.Pos { return token.Pos(int(c.Slash) + len(c.Text)) } func
79 func (g *CommentGroup) End() token.Pos { return g.List[len(g.List)-1].End() } func
215 func (f *Field) End() token.Pos { func
248 func (f *FieldList) End() token.Pos { func
514 func (x *BadExpr) End() token.Pos { return x.To } func
515 func (x *Ident) End() token.Pos { return token.Pos(int(x.NamePos) + len(x.Name)) } func
516 func (x *Ellipsis) End() token.Pos { func
522 func (x *BasicLit) End() token.Pos { return token.Pos(int(x.ValuePos) + len(x.Value)) } func
523 func (x *FuncLit) End() token.Pos { return x.Body.End() } func
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DParallel.h84 RandomAccessIterator End, in medianOf3()
95 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort()
121 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
129 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
147 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n()
183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each()
190 void for_each_n(Policy policy, IndexTy Begin, IndexTy End, FuncTy Fn) { in for_each_n()
208 void for_each(parallel_execution_policy policy, IterTy Begin, IterTy End, in for_each()
214 void for_each_n(parallel_execution_policy policy, IndexTy Begin, IndexTy End, in for_each_n()
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
H A Dsnapshot_parser.cpp155 void End() {} in End() function in ParserPrivate::NullSection
165 void End() {} in End() function in ParserPrivate::IgnoredSection
194 void End() {} in End() function in ParserPrivate::GlobalSection
244 void End() in End() function in ParserPrivate::DumpSection
285 void End() {} in End() function in ParserPrivate::ExtendRegsSection
304 void End() {} in End() function in ParserPrivate::SymbolicRegsSection
336 void End() {} in End() function in ParserPrivate::DeviceSection
393 void End() {} in End() function in ParserPrivate::DeviceListSection
441 void End() {} in End() function in ParserPrivate::SnapshotSection
482 void End() {} in End() function in ParserPrivate::TraceSection
[all …]
/aosp_15_r20/build/blueprint/parser/
H A Dast.go28 End() scanner.Position methodSpec
54 func (a *Assignment) End() scanner.Position { return a.Value.End() } func
89 func (m *Module) End() scanner.Position { return m.Map.End() } func
132 func (p *Property) End() scanner.Position { return p.Value.End() } func
390 func (x *Operator) End() scanner.Position { return x.Args[1].End() } func
404 func (x *Variable) End() scanner.Position { return endPos(x.NamePos, len(x.Name)) } func
446 func (x *Map) End() scanner.Position { return endPos(x.RBracePos, 1) } func
568 func (x *List) End() scanner.Position { return endPos(x.RBracePos, 1) } func
627 func (x *String) End() scanner.Position { return endPos(x.LiteralPos, len(x.Value)+2) } func
674 func (x *Int64) End() scanner.Position { return endPos(x.LiteralPos, len(x.Token)) } func
[all …]
/aosp_15_r20/external/emboss/doc/
H A Ddesign.md43 ### File Parsing
98 ### Import Resolution
106 ### Symbol Resolution
124 ### Validation
147 ### C++
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DParallel.h117 RandomAccessIterator End, in medianOf3()
128 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort()
154 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
169 ResultTy parallel_transform_reduce(IterTy Begin, IterTy End, ResultTy Init, in parallel_transform_reduce()
233 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
239 ResultTy parallelTransformReduce(IterTy Begin, IterTy End, ResultTy Init, in parallelTransformReduce()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DParallel.h117 RandomAccessIterator End, in medianOf3()
128 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort()
154 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
169 ResultTy parallel_transform_reduce(IterTy Begin, IterTy End, ResultTy Init, in parallel_transform_reduce()
233 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
239 ResultTy parallelTransformReduce(IterTy Begin, IterTy End, ResultTy Init, in parallelTransformReduce()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DParallel.h117 RandomAccessIterator End, in medianOf3()
128 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort()
154 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
169 ResultTy parallel_transform_reduce(IterTy Begin, IterTy End, ResultTy Init, in parallel_transform_reduce()
233 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
239 ResultTy parallelTransformReduce(IterTy Begin, IterTy End, ResultTy Init, in parallelTransformReduce()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DParallel.h117 RandomAccessIterator End, in medianOf3()
128 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort()
154 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
169 ResultTy parallel_transform_reduce(IterTy Begin, IterTy End, ResultTy Init, in parallel_transform_reduce()
233 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
239 ResultTy parallelTransformReduce(IterTy Begin, IterTy End, ResultTy Init, in parallelTransformReduce()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DParallel.h117 RandomAccessIterator End, in medianOf3()
128 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort()
154 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
169 ResultTy parallel_transform_reduce(IterTy Begin, IterTy End, ResultTy Init, in parallel_transform_reduce()
233 void parallelForEach(IterTy Begin, IterTy End, FuncTy Fn) { in parallelForEach()
239 ResultTy parallelTransformReduce(IterTy Begin, IterTy End, ResultTy Init, in parallelTransformReduce()
/aosp_15_r20/build/soong/androidmk/parser/
H A Dast.go24 End() Pos methodSpec
49 func (x *Assignment) End() Pos { return x.Value.End() } func
61 func (x *Comment) End() Pos { return Pos(int(x.CommentPos) + len(x.Comment)) } func
75 func (x *Directive) End() Pos { func
99 func (x *Rule) End() Pos { return x.RecipeEndPos } func
106 func (x *Variable) End() Pos { return x.Name.End() } func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp45 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()
95 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
1052 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
1079 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
/aosp_15_r20/external/llvm/lib/AsmParser/
H A 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()
99 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
917 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
934 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DCoalescingBitVector.h87 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; ++It) in count() local
108 for (auto It = Other.Intervals.begin(), End = Other.Intervals.end(); in set() local
165 for (auto It = RHS.Intervals.begin(), End = RHS.Intervals.end(); variable
366 IndexT End) const { in half_open_range()
378 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; in print() local
399 void insert(IndexT Start, IndexT End) { Intervals.insert(Start, End, 0); } in insert()
H A DSequence.h305 auto seq(T Begin, T End) { in seq()
315 auto seq_inclusive(T Begin, T End) { in seq_inclusive()
327 auto enum_seq(EnumT Begin, EnumT End) { in enum_seq()
342 auto enum_seq(EnumT Begin, EnumT End, force_iteration_on_noniterable_enum_t) { in enum_seq()
354 auto enum_seq_inclusive(EnumT Begin, EnumT End) { in enum_seq_inclusive()
369 auto enum_seq_inclusive(EnumT Begin, EnumT End, in enum_seq_inclusive()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DCoalescingBitVector.h87 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; ++It) in count() local
108 for (auto It = Other.Intervals.begin(), End = Other.Intervals.end(); in set() local
165 for (auto It = RHS.Intervals.begin(), End = RHS.Intervals.end(); variable
366 IndexT End) const { in half_open_range()
378 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; in print() local
399 void insert(IndexT Start, IndexT End) { Intervals.insert(Start, End, 0); } in insert()
DSequence.h305 auto seq(T Begin, T End) { in seq()
325 auto seq_inclusive(T Begin, T End) { in seq_inclusive()
337 auto enum_seq(EnumT Begin, EnumT End) { in enum_seq()
352 auto enum_seq(EnumT Begin, EnumT End, force_iteration_on_noniterable_enum_t) { in enum_seq()
364 auto enum_seq_inclusive(EnumT Begin, EnumT End) { in enum_seq_inclusive()
379 auto enum_seq_inclusive(EnumT Begin, EnumT End, in enum_seq_inclusive()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DCoalescingBitVector.h87 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; ++It) in count() local
108 for (auto It = Other.Intervals.begin(), End = Other.Intervals.end(); in set() local
165 for (auto It = RHS.Intervals.begin(), End = RHS.Intervals.end(); variable
366 IndexT End) const { in half_open_range()
378 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; in print() local
399 void insert(IndexT Start, IndexT End) { Intervals.insert(Start, End, 0); } in insert()
DSequence.h305 auto seq(T Begin, T End) { in seq()
325 auto seq_inclusive(T Begin, T End) { in seq_inclusive()
337 auto enum_seq(EnumT Begin, EnumT End) { in enum_seq()
352 auto enum_seq(EnumT Begin, EnumT End, force_iteration_on_noniterable_enum_t) { in enum_seq()
364 auto enum_seq_inclusive(EnumT Begin, EnumT End) { in enum_seq_inclusive()
379 auto enum_seq_inclusive(EnumT Begin, EnumT End, in enum_seq_inclusive()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLLexer.cpp45 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()
95 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
1049 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
1076 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DCoalescingBitVector.h87 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; ++It) in count() local
108 for (auto It = Other.Intervals.begin(), End = Other.Intervals.end(); in set() local
165 for (auto It = RHS.Intervals.begin(), End = RHS.Intervals.end(); variable
366 IndexT End) const { in half_open_range()
378 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; in print() local
399 void insert(IndexT Start, IndexT End) { Intervals.insert(Start, End, 0); } in insert()
DSequence.h305 auto seq(T Begin, T End) { in seq()
325 auto seq_inclusive(T Begin, T End) { in seq_inclusive()
337 auto enum_seq(EnumT Begin, EnumT End) { in enum_seq()
352 auto enum_seq(EnumT Begin, EnumT End, force_iteration_on_noniterable_enum_t) { in enum_seq()
364 auto enum_seq_inclusive(EnumT Begin, EnumT End) { in enum_seq_inclusive()
379 auto enum_seq_inclusive(EnumT Begin, EnumT End, in enum_seq_inclusive()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DCoalescingBitVector.h87 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; ++It) in count() local
108 for (auto It = Other.Intervals.begin(), End = Other.Intervals.end(); in set() local
165 for (auto It = RHS.Intervals.begin(), End = RHS.Intervals.end(); variable
366 IndexT End) const { in half_open_range()
378 for (auto It = Intervals.begin(), End = Intervals.end(); It != End; in print() local
399 void insert(IndexT Start, IndexT End) { Intervals.insert(Start, End, 0); } in insert()
DSequence.h305 auto seq(T Begin, T End) { in seq()
325 auto seq_inclusive(T Begin, T End) { in seq_inclusive()
337 auto enum_seq(EnumT Begin, EnumT End) { in enum_seq()
352 auto enum_seq(EnumT Begin, EnumT End, force_iteration_on_noniterable_enum_t) { in enum_seq()
364 auto enum_seq_inclusive(EnumT Begin, EnumT End) { in enum_seq_inclusive()
379 auto enum_seq_inclusive(EnumT Begin, EnumT End, in enum_seq_inclusive()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/detail/
Dfinder.hpp339 ForwardIteratorT End, in find_head_impl()
357 ForwardIteratorT End, in find_head_impl()
374 ForwardIteratorT End, in find_head_impl()
387 ForwardIteratorT End, in find_tail_impl()
413 ForwardIteratorT End, in find_tail_impl()
431 ForwardIteratorT End, in find_tail_impl()
448 ForwardIteratorT End, in find_tail_impl()

12345678910>>...69