Home
last modified time | relevance | path

Searched refs:ftd (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dat91-ariag25.dts83 * for example u-boot 'ftd set' command
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcppmangle.d1054 if (TemplateDeclaration ftd = getFuncTemplateDecl(d)) in mangle_function_encoding() local
1060 this.mangleTemplatedFunction(d, tf, ftd, ti); in mangle_function_encoding()
1157 TemplateDeclaration ftd, TemplateInstance ti) in mangleTemplatedFunction() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc4414 const format_type_detail *ftd = &spec->types[i]; in get_format_for_type_1() local
4415 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c4415 const format_type_detail *ftd = &spec->types[i]; in get_format_for_type_1() local
4416 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp103 if (const FunctionTemplateDecl *ftd = fn->getPrimaryTemplate()) in getStructor() local
104 return ftd->getTemplatedDecl(); in getStructor()