| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | LegacyPassManagers.h | 142 iterator end() const { return S.rend(); } in end() function in llvm::PMStack
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MCInst.h | 195 iterator end() { return Operands.end(); } in end() function in llvm::MCInst 196 const_iterator end() const { return Operands.end(); } in end() function in llvm::MCInst
|
| H A D | MCSection.h | 168 iterator end() { return Fragments.end(); } in end() function in llvm::MCSection 169 const_iterator end() const { return Fragments.end(); } in end() function in llvm::MCSection
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
| H A D | ArgList.h | 192 iterator end() { return {Args.end(), Args.end()}; } in end() function in llvm::opt::ArgList 198 const_iterator end() const { return {Args.end(), Args.end()}; } in end() function in llvm::opt::ArgList [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.h | 100 CoverageMappingIterator end() { return CoverageMappingIterator(); } in end() function in llvm::coverage::CoverageMappingReader
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | BinaryStreamArray.h | 111 Iterator end() const { return Iterator(E); } in end() function in llvm::VarStreamArray
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| H A D | Graph.h | 228 iterator end() { in end() function in llvm::xray::Graph::InOutEdgeView 241 const_iterator end() const { return cend(); } in end() function in llvm::xray::Graph::InOutEdgeView 285 iterator end() { return G.Vertices.end(); } end() function in llvm::xray::Graph::VertexView 289 const_iterator end() const { return G.Vertices.end(); } end() function in llvm::xray::Graph::VertexView 322 iterator end() { return G.Edges.end(); } end() function in llvm::xray::Graph::EdgeView 326 const_iterator end() const { return G.Edges.end(); } end() function in llvm::xray::Graph::EdgeView [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 339 MemberSet::const_iterator end() const { return Members.end(); } in end() function in __anon25179::CongruenceClass [all...] |
| H A D | SROA.cpp | 249 iterator end() { return Slices.end(); } in end() function in llvm::sroa::AllocaSlices 255 const_iterator end() const { return Slices.end(); } in end() function in llvm::sroa::AllocaSlices [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | ArrayRef.h | 67 ArrayRef(const T *begin, const T *end) in ArrayRef() argument 130 iterator end() const { return Data + Length; } in end() function in llvm::ArrayRef 452 makeArrayRef(const T *begin, const T *end) makeArrayRef() argument [all...] |
| H A D | simple_ilist.h | 115 iterator end() { return iterator(Sentinel); } in end() function in llvm::simple_ilist 116 const_iterator end() const { return const_iterator(Sentinel); } in end() function in llvm::simple_ilist [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| H A D | BasicBlock.h | 230 inline iterator end () { return InstList.end(); } in end() function in llvm::BasicBlock 231 inline const_iterator end () const { return InstList.end(); } in end() function in llvm::BasicBlock
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBlockRanges.h | 85 IndexType end() const { return second; } in end() function in llvm::HexagonBlockRanges::IndexType::IndexRange
|
| H A D | RDFRegisters.h | 65 const_iterator end() const { return Map.end(); } in end() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.h | 181 iterator end() { return (Packet.end()); } in end() function in llvm::HexagonShuffler
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyExceptionInfo.h | 95 iterator end() const { return SubExceptions.end(); } in end() function in llvm::WebAssemblyException
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 345 iterator end() { return SyntheticRoot.Uses.end(); } in end() function in __anon25020::ArgumentGraph [all...] |
| /third_party/skia/third_party/externals/tint/src/diagnostic/ |
| H A D | diagnostic.h | 218 iterator end() const { return entries_.end(); } in end() function in tint::diag::List [all...] |
| /third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
| H A D | main.go | [all...] |
| /third_party/skia/tools/fiddle/ |
| H A D | fiddle_main.cpp | 64 const uint8_t* end = &input[size]; in encode_to_base64() local
|
| /third_party/spirv-tools/source/ |
| H A D | enum_set.h | 209 EnumSet(InputIt begin, InputIt end) : EnumSet() { in EnumSet() argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | characterproperties.cpp | 64 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange() argument
|
| H A D | propsvec.cpp | 154 upvec_setValue(UPropsVectors *pv, UChar32 start, UChar32 end, int32_t column, uint32_t value, uint32_t mask, UErrorCode *pErrorCode) upvec_setValue() argument 498 upvec_compactToUTrie2Handler(void *context, UChar32 start, UChar32 end, int32_t rowIndex, uint32_t *row, int32_t columns, UErrorCode *pErrorCode) upvec_compactToUTrie2Handler() argument
|
| H A D | ubidi_props.cpp | 50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange() argument
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | localematcher.h | 372 Builder &setSupportedLocales(Iter begin, Iter end) { in setSupportedLocales() argument 397 Builder &setSupportedLocalesViaConverter(Iter begin, Iter end, Conv converter) { in setSupportedLocalesViaConverter() argument [all...] |