Searched refs:ftd (Results 1 – 5 of 5) sorted by relevance
83 * for example u-boot 'ftd set' command
1054 if (TemplateDeclaration ftd = getFuncTemplateDecl(d)) in mangle_function_encoding() local1060 this.mangleTemplatedFunction(d, tf, ftd, ti); in mangle_function_encoding()1157 TemplateDeclaration ftd, TemplateInstance ti) in mangleTemplatedFunction() argument
4414 const format_type_detail *ftd = &spec->types[i]; in get_format_for_type_1() local4415 if (!ftd->type || *ftd->type == NULL_TREE) in get_format_for_type_1()4417 if (matching_type_p (*ftd->type, effective_arg_type)) in get_format_for_type_1()
4415 const format_type_detail *ftd = &spec->types[i]; in get_format_for_type_1() local4416 if (!ftd->type || *ftd->type == NULL_TREE) in get_format_for_type_1()4418 if (matching_type_p (*ftd->type, effective_arg_type)) in get_format_for_type_1()
103 if (const FunctionTemplateDecl *ftd = fn->getPrimaryTemplate()) in getStructor() local104 return ftd->getTemplatedDecl(); in getStructor()