Home
last modified time | relevance | path

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

/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp120 struct is_expr : std::false_type struct
125 struct is_expr< struct
/third_party/boost/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
/third_party/boost/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
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c2460 bool is_expr, /**< expression is parsed */ in lexer_construct_number_object()
/third_party/quickjs/
Dquickjs.c32909 BOOL is_expr; in js_parse_function_decl2() local