Home
last modified time | relevance | path

Searched refs:pu (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/clang/test/CXX/over/over.built/
H A Dp15.cpp4 void f(int* pi, float* pf, T* pt, U* pu, T t) { in f() argument
8 (void)(pu - pi); in f()
9 (void)(pu - pt); in f()
10 (void)(pu - t); in f()
H A Dp20.cpp4 void f(int* pi, float* pf, T* pt, U* pu, T t) { in f() argument
8 pu = pi; in f()
9 pu = pt; in f()
11 pu = t; in f()
H A Dast.cpp6 auto Test(T* pt, U* pu) { in Test() argument
32 (void)(pt - pu); in Test()
37 (void)(pt == pu); in Test()
H A Dp21.cpp7 void f(int A::* pi, float A::* pf, int T::* pt, T A::* pu, T t) { in f() argument
11 pi = pu; in f()
H A Dast-20.cpp14 auto Test(T* pt, U* pu) { in Test() argument
18 (void)(pt <=> pu); in Test()
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Dbug-subw.ll42 %pu = alloca %U*
45 store %U* %12, %U** %pu
49 %16 = load %U*, %U** %pu
55 %21 = load %U*, %U** %pu
58 %23 = load %U*, %U** %pu
/llvm-project-15.0.7/libcxx/include/experimental/
H A Dpropagate_const27 template <class T> constexpr bool operator==(nullptr_t, const propagate_const<T>& pu);
29 template <class T> constexpr bool operator!=(nullptr_t, const propagate_const<T>& pu);
42 …emplate <class T, class U> constexpr bool operator==(const _Tp& t, const propagate_const<_Up>& pu);
43 …emplate <class T, class U> constexpr bool operator!=(const _Tp& t, const propagate_const<_Up>& pu);
44 …template <class T, class U> constexpr bool operator<(const _Tp& t, const propagate_const<_Up>& pu);
45 …template <class T, class U> constexpr bool operator>(const _Tp& t, const propagate_const<_Up>& pu);
46 …emplate <class T, class U> constexpr bool operator<=(const _Tp& t, const propagate_const<_Up>& pu);
47 …emplate <class T, class U> constexpr bool operator>=(const _Tp& t, const propagate_const<_Up>& pu);
50 …template <class T> constexpr void swap(propagate_const<T>& pt, propagate_const<T>& pu) noexcept(se…
63 template <class U> EXPLICIT constexpr propagate_const(propagate_const<_Up>&& pu); // see below
[all …]
/llvm-project-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp371 extern const U pu;
372 constexpr const int *pua = &pu.a;
373 constexpr const int *pub = &pu.b;
374 constexpr U pu = { .b = 1 }; // cxx11-warning {{C++20 extension}} variable
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dexplicit-constructor.cpp137 E(U *pu) {} in E()
/llvm-project-15.0.7/llvm/test/MC/Mips/mips4/
H A Dinvalid-mips5.s13 …cvt.s.pu $f14,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU fe…
/llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/mips32r3/
H A Dvalid-fp64-el.txt20 0xa0 0xd3 0xc0 0x46 # CHECK: cvt.s.pu $f14, $f26
H A Dvalid-fp64.txt20 0x46 0xc0 0xd3 0xa0 # CHECK: cvt.s.pu $f14, $f26
H A Dvalid-xfail-mips32r3.txt55 0x46 0xc0 0xd3 0xa0 # CHECK: cvt.s.pu $f14, $f26
/llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/mips32r5/
H A Dvalid-fp64-el.txt20 0xa0 0xd3 0xc0 0x46 # CHECK: cvt.s.pu $f14, $f26
H A Dvalid-fp64.txt20 0x46 0xc0 0xd3 0xa0 # CHECK: cvt.s.pu $f14, $f26
H A Dvalid-xfail-mips32r5.txt55 0x46 0xc0 0xd3 0xa0 # CHECK: cvt.s.pu $f14, $f26
/llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/mips32r2/
H A Dvalid-fp64-el.txt20 0xa0 0xd3 0xc0 0x46 # CHECK: cvt.s.pu $f14, $f26
H A Dvalid-fp64.txt20 0x46 0xc0 0xd3 0xa0 # CHECK: cvt.s.pu $f14, $f26
H A Dvalid-xfail-mips32r2.txt55 0x46 0xc0 0xd3 0xa0 # CHECK: cvt.s.pu $f14, $f26
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.cpp1660 hwloc_obj_t pu, obj, root, prev; in __kmp_affinity_create_hwloc_map() local
1735 pu = hwloc_get_pu_obj_by_os_index(tp, __kmp_affin_fullMask->begin()); in __kmp_affinity_create_hwloc_map()
1736 KMP_ASSERT(pu); in __kmp_affinity_create_hwloc_map()
1737 obj = pu; in __kmp_affinity_create_hwloc_map()
1781 pu = NULL; in __kmp_affinity_create_hwloc_map()
1782 while ((pu = hwloc_get_next_obj_by_type(tp, HWLOC_OBJ_PU, pu))) { in __kmp_affinity_create_hwloc_map()
1784 bool included = KMP_CPU_ISSET(pu->os_index, __kmp_affin_fullMask); in __kmp_affinity_create_hwloc_map()
1788 hw_thread.ids[index] = pu->logical_index; in __kmp_affinity_create_hwloc_map()
1789 hw_thread.os_id = pu->os_index; in __kmp_affinity_create_hwloc_map()
1806 obj = pu; in __kmp_affinity_create_hwloc_map()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnew-delete.cpp55 U *pu = new (ps) U; in good_news() local
/llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/mips64r2/
H A Dvalid-xfail-mips64r2.txt49 0x46 0xc0 0xd3 0xa0 # CHECK: cvt.s.pu $f14, $f26
/llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/mips64r3/
H A Dvalid-xfail-mips64r3.txt49 0x46 0xc0 0xd3 0xa0 # CHECK: cvt.s.pu $f14, $f26
/llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/mips64r5/
H A Dvalid-xfail-mips64r5.txt49 0x46 0xc0 0xd3 0xa0 # CHECK: cvt.s.pu $f14, $f26
/llvm-project-15.0.7/llvm/test/MC/Disassembler/Mips/mips64/
H A Dvalid-mips64-xfail.txt52 0x46 0xc0 0xcb 0xa0 # CHECK: cvt.s.pu $f14, $f25

12