/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | scan.f90 | 43 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 D | maxloc.f90 | 46 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 D | minloc.f90 | 46 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 D | verify.f90 | 60 subroutine test_optional(string, set, back) argument 62 logical, optional :: back(:) local
|
H A D | index.f90 | 57 subroutine test_optional(string, substring, back) argument 59 logical, optional :: back(:) local
|
H A D | findloc.f90 | 103 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 D | fixedvector.h | 53 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 D | DirectedGraph.h | 110 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 D | MapVector.h | 85 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 D | ContinuousRangeMap.h | 106 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 D | array.h | 37 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 D | string.h | 108 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 D | sanitizer_list.h | 85 Item *back() { return last_; } in back() function 86 const Item *back() const { return last_; } in back() function
|
/llvm-project/libcxx/test/support/ |
H A D | test_constexpr_container.h | 40 constexpr const T& back() const { assert(size_ >= 1); return data_[size_-1]; } in back() function
|
H A D | nasty_containers.h | 86 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 D | intrinsics03.f90 | 17 logical, optional, intent(in) :: back ! not ok local
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | list.h | 40 T *back() { return Last; } back() function 41 const T *back() const { return Last; } back() function
|
H A D | vector.h | 44 T &back() { in back() function
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.h | 70 Value *back() const { return ValuePtrs.back().first; } in back() function
|
/llvm-project/flang/runtime/ |
H A D | findloc.cpp | 86 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 D | character.cpp | 273 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 D | BumpVector.h | 133 reference back() { in back() function 136 const_reference back() const { in back() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryProfileInfo.h | 161 uint64_t CallStack<NodeT, IteratorT>::back() const { back() function
|
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Character.cpp | 148 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 D | CharacterTest.cpp | 104 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
|