Home
last modified time | relevance | path

Searched defs:base_expr (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/proto/
Ddomain.hpp234 struct base_expr struct
236 typedef proto::expr<Tag, Args, Args::arity> type;
242 struct base_expr<Domain, Tag, Args, true> struct
244 typedef proto::basic_expr<Tag, Args, Args::arity> type;
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp4467 string CompilerGLSL::to_rerolled_array_expression(const string &base_expr, const SPIRType &type) in to_rerolled_array_expression()