Home
last modified time | relevance | path

Searched defs:P (Results 51 – 75 of 16975) sorted by relevance

12345678910>>...679

/dports/devel/boost-docs/boost_1_72_0/libs/move/test/
H A Dunique_ptr_types.cpp53 typedef bml::unique_ptr<int> P; in test() typedef
57 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
62 typedef bml::unique_ptr<int[]> P; in test() typedef
71 typedef bml::unique_ptr<int[5]> P; in test() typedef
81 typedef bml::unique_ptr<int_5_t[]> P; in test() typedef
106 typedef bml::unique_ptr<int> P; in test() typedef
110 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
115 typedef bml::unique_ptr<int[]> P; in test() typedef
124 typedef bml::unique_ptr<int[2]> P; in test() typedef
145 typedef bml::unique_ptr<const int> P; in test() typedef
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/move/test/
H A Dunique_ptr_types.cpp53 typedef bml::unique_ptr<int> P; in test() typedef
57 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
62 typedef bml::unique_ptr<int[]> P; in test() typedef
71 typedef bml::unique_ptr<int[5]> P; in test() typedef
81 typedef bml::unique_ptr<int_5_t[]> P; in test() typedef
106 typedef bml::unique_ptr<int> P; in test() typedef
110 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
115 typedef bml::unique_ptr<int[]> P; in test() typedef
124 typedef bml::unique_ptr<int[2]> P; in test() typedef
145 typedef bml::unique_ptr<const int> P; in test() typedef
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/move/test/
H A Dunique_ptr_types.cpp53 typedef bml::unique_ptr<int> P; in test() typedef
57 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
62 typedef bml::unique_ptr<int[]> P; in test() typedef
71 typedef bml::unique_ptr<int[5]> P; in test() typedef
81 typedef bml::unique_ptr<int_5_t[]> P; in test() typedef
106 typedef bml::unique_ptr<int> P; in test() typedef
110 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
115 typedef bml::unique_ptr<int[]> P; in test() typedef
124 typedef bml::unique_ptr<int[2]> P; in test() typedef
145 typedef bml::unique_ptr<const int> P; in test() typedef
[all …]
/dports/lang/yap/yap-6.2.2/C/
H A Dagc.c117 #define IsOldCode(P) FALSE argument
130 #define REINIT_LOCK(P) argument
131 #define REINIT_RWLOCK(P) argument
133 #define OrArgAdjust(P) argument
134 #define TabEntryAdjust(P) argument
136 #define AddrAdjust(P) (P) argument
137 #define MFileAdjust(P) (P) argument
140 #define ArityAdjust(P) (P) argument
187 #define PropAdjust(P) (P) argument
189 #define XAdjust(P) (P) argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dsmart-ptr.cpp61 std::unique_ptr<A> P; in derefAfterDefaultCtr() local
100 std::unique_ptr<A> P; in derefAfterResetWithNonNull() local
114 std::unique_ptr<A> P; in derefOnReleasedNullRawPtr() local
133 std::unique_ptr<A> P; in regioninvalidationWithPassByRef() local
139 std::unique_ptr<A> P; in regioninvalidationWithPassByCostRef() local
145 std::unique_ptr<A> P; in regioninvalidationWithPassByRValueRef() local
151 std::unique_ptr<A> P; in regioninvalidationWithPassByConstRValueRef() local
157 std::unique_ptr<A> P; in regioninvalidationWithPassByPtr() local
163 std::unique_ptr<A> P; in regioninvalidationWithPassByConstPtr() local
169 std::unique_ptr<A> P; member
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dsmart-ptr.cpp61 std::unique_ptr<A> P; in derefAfterDefaultCtr() local
100 std::unique_ptr<A> P; in derefAfterResetWithNonNull() local
114 std::unique_ptr<A> P; in derefOnReleasedNullRawPtr() local
133 std::unique_ptr<A> P; in regioninvalidationWithPassByRef() local
139 std::unique_ptr<A> P; in regioninvalidationWithPassByCostRef() local
145 std::unique_ptr<A> P; in regioninvalidationWithPassByRValueRef() local
151 std::unique_ptr<A> P; in regioninvalidationWithPassByConstRValueRef() local
157 std::unique_ptr<A> P; in regioninvalidationWithPassByPtr() local
163 std::unique_ptr<A> P; in regioninvalidationWithPassByConstPtr() local
169 std::unique_ptr<A> P; member
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dsmart-ptr.cpp61 std::unique_ptr<A> P; in derefAfterDefaultCtr() local
100 std::unique_ptr<A> P; in derefAfterResetWithNonNull() local
114 std::unique_ptr<A> P; in derefOnReleasedNullRawPtr() local
133 std::unique_ptr<A> P; in regioninvalidationWithPassByRef() local
139 std::unique_ptr<A> P; in regioninvalidationWithPassByCostRef() local
145 std::unique_ptr<A> P; in regioninvalidationWithPassByRValueRef() local
151 std::unique_ptr<A> P; in regioninvalidationWithPassByConstRValueRef() local
157 std::unique_ptr<A> P; in regioninvalidationWithPassByPtr() local
163 std::unique_ptr<A> P; in regioninvalidationWithPassByConstPtr() local
169 std::unique_ptr<A> P; member
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dsmart-ptr.cpp61 std::unique_ptr<A> P; in derefAfterDefaultCtr() local
100 std::unique_ptr<A> P; in derefAfterResetWithNonNull() local
114 std::unique_ptr<A> P; in derefOnReleasedNullRawPtr() local
133 std::unique_ptr<A> P; in regioninvalidationWithPassByRef() local
139 std::unique_ptr<A> P; in regioninvalidationWithPassByCostRef() local
145 std::unique_ptr<A> P; in regioninvalidationWithPassByRValueRef() local
151 std::unique_ptr<A> P; in regioninvalidationWithPassByConstRValueRef() local
157 std::unique_ptr<A> P; in regioninvalidationWithPassByPtr() local
163 std::unique_ptr<A> P; in regioninvalidationWithPassByConstPtr() local
169 std::unique_ptr<A> P; member
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dsmart-ptr.cpp61 std::unique_ptr<A> P; in derefAfterDefaultCtr() local
100 std::unique_ptr<A> P; in derefAfterResetWithNonNull() local
114 std::unique_ptr<A> P; in derefOnReleasedNullRawPtr() local
133 std::unique_ptr<A> P; in regioninvalidationWithPassByRef() local
139 std::unique_ptr<A> P; in regioninvalidationWithPassByCostRef() local
145 std::unique_ptr<A> P; in regioninvalidationWithPassByRValueRef() local
151 std::unique_ptr<A> P; in regioninvalidationWithPassByConstRValueRef() local
157 std::unique_ptr<A> P; in regioninvalidationWithPassByPtr() local
163 std::unique_ptr<A> P; in regioninvalidationWithPassByConstPtr() local
169 std::unique_ptr<A> P; member
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dsmart-ptr.cpp61 std::unique_ptr<A> P; in derefAfterDefaultCtr() local
100 std::unique_ptr<A> P; in derefAfterResetWithNonNull() local
114 std::unique_ptr<A> P; in derefOnReleasedNullRawPtr() local
133 std::unique_ptr<A> P; in regioninvalidationWithPassByRef() local
139 std::unique_ptr<A> P; in regioninvalidationWithPassByCostRef() local
145 std::unique_ptr<A> P; in regioninvalidationWithPassByRValueRef() local
151 std::unique_ptr<A> P; in regioninvalidationWithPassByConstRValueRef() local
157 std::unique_ptr<A> P; in regioninvalidationWithPassByPtr() local
163 std::unique_ptr<A> P; in regioninvalidationWithPassByConstPtr() local
169 std::unique_ptr<A> P; member
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/move/test/
H A Dunique_ptr_types.cpp53 typedef bml::unique_ptr<int> P; in test() typedef
57 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
62 typedef bml::unique_ptr<int[]> P; in test() typedef
71 typedef bml::unique_ptr<int[5]> P; in test() typedef
95 typedef bml::unique_ptr<int> P; in test() typedef
99 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
104 typedef bml::unique_ptr<int[]> P; in test() typedef
113 typedef bml::unique_ptr<int[2]> P; in test() typedef
134 typedef bml::unique_ptr<const int> P; in test() typedef
139 typedef bml::unique_ptr<const int[]> P; in test() typedef
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/move/test/
H A Dunique_ptr_types.cpp53 typedef bml::unique_ptr<int> P; in test() typedef
57 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
62 typedef bml::unique_ptr<int[]> P; in test() typedef
71 typedef bml::unique_ptr<int[5]> P; in test() typedef
95 typedef bml::unique_ptr<int> P; in test() typedef
99 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
104 typedef bml::unique_ptr<int[]> P; in test() typedef
113 typedef bml::unique_ptr<int[2]> P; in test() typedef
134 typedef bml::unique_ptr<const int> P; in test() typedef
139 typedef bml::unique_ptr<const int[]> P; in test() typedef
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/move/test/
H A Dunique_ptr_types.cpp53 typedef bml::unique_ptr<int> P; in test() typedef
57 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
62 typedef bml::unique_ptr<int[]> P; in test() typedef
71 typedef bml::unique_ptr<int[5]> P; in test() typedef
95 typedef bml::unique_ptr<int> P; in test() typedef
99 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
104 typedef bml::unique_ptr<int[]> P; in test() typedef
113 typedef bml::unique_ptr<int[2]> P; in test() typedef
134 typedef bml::unique_ptr<const int> P; in test() typedef
139 typedef bml::unique_ptr<const int[]> P; in test() typedef
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/move/test/
H A Dunique_ptr_types.cpp53 typedef bml::unique_ptr<int> P; in test() typedef
57 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
62 typedef bml::unique_ptr<int[]> P; in test() typedef
71 typedef bml::unique_ptr<int[5]> P; in test() typedef
95 typedef bml::unique_ptr<int> P; in test() typedef
99 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
104 typedef bml::unique_ptr<int[]> P; in test() typedef
113 typedef bml::unique_ptr<int[2]> P; in test() typedef
134 typedef bml::unique_ptr<const int> P; in test() typedef
139 typedef bml::unique_ptr<const int[]> P; in test() typedef
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/move/test/
H A Dunique_ptr_types.cpp53 typedef bml::unique_ptr<int> P; in test() typedef
57 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
62 typedef bml::unique_ptr<int[]> P; in test() typedef
71 typedef bml::unique_ptr<int[5]> P; in test() typedef
95 typedef bml::unique_ptr<int> P; in test() typedef
99 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
104 typedef bml::unique_ptr<int[]> P; in test() typedef
113 typedef bml::unique_ptr<int[2]> P; in test() typedef
134 typedef bml::unique_ptr<const int> P; in test() typedef
139 typedef bml::unique_ptr<const int[]> P; in test() typedef
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dstor-layout.h69 #define make_signed_fract_type(P) make_fract_type (P, 0, 0) argument
70 #define make_unsigned_fract_type(P) make_fract_type (P, 1, 0) argument
73 #define make_signed_accum_type(P) make_accum_type (P, 0, 0) argument
78 #define make_or_reuse_signed_fract_type(P) \ argument
80 #define make_or_reuse_unsigned_fract_type(P) \ argument
82 #define make_or_reuse_sat_signed_fract_type(P) \ argument
84 #define make_or_reuse_sat_unsigned_fract_type(P) \ argument
86 #define make_or_reuse_signed_accum_type(P) \ argument
88 #define make_or_reuse_unsigned_accum_type(P) \ argument
90 #define make_or_reuse_sat_signed_accum_type(P) \ argument
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dstor-layout.h69 #define make_signed_fract_type(P) make_fract_type (P, 0, 0) argument
70 #define make_unsigned_fract_type(P) make_fract_type (P, 1, 0) argument
73 #define make_signed_accum_type(P) make_accum_type (P, 0, 0) argument
78 #define make_or_reuse_signed_fract_type(P) \ argument
80 #define make_or_reuse_unsigned_fract_type(P) \ argument
82 #define make_or_reuse_sat_signed_fract_type(P) \ argument
84 #define make_or_reuse_sat_unsigned_fract_type(P) \ argument
86 #define make_or_reuse_signed_accum_type(P) \ argument
88 #define make_or_reuse_unsigned_accum_type(P) \ argument
90 #define make_or_reuse_sat_signed_accum_type(P) \ argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dstor-layout.h69 #define make_signed_fract_type(P) make_fract_type (P, 0, 0) argument
70 #define make_unsigned_fract_type(P) make_fract_type (P, 1, 0) argument
73 #define make_signed_accum_type(P) make_accum_type (P, 0, 0) argument
78 #define make_or_reuse_signed_fract_type(P) \ argument
80 #define make_or_reuse_unsigned_fract_type(P) \ argument
82 #define make_or_reuse_sat_signed_fract_type(P) \ argument
84 #define make_or_reuse_sat_unsigned_fract_type(P) \ argument
86 #define make_or_reuse_signed_accum_type(P) \ argument
88 #define make_or_reuse_unsigned_accum_type(P) \ argument
90 #define make_or_reuse_sat_signed_accum_type(P) \ argument
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dstor-layout.h69 #define make_signed_fract_type(P) make_fract_type (P, 0, 0) argument
70 #define make_unsigned_fract_type(P) make_fract_type (P, 1, 0) argument
73 #define make_signed_accum_type(P) make_accum_type (P, 0, 0) argument
78 #define make_or_reuse_signed_fract_type(P) \ argument
80 #define make_or_reuse_unsigned_fract_type(P) \ argument
82 #define make_or_reuse_sat_signed_fract_type(P) \ argument
84 #define make_or_reuse_sat_unsigned_fract_type(P) \ argument
86 #define make_or_reuse_signed_accum_type(P) \ argument
88 #define make_or_reuse_unsigned_accum_type(P) \ argument
90 #define make_or_reuse_sat_signed_accum_type(P) \ argument
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dstor-layout.h66 #define make_signed_fract_type(P) make_fract_type (P, 0, 0) argument
67 #define make_unsigned_fract_type(P) make_fract_type (P, 1, 0) argument
70 #define make_signed_accum_type(P) make_accum_type (P, 0, 0) argument
75 #define make_or_reuse_signed_fract_type(P) \ argument
77 #define make_or_reuse_unsigned_fract_type(P) \ argument
79 #define make_or_reuse_sat_signed_fract_type(P) \ argument
81 #define make_or_reuse_sat_unsigned_fract_type(P) \ argument
83 #define make_or_reuse_signed_accum_type(P) \ argument
85 #define make_or_reuse_unsigned_accum_type(P) \ argument
87 #define make_or_reuse_sat_signed_accum_type(P) \ argument
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dstor-layout.h69 #define make_signed_fract_type(P) make_fract_type (P, 0, 0) argument
70 #define make_unsigned_fract_type(P) make_fract_type (P, 1, 0) argument
73 #define make_signed_accum_type(P) make_accum_type (P, 0, 0) argument
78 #define make_or_reuse_signed_fract_type(P) \ argument
80 #define make_or_reuse_unsigned_fract_type(P) \ argument
82 #define make_or_reuse_sat_signed_fract_type(P) \ argument
84 #define make_or_reuse_sat_unsigned_fract_type(P) \ argument
86 #define make_or_reuse_signed_accum_type(P) \ argument
88 #define make_or_reuse_unsigned_accum_type(P) \ argument
90 #define make_or_reuse_sat_signed_accum_type(P) \ argument
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dstor-layout.h69 #define make_signed_fract_type(P) make_fract_type (P, 0, 0) argument
70 #define make_unsigned_fract_type(P) make_fract_type (P, 1, 0) argument
73 #define make_signed_accum_type(P) make_accum_type (P, 0, 0) argument
78 #define make_or_reuse_signed_fract_type(P) \ argument
80 #define make_or_reuse_unsigned_fract_type(P) \ argument
82 #define make_or_reuse_sat_signed_fract_type(P) \ argument
84 #define make_or_reuse_sat_unsigned_fract_type(P) \ argument
86 #define make_or_reuse_signed_accum_type(P) \ argument
88 #define make_or_reuse_unsigned_accum_type(P) \ argument
90 #define make_or_reuse_sat_signed_accum_type(P) \ argument
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dstor-layout.h69 #define make_signed_fract_type(P) make_fract_type (P, 0, 0) argument
70 #define make_unsigned_fract_type(P) make_fract_type (P, 1, 0) argument
73 #define make_signed_accum_type(P) make_accum_type (P, 0, 0) argument
78 #define make_or_reuse_signed_fract_type(P) \ argument
80 #define make_or_reuse_unsigned_fract_type(P) \ argument
82 #define make_or_reuse_sat_signed_fract_type(P) \ argument
84 #define make_or_reuse_sat_unsigned_fract_type(P) \ argument
86 #define make_or_reuse_signed_accum_type(P) \ argument
88 #define make_or_reuse_unsigned_accum_type(P) \ argument
90 #define make_or_reuse_sat_signed_accum_type(P) \ argument
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dstor-layout.h69 #define make_signed_fract_type(P) make_fract_type (P, 0, 0) argument
70 #define make_unsigned_fract_type(P) make_fract_type (P, 1, 0) argument
73 #define make_signed_accum_type(P) make_accum_type (P, 0, 0) argument
78 #define make_or_reuse_signed_fract_type(P) \ argument
80 #define make_or_reuse_unsigned_fract_type(P) \ argument
82 #define make_or_reuse_sat_signed_fract_type(P) \ argument
84 #define make_or_reuse_sat_unsigned_fract_type(P) \ argument
86 #define make_or_reuse_signed_accum_type(P) \ argument
88 #define make_or_reuse_unsigned_accum_type(P) \ argument
90 #define make_or_reuse_sat_signed_accum_type(P) \ argument
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dstor-layout.h69 #define make_signed_fract_type(P) make_fract_type (P, 0, 0) argument
70 #define make_unsigned_fract_type(P) make_fract_type (P, 1, 0) argument
73 #define make_signed_accum_type(P) make_accum_type (P, 0, 0) argument
78 #define make_or_reuse_signed_fract_type(P) \ argument
80 #define make_or_reuse_unsigned_fract_type(P) \ argument
82 #define make_or_reuse_sat_signed_fract_type(P) \ argument
84 #define make_or_reuse_sat_unsigned_fract_type(P) \ argument
86 #define make_or_reuse_signed_accum_type(P) \ argument
88 #define make_or_reuse_unsigned_accum_type(P) \ argument
90 #define make_or_reuse_sat_signed_accum_type(P) \ argument
[all …]

12345678910>>...679