Home
last modified time | relevance | path

Searched defs:template_args (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/compute/include/boost/compute/functional/detail/
Dmacros.hpp19 #define BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION(name, signature, template_args) \ argument
27 #define BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION_UNDERSCORE(name, signature, template_args) \ argument
/third_party/boost/boost/compute/functional/detail/
Dmacros.hpp19 #define BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION(name, signature, template_args) \ argument
27 #define BOOST_COMPUTE_DECLARE_BUILTIN_FUNCTION_UNDERSCORE(name, signature, template_args) \ argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_builtin_symbols.py1522 def define_constexpr_type_array_sizes(template_args, type_array_sizes_declarations): argument
1527 def define_constexpr_variable(template_args, variable_declarations): argument
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dgen_builtin_symbols.py810 def define_constexpr_variable(template_args, variable_declarations): argument
/third_party/boost/tools/quickbook/src/
Dmain_grammar.cpp106 template_body, code_block, skip_code_block, macro, template_args, member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp1890 auto template_args = db.names.back().move_full(); in parse_type() local