/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 42 using pointer = value_type *; variable 106 reference back() { return Rep.back(); } in back() function 107 const_reference back() const { return Rep.back(); } in back() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | AllocatorList.h | 79 using pointer = T *; variable 102 using pointer = ValueT *; variable 175 T &back() { return List.back().V; } in back() function 177 const T &back() const { return List.back().V; } in back() function
|
H A D | ArrayRef.h | 44 using pointer = value_type *; variable 172 const T &back() const { in back() function 308 using pointer = value_type *; variable 367 T &back() const { in back() function
|
H A D | simple_ilist.h | 91 using pointer = typename OptionsT::pointer; variable 140 reference back() { return *rbegin(); } in back() function 141 const_reference back() const { return *rbegin(); } in back() function
|
H A D | SmallVector.h | 245 using pointer = T *; variable 294 reference back() { in back() function 298 const_reference back() const { in back() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 88 using pointer = T *; variable 124 reference back() { in back() function 127 const_reference back() const { in back() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/ |
H A D | string_view.d | 69 alias pointer = T*; member 101 ref const(T) back() const @safe { return this[$-1]; } in back() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTVector.h | 93 using pointer = T *; variable 127 reference back() { in back() function 130 const_reference back() const { in back() function
|
H A D | DeclObjC.h | 703 ObjCTypeParamDecl *back() const { in back() function 1582 using pointer = value_type; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | CFG.h | 599 const_reference back() const { return Impl.front(); } in back() function 693 using pointer = ElementRef *; variable 873 CFGElement back() const { return Elements.back(); } in back() function 1301 CFGBlock & back() { return *Blocks.back(); } in back() function
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
H A D | memory_resource.cc | 607 void* pointer = nullptr; member 842 auto back = ::new (data + size) chunk(std::move(c)); in insert() local 853 value_type& back() { return data[size - 1]; } in back() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
H A D | memory_resource.cc | 570 void* pointer = nullptr; member 813 auto back = ::new (data + size) chunk(std::move(c)); in insert() local 824 value_type& back() { return data[size - 1]; } in back() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | check.cc | 1437 gfc_check_associated (gfc_expr *pointer, gfc_expr *target) in gfc_check_associated() 3170 gfc_check_index (gfc_expr *string, gfc_expr *substring, gfc_expr *back, in gfc_check_index()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | check.c | 1435 gfc_check_associated (gfc_expr *pointer, gfc_expr *target) in gfc_check_associated() 3166 gfc_check_index (gfc_expr *string, gfc_expr *substring, gfc_expr *back, in gfc_check_index()
|