Searched refs:parse_type (Results 1 – 6 of 6) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_demangle.cpp | 37 const char* parse_type(const char* first, const char* last, C& db); 605 const char* t = parse_type(first+2, last, db); in parse_const_cast_expr() 631 const char* t = parse_type(first+2, last, db); in parse_dynamic_cast_expr() 657 const char* t = parse_type(first+2, last, db); in parse_reinterpret_cast_expr() 683 const char* t = parse_type(first+2, last, db); in parse_static_cast_expr() 724 const char* t = parse_type(first+2, last, db); in parse_sizeof_type_expr() 862 t = parse_type(first+2, last, db); in parse_typeid_expr() 1395 const char* t1 = parse_type(t, last, db); in parse_new_expr() 1480 const char* t = parse_type(first+2, last, db); in parse_conversion_expr() 1585 const char* t1 = parse_type(t, last, db); in parse_function_type() [all …]
|
/external/iptables/extensions/ |
D | libxt_addrtype.c | 72 parse_type(const char *name, size_t len, uint16_t *mask) in parse_type() function 91 if (comma == arg || !parse_type(arg, comma-arg, mask)) in parse_types() 97 if (strlen(arg) == 0 || !parse_type(arg, strlen(arg), mask)) in parse_types()
|
/external/ltrace/ |
D | read_config_file.c | 74 static struct arg_type_info *parse_type(struct protolib *plib, 606 info = parse_type(plib, loc, str, NULL, 0, ownp, NULL); in parse_string() 983 parse_type(struct protolib *plib, struct locus *loc, char **str, in parse_type() function 1043 info = parse_type(plib, loc, str, extra_param, param_num, in parse_lens()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 2404 if (input->ExpectTag(40)) goto parse_type; in MergePartialFromCodedStream() 2412 parse_type: in MergePartialFromCodedStream()
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 2628 if (input->ExpectTag(40)) goto parse_type; in MergePartialFromCodedStream() 2636 parse_type: in MergePartialFromCodedStream()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 12729 static void parse_type(CType *type) in parse_type() function 12930 parse_type(&type1); in unary() 12932 parse_type(&type2); in unary()
|