Home
last modified time | relevance | path

Searched defs:is_expr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/
Dmeta_compiler.hpp263 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
271 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Dtraits.hpp213 struct is_expr struct
227 struct is_expr<T, typename T::proto_is_expr_> struct
232 struct is_expr<T &, void> struct
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dwrapper.py1026 def is_expr(x): function