/llvm-project/libcxx/test/std/utilities/tuple/tuple.general/ |
H A D | tuple.smartptr.pass.cpp | 22 std::tuple<std::unique_ptr<char>> up; in main() local 27 std::tuple<std::unique_ptr<char[]>> up; in main() local
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
H A D | auto_pointer.pass.cpp | 69 std::unique_ptr<A> up(std::move(ap)); in main() local 80 std::unique_ptr<A> up; in main() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | dynamic-cast.cpp | 50 void up() in up() function
|
/llvm-project/clang/test/OpenMP/ |
H A D | outlined_artificial.c | 22 void foo_simd(int low, int up) { in foo_simd()
|
H A D | ordered_codegen.cpp | 107 void foo_simd(int low, int up) { in foo_simd() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | redundant-smartptr-get-msvc.cpp | 37 std::unique_ptr<Bar>* up; in Positive() local
|
H A D | redundant-smartptr-get.cpp | 91 std::unique_ptr<Bar>* up; Positive() local 178 std::unique_ptr<T> up; testTemplate2() local [all...] |
/llvm-project/openmp/runtime/test/worksharing/for/ |
H A D | kmp_doacross_check.c | 14 long long up; // upper member
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | DoLoopHelper.cpp | 46 auto up = builder.create<mlir::arith::SubIOp>(loc, count, one); in createLoop() local
|
/llvm-project/flang/test/Lower/ |
H A D | allocatable-polymorphic.f90 | 446 class(*), pointer :: up(:) local 481 class(*), pointer :: up(:) local
|
H A D | polymorphic.f90 | 57 class(*), allocatable :: up component 927 subroutine opt_up(up) argument 928 class(*), optional, intent(in) :: up local 1132 subroutine pass_up(up) argument 1133 class(*), intent(in) :: up local
|
H A D | derived-type-finalization.f90 | 226 class(*), allocatable :: up(:) local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_affine_hull.c | 267 int up) in outside_point() 346 static void adjacent_point(__isl_keep isl_vec *sample, int pos, int up) in adjacent_point() 365 int i, up; in add_adjacent_points() local
|
H A D | isl_printer.c | 799 enum isl_yaml_state state, up; in isl_printer_yaml_end_sequence() local
|
H A D | isl_transitive_closure.c | 2887 struct isl_union_power *up = user; in power() local 2926 struct isl_union_power up = { NULL, exact }; in isl_union_map_power() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | partial-reinitialization2.c | 71 struct LUP2 { union UP2 up; } var = { get123(), .up.p2.a = 100 }; in test4() member
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common.h | 415 unsigned long up; MostSignificantSetBitIndex() local 432 unsigned long up; LeastSignificantSetBitIndex() local 453 uptr up = MostSignificantSetBitIndex(size); RoundUpToPowerOfTwo() local [all...] |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | avoid-const-or-ref-data-members.cpp | 19 std::unique_ptr<int> up; member 61 std::unique_ptr<Foo> up; member
|
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
H A D | p7-cxx20.cpp | 40 enum class button { up, enumerator
|
/llvm-project/flang/test/Semantics/ |
H A D | call05.f90 | 21 class(*), pointer :: up(:) variable
|
/llvm-project/flang/runtime/ |
H A D | namelist.cpp | 53 char up{*str >= 'a' && *str <= 'z' ? static_cast<char>(*str - 'a' + 'A') in IODEF() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 712 Iterator &up() { in up() function
|
/llvm-project/openmp/runtime/src/ |
H A D | z_Linux_util.cpp | 2155 char *up = buf + lstsz; __kmp_is_address_mapped() local [all...] |
H A D | kmp_gsupport.cpp | 1779 int up = gomp_flags & (1u << 8); in __GOMP_taskloop() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseBufferRewriting.cpp | 880 scf::ForOp forI = builder.create<scf::ForOp>(loc, c0, up, c1); in createHeapSortFunc() local
|