Home
last modified time | relevance | path

Searched defs:back (Results 1 – 25 of 88) sorted by relevance

1234

/llvm-project/flang/test/Lower/Intrinsics/
H A Dscan.f9043 subroutine test_optional(string, set, back) argument
45 logical, optional :: back(:) local
73 subroutine test_optional_scalar(string, set, back) argument
75 logical, optional :: back local
H A Dmaxloc.f9046 subroutine test_maxloc_optional_scalar_mask(mask, back, array) argument
49 logical, optional :: back local
72 subroutine test_maxloc_optional_array_mask(mask, back, array) argument
75 logical, optional :: back local
H A Dminloc.f9046 subroutine test_minloc_optional_scalar_mask(mask, back, array) argument
49 logical, optional :: back local
72 subroutine test_minloc_optional_array_mask(mask, back, array) argument
75 logical, optional :: back local
H A Dverify.f9060 subroutine test_optional(string, set, back) argument
62 logical, optional :: back(:) local
H A Dindex.f9057 subroutine test_optional(string, substring, back) argument
59 logical, optional :: back(:) local
H A Dfindloc.f90103 logical :: back local
243 subroutine findloc_test_all(a, v, dim, mask, back, res) argument
248 logical :: back local
[all...]
/llvm-project/libc/src/__support/
H A Dfixedvector.h53 constexpr const T &back() const { return store[item_count - 1]; } back() function
55 constexpr T &back() { return store[item_count - 1]; } back() function
/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h110 const EdgeType &back() const { return *Edges.back(); } in back() function
111 EdgeType &back() { return *Edges.back(); } in back() function
201 const NodeType &back() const { return *Nodes.back(); } in back() function
202 NodeType &back() { return *Nodes.back(); } in back() function
H A DMapVector.h85 std::pair<KeyT, ValueT> &back() { return Vector.back(); } in back() function
86 const std::pair<KeyT, ValueT> &back() const { return Vector.back(); } in back() function
/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h106 reference back() { return Rep.back(); } in back() function
107 const_reference back() const { return Rep.back(); } in back() function
/llvm-project/libc/src/__support/CPP/
H A Darray.h37 LIBC_INLINE constexpr T &back() { return Data[N - 1]; } in back() function
36 LIBC_INLINE constexpr T &back() { return Data[N - 1]; } back() function
H A Dstring.h108 LIBC_INLINE constexpr const char &back() const { return data()[size_ - 1]; } back() function
109 LIBC_INLINE char &back() { return data()[size_ - 1]; } back() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h85 Item *back() { return last_; } in back() function
86 const Item *back() const { return last_; } in back() function
/llvm-project/libcxx/test/support/
H A Dtest_constexpr_container.h40 constexpr const T& back() const { assert(size_ >= 1); return data_[size_-1]; } in back() function
H A Dnasty_containers.h86 reference back() { return v_.back(); } in back() function
87 const_reference back() const { return v_.back(); } in back() function
213 reference back() { return l_.back(); } in back() function
214 const_reference back() const { return l_.back(); } in back() function
/llvm-project/flang/test/Semantics/
H A Dintrinsics03.f9017 logical, optional, intent(in) :: back ! not ok local
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h40 T *back() { return Last; } back() function
41 const T *back() const { return Last; } back() function
H A Dvector.h44 T &back() { in back() function
/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.h70 Value *back() const { return ValuePtrs.back().first; } in back() function
/llvm-project/flang/runtime/
H A Dfindloc.cpp86 LocationAccumulator(const Descriptor & array,const Descriptor & target,bool back) LocationAccumulator() argument
196 LogicalFindlocHelper(Descriptor & result,const Descriptor & x,const Descriptor & target,int kind,const Descriptor * mask,bool back,Terminator & terminator) LogicalFindlocHelper() argument
295 PartialLogicalFindlocHelper(Descriptor & result,const Descriptor & x,const Descriptor & target,int kind,int dim,const Descriptor * mask,bool back,Terminator & terminator) PartialLogicalFindlocHelper() argument
[all...]
H A Dcharacter.cpp273 const CHAR *want, std::size_t wantLen, bool back) { in Index()
339 const CHAR *set, std::size_t setLen, bool back) { in ScanVerify()
362 const char *set, std::size_t setLen, bool back) { in ScanVerify()
385 const Descriptor &string, const Descriptor &arg, const Descriptor *back, in GeneralCharFunc()
443 const Descriptor &string, const Descriptor &arg, const Descriptor *back, in GeneralCharFuncKind()
/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h133 reference back() { in back() function
136 const_reference back() const { in back() function
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h161 uint64_t CallStack<NodeT, IteratorT>::back() const { back() function
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DCharacter.cpp148 mlir::Value substringLen, mlir::Value back) { in genIndex()
221 mlir::Value back) { in genScan()
258 mlir::Value setLen, mlir::Value back) { in genVerify()
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DCharacterTest.cpp104 mlir::Value back = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenIndex() local
167 mlir::Value back = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenScan() local
201 mlir::Value back = builder.create<fir::UndefOp>(loc, i32Ty); in checkGenVerify() local

1234