Home
last modified time | relevance | path

Searched defs:add_prefix (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_tuple_params.py67 def handle_tuple(tuple_arg, add_prefix=False): argument
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_tuple_params.py67 def handle_tuple(tuple_arg, add_prefix=False): argument
/external/llvm-project/lldb/source/Utility/
DStream.cpp217 void Stream::_PutHex8(uint8_t uvalue, bool add_prefix) { in _PutHex8()
/external/llvm-project/polly/lib/External/isl/
Disl_arg.c223 static int add_prefix(struct isl_prefixes *prefixes, const char *prefix) in add_prefix() function