Home
last modified time | relevance | path

Searched refs:callable (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Ddomain.hpp131 template<typename T, typename IsExpr = void, typename Callable = proto::callable>
145 struct as_expr<T, typename T::proto_is_expr_, proto::callable>
175 template<typename T, typename IsExpr = void, typename Callable = proto::callable>
189 struct as_child<T, typename T::proto_is_expr_, proto::callable>
/OK3568_Linux_fs/kernel/tools/objtool/Documentation/
H A Dstack-validation.txt121 1. Each callable function must be annotated as such with the ELF
125 callable code which should be annotated accordingly.
128 callable function in order to analyze its stack metadata.
130 2. Conversely, each section of code which is *not* callable should *not*
134 This rule is needed so that objtool can ignore non-callable code.
137 3. Each callable function which calls another function must have the
159 5. A callable function may not execute kernel entry/exit instructions.
161 which shouldn't be be in callable functions anyway.
163 This rule is just a sanity check to ensure that callable functions
188 If the error is for an asm file, and func() is indeed a callable
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dfunction_equal.hpp34 : proto::callable
88 : proto::callable
H A Dv2_eval.hpp22 : proto::callable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dtraits.hpp147 : is_same<A0, callable>
289 : is_same<A1, callable>
431 : is_same<A2, callable>
573 : is_same<A3, callable>
715 : is_same<A4, callable>
857 : is_same<A5, callable>
999 : is_same<A6, callable>
1141 : is_same<A7, callable>
1283 : is_same<A8, callable>
1416 : is_same<A9, callable>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Darg.hpp222 struct _byref : callable
269 struct _byval : callable
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ni_routing/tools/
H A Dni_names.py46 if k.startswith('NI_') and (not callable(v)) and
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/detail/cpp03/
H A Dmem_fun_ptr_gen.hpp53 : proto::callable
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dhelp.py32 if callable(hlp):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py776 def visit_commands(cmds, callable): argument
781 map(lambda c: visit_commands(c,callable), cmds)
783 callable(cmds)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/
H A Dprompt.py36 if callable(result):
H A Dxmethod.py196 assert callable(method_function), (
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/
H A Dprompt.py36 if callable(result):
H A Dxmethod.py196 assert callable(method_function), (
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/
H A Dcase.py37 if hasattr(clss, 'setUpHooker') and callable(getattr(clss, 'setUpHooker')):
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D0001-Fix-collections.abc-deprecation-warning-in-downloadu.patch35 + if path and callable(getattr(path, 'write', None)):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/
H A Dyacc.py423 p.callable(pslice)
462 p.callable(pslice)
712 p.callable(pslice)
748 p.callable(pslice)
973 p.callable(pslice)
1003 p.callable(pslice)
1161 self.callable = None
1221 self.callable = pdict[self.func]
1232 self.callable = None
1244 self.callable = pdict[self.func]
/OK3568_Linux_fs/u-boot/api/
H A DREADME8 - per current design the syscall is a C-callable function in the U-Boot
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dtraits.hpp134 : is_same<BOOST_PP_CAT(A, BOOST_PP_DEC(N)), callable>
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_inout.s36 / Synopsis: (c callable external declarations)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dconcepts334 // [concepts.callable], callable concepts
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dconcepts334 // [concepts.callable], callable concepts
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/detail/cpp03/preprocessed/
H A Dmem_fun_ptr_gen_10.hpp214 : proto::callable
/OK3568_Linux_fs/kernel/Documentation/infiniband/
H A Dcore_locking.rst26 which may not sleep and must be callable from any context.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A DCVE-2023-0687.patch15 as on the maximum density of call instructions and/or callable functions

123