Home
last modified time | relevance | path

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

/external/llvm-project/lld/test/MachO/tools/
Dgenerate-cfi-funcs.py22 def print_function(name): function
/external/python/cpython2/Lib/
D__future__.py122 print_function = _Feature((2, 6, 0, "alpha", 2), variable
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp457 struct print_function struct
459 OStream& os;
460 Delimit delimit;
461 print_function(OStream& os, Delimit d) : os(os), delimit(std::move(d)) {} in print_function() argument
464 void operator()(const TN&... tn) const { in operator ()()
471 void operator()(const std::tuple<TN...>& tpl) const { in operator ()()
/external/python/cpython3/Lib/
D__future__.py129 print_function = _Feature((2, 6, 0, "alpha", 2), variable
/external/mesa3d/src/compiler/nir/
Dnir_print.c1580 print_function(nir_function *function, print_state *state) in print_function() function