| /freebsd-14.2/contrib/ncurses/form/ |
| H A D | fld_def.c | 85 FORM_EXPORT(TypeArgument *) 88 TypeArgument *res = (TypeArgument *)0; in _nc_Make_Argument() 95 TypeArgument *p = typeMalloc(TypeArgument, 1); in _nc_Make_Argument() 111 if (!(res = (TypeArgument *)typ->makearg(ap))) in _nc_Make_Argument() 132 FORM_EXPORT(TypeArgument *) 135 TypeArgument *res = (TypeArgument *)0; in _nc_Copy_Argument() 142 TypeArgument *p = typeMalloc(TypeArgument, 1); in _nc_Copy_Argument() 163 res = (TypeArgument *)argp; in _nc_Copy_Argument() 181 _nc_Free_Argument(const FIELDTYPE *typ, TypeArgument *argp) in _nc_Free_Argument() 225 _nc_Free_Argument(dst->type, (TypeArgument *)(dst->arg)); in _nc_Copy_Type() [all …]
|
| H A D | fty_generic.c | 167 static TypeArgument * 171 TypeArgument *res = (TypeArgument *)0; in GenericArgument() 178 TypeArgument *p = typeMalloc(TypeArgument, 1); in GenericArgument() 200 !(res = (TypeArgument *)typ->genericarg(argp))) in GenericArgument() 247 _nc_Free_Argument(field->type, (TypeArgument *)(field->arg)); in _nc_set_generic_fieldtype()
|
| H A D | form.priv.h | 139 TypeArgument; typedef 175 extern FORM_EXPORT(TypeArgument *) _nc_Make_Argument (const FIELDTYPE*, va_list*, int*); 176 extern FORM_EXPORT(TypeArgument *) _nc_Copy_Argument (const FIELDTYPE*, const TypeArgument*, int*); 177 extern FORM_EXPORT(void) _nc_Free_Argument (const FIELDTYPE*, TypeArgument*);
|
| H A D | llib-lform | 135 TypeArgument *_nc_Make_Argument( 139 { return(*(TypeArgument **)0); } 142 TypeArgument *_nc_Copy_Argument( 144 const TypeArgument *argp, 146 { return(*(TypeArgument **)0); } 151 TypeArgument *argp)
|
| H A D | llib-lformtw | 135 TypeArgument *_nc_Make_Argument( 139 { return(*(TypeArgument **)0); } 142 TypeArgument *_nc_Copy_Argument( 144 const TypeArgument *argp, 146 { return(*(TypeArgument **)0); } 151 TypeArgument *argp)
|
| H A D | llib-lformt | 135 TypeArgument *_nc_Make_Argument( 139 { return(*(TypeArgument **)0); } 142 TypeArgument *_nc_Copy_Argument( 144 const TypeArgument *argp, 146 { return(*(TypeArgument **)0); } 151 TypeArgument *argp)
|
| H A D | llib-lformw | 135 TypeArgument *_nc_Make_Argument( 139 { return(*(TypeArgument **)0); } 142 TypeArgument *_nc_Copy_Argument( 144 const TypeArgument *argp, 146 { return(*(TypeArgument **)0); } 151 TypeArgument *argp)
|
| H A D | fld_type.c | 68 _nc_Free_Argument(field->type, (TypeArgument *)(field->arg)); in FORM_EXPORT()
|
| H A D | frm_driver.c | 1095 TypeArgument *argp) in Check_Char() 2724 (TypeArgument *)(field->arg))) in FE_Insert_Character() 2760 field->type, (int)C_BLANK, (TypeArgument *)(field->arg))) in FE_Insert_Line() 3042 Next_Choice(FORM *form, FIELDTYPE *typ, FIELD *field, TypeArgument *argp) in Next_Choice() 3083 Previous_Choice(FORM *form, FIELDTYPE *typ, FIELD *field, TypeArgument *argp) in Previous_Choice() 3133 returnCode((Next_Choice(form, field->type, field, (TypeArgument *)(field->arg))) in CR_Next_Choice() 3154 returnCode((Previous_Choice(form, field->type, field, (TypeArgument *)(field->arg))) in CR_Previous_Choice() 3181 Check_Field(FORM *form, FIELDTYPE *typ, FIELD *field, TypeArgument *argp) in Check_Field() 3244 if (!Check_Field(form, field->type, field, (TypeArgument *)(field->arg))) in _nc_Internal_Validation() 4529 (TypeArgument *)(form->current->arg))) in form_driver()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 250 class TypeArgument<string name, bit opt = 0> : Argument<name, opt>; 1684 let Args = [TypeArgument<"Interface", 1>]; 2942 let Args = [TypeArgument<"TypedefType">]; 3195 let Args = [TypeArgument<"TypeHint">]; 3722 TypeArgument<"MatchingCType">, 3733 let Args = [TypeArgument<"DerefType", /*opt=*/1>]; 3740 let Args = [TypeArgument<"DerefType", /*opt=*/1>]; 4430 let Args = [TypeArgument<"Type", 1>];
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 1377 class TypeArgument : public SimpleArgument { class 1379 TypeArgument(const Record &Arg, StringRef Attr) in TypeArgument() function in __anon981586b50211::TypeArgument 1474 Ptr = std::make_unique<TypeArgument>(Arg, Attr); in createArgument()
|