Searched refs:type_str (Results 1 – 7 of 7) sorted by relevance
365 type_str = 'free'367 type_str = 'malloc'369 type_str = 'free'371 type_str = 'generic'373 type_str = 'stack'377 type_str = 'segment'379 type_str = 'vm_region'381 type_str = hex(type_flags)382 return type_str442 type_str = 'stack'[all …]
687 std::string type_str; in generate_callback_args() local702 type_str += type.getAsString(); in generate_callback_args()708 type_str += ", "; in generate_callback_args()711 return type_str; in generate_callback_args()728 std::string type_str; in generate_callback_type() local733 type_str = "std::function<"; in generate_callback_type()734 type_str += rettype_str; in generate_callback_type()735 type_str += "("; in generate_callback_type()737 type_str += ")>"; in generate_callback_type()739 return type_str; in generate_callback_type()[all …]
560 string type_str; in print_argument_check() local561 type_str = generator::extract_type(type); in print_argument_check()562 type_str = type2python(type_str); in print_argument_check()563 printf("args[%d].__class__ is %s", i, type_str.c_str()); in print_argument_check()
399 std::string type_str(view_as_type_cstr); in DoExecute() local408 if (type_str[idx + keyword_len] == ' ' || in DoExecute()409 type_str[idx + keyword_len] == '\t') { in DoExecute()410 type_str.erase(idx, keyword_len + 1); in DoExecute()417 bool done = type_str.empty(); in DoExecute()419 idx = type_str.find_first_not_of(" \t"); in DoExecute()421 type_str.erase(0, idx); in DoExecute()424 if (type_str.empty()) in DoExecute()427 switch (type_str[type_str.size() - 1]) { in DoExecute()433 type_str.erase(type_str.size() - 1); in DoExecute()[all …]
1622 type_str = ''1624 type_str = 'N_UNDF'1626 type_str = 'N_ABS '1628 type_str = 'N_SECT'1630 type_str = 'N_PBUD'1632 type_str = 'N_INDR'1634 type_str = "??? (%#2.2x)" % type1636 type_str += ' | PEXT'1638 type_str += ' | EXT '1639 return type_str
402 TypeAndOrName(const char *type_str);
10311 std::string type_str; in tryToVectorizeList() local10312 llvm::raw_string_ostream rso(type_str); in tryToVectorizeList()