Home
last modified time | relevance | path

Searched refs:by_pointer (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/luabind/luabind-0.9.1/luabind/detail/
H A Ddecorate_type.hpp48 static by_pointer<T> t;
49 static inline by_pointer<T>& get() { return /*by_pointer<T>()*/t; } in get()
53 by_pointer<T> decorated_type<T*>::t;
172 static by_pointer<U> get(U*)
174 return by_pointer<U>();
182 static by_pointer<U> get(void(*)(U*))
183 { return by_pointer<U>(); }
221 static by_pointer<U> get(U*)
223 return by_pointer<U>();
227 static by_pointer<U> get(void(*)(U))
[all …]
H A Dprimitives.hpp55 template<class T> struct by_pointer {}; struct
/dports/games/allacrost/allacrost-1.0.2/src/luabind/luabind/detail/
H A Ddecorate_type.hpp48 static by_pointer<T> t;
49 static inline by_pointer<T>& get() { return /*by_pointer<T>()*/t; } in get()
53 by_pointer<T> decorated_type<T*>::t;
172 static by_pointer<U> get(U*)
174 return by_pointer<U>();
182 static by_pointer<U> get(void(*)(U*))
183 { return by_pointer<U>(); }
221 static by_pointer<U> get(U*)
223 return by_pointer<U>();
227 static by_pointer<U> get(void(*)(U))
[all …]
H A Dprimitives.hpp55 template<class T> struct by_pointer {}; struct
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/luabind/detail/
H A Ddecorate_type.hpp48 static by_pointer<T> t;
49 static inline by_pointer<T>& get() { return /*by_pointer<T>()*/t; } in get()
53 by_pointer<T> decorated_type<T*>::t;
158 static by_pointer<U> get(U*)
160 return by_pointer<U>();
190 static by_pointer<U> get(U*)
192 return by_pointer<U>();
196 static by_pointer<U> get(void(*)(U))
197 { return by_pointer<U>(); }
H A Dprimitives.hpp45 template<class T> struct by_pointer {}; struct
/dports/devel/luabind/luabind-0.9.1/luabind/
H A Dout_value_policy.hpp48 char_array<sizeof(U)> indirect_sizeof_test(by_pointer<U>);
65 char_array<sizeof(typename identity<U>::type)> indirect_sizeof_test(by_pointer<U>);
118 T* apply(lua_State* L, by_pointer<T>, int index) in apply()
127 static int match(lua_State* L, by_pointer<T>, int index) in match()
135 void converter_postcall(lua_State* L, by_pointer<T>, int) in converter_postcall()
199 T* apply(lua_State*, by_pointer<T>, int) in apply()
206 static int match(lua_State*, by_pointer<T>, int) in match()
212 void converter_postcall(lua_State* L, by_pointer<T>, int) in converter_postcall()
H A Draw_policy.hpp39 lua_State* apply(lua_State* L, by_pointer<lua_State>, int) in apply()
49 void converter_postcall(lua_State*, by_pointer<lua_State>, int) {} in converter_postcall()
H A Dadopt_policy.hpp61 T* apply(lua_State* L, by_pointer<T>, int index) in apply()
76 int match(lua_State* L, by_pointer<T>, int index) in match()
/dports/games/allacrost/allacrost-1.0.2/src/luabind/luabind/
H A Dout_value_policy.hpp48 char_array<sizeof(U)> indirect_sizeof_test(by_pointer<U>);
65 char_array<sizeof(typename identity<U>::type)> indirect_sizeof_test(by_pointer<U>);
118 T* apply(lua_State* L, by_pointer<T>, int index) in apply()
127 static int match(lua_State* L, by_pointer<T>, int index) in match()
135 void converter_postcall(lua_State* L, by_pointer<T>, int) in converter_postcall()
199 T* apply(lua_State*, by_pointer<T>, int) in apply()
206 static int match(lua_State*, by_pointer<T>, int) in match()
212 void converter_postcall(lua_State* L, by_pointer<T>, int) in converter_postcall()
H A Draw_policy.hpp39 lua_State* apply(lua_State* L, by_pointer<lua_State>, int) in apply()
49 void converter_postcall(lua_State*, by_pointer<lua_State>, int) {} in converter_postcall()
H A Dadopt_policy.hpp61 T* apply(lua_State* L, by_pointer<T>, int index) in apply()
76 int match(lua_State* L, by_pointer<T>, int index) in match()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/luabind/
H A Dout_value_policy.hpp60 char_array<sizeof(U)> indirect_sizeof_test(by_pointer<U>);
80 indirect_sizeof_test(by_pointer<U>);
145 T* apply(lua_State* L, by_pointer<T>, int index) in apply()
160 static int match(lua_State* L, by_pointer<T>, int index) in match()
168 void converter_postcall(lua_State* L, by_pointer<T>, int) in converter_postcall()
250 T* apply(lua_State*, by_pointer<T>, int) in apply()
263 static int match(lua_State*, by_pointer<T>, int) in match()
269 void converter_postcall(lua_State* L, by_pointer<T>, int) in converter_postcall()
H A Draw_policy.hpp39 lua_State* apply(lua_State* L, by_pointer<lua_State>, int) in apply()
49 void converter_postcall(lua_State*, by_pointer<lua_State>, int) {} in converter_postcall()
H A Dadopt_policy.hpp61 T* apply(lua_State* L, by_pointer<T>, int index) in apply()
76 int match(lua_State* L, by_pointer<T>, int index) in match()
/dports/devel/clazy/clazy-1.5/tests/function-args-by-ref/
H A Dmain.cpp18 extern void by_pointer(NonTrivial*);
46 by_pointer(&nt); in foo5()
H A Dmain.cpp_fixed.cpp.expected18 extern void by_pointer(NonTrivial*);
46 by_pointer(&nt);
/dports/devel/clazy/clazy-1.5/tests/function-args-by-value/
H A Dmain.cpp18 void by_pointer(NonTrivial*) {} in by_pointer() function
46 by_pointer(&nt); in foo5()
H A Dmain.cpp_fixed.cpp.expected18 void by_pointer(NonTrivial*) {}
46 by_pointer(&nt);
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-loop-analysis.cpp10 void by_pointer(int *value) {} in by_pointer() function
25 for (int i; i < 1; ) { by_pointer(&i); } in test1()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dwarn-loop-analysis.cpp10 void by_pointer(int *value) {} in by_pointer() function
25 for (int i; i < 1; ) { by_pointer(&i); } in test1()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dwarn-loop-analysis.cpp10 void by_pointer(int *value) {} in by_pointer() function
25 for (int i; i < 1; ) { by_pointer(&i); } in test1()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-loop-analysis.cpp10 void by_pointer(int *value) {} in by_pointer() function
25 for (int i; i < 1; ) { by_pointer(&i); } in test1()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-loop-analysis.cpp10 void by_pointer(int *value) {} in by_pointer() function
25 for (int i; i < 1; ) { by_pointer(&i); } in test1()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dwarn-loop-analysis.cpp10 void by_pointer(int *value) {} in by_pointer() function
25 for (int i; i < 1; ) { by_pointer(&i); } in test1()

12