Searched refs:TypeArgument (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/ncurses/form/ |
| D | fld_def.c | 85 NCURSES_EXPORT(TypeArgument *) 88 TypeArgument *res = (TypeArgument *)0; in _nc_Make_Argument() 89 TypeArgument *p; in _nc_Make_Argument() 96 p = typeMalloc(TypeArgument, 1); in _nc_Make_Argument() 112 if (!(res = (TypeArgument *)typ->makearg(ap))) in _nc_Make_Argument() 133 NCURSES_EXPORT(TypeArgument *) 134 _nc_Copy_Argument(const FIELDTYPE *typ, const TypeArgument *argp, int *err) in _nc_Copy_Argument() 136 TypeArgument *res = (TypeArgument *)0; in _nc_Copy_Argument() 137 TypeArgument *p; in _nc_Copy_Argument() 144 p = typeMalloc(TypeArgument, 1); in _nc_Copy_Argument() [all …]
|
| D | form.priv.h | 118 TypeArgument; typedef 149 extern NCURSES_EXPORT(TypeArgument *) _nc_Make_Argument (const FIELDTYPE*, va_list*, int*); 150 extern NCURSES_EXPORT(TypeArgument *) _nc_Copy_Argument (const FIELDTYPE*, const TypeArgument*, int… 151 extern NCURSES_EXPORT(void) _nc_Free_Argument (const FIELDTYPE*, TypeArgument*);
|
| D | llib-lform | 129 TypeArgument *_nc_Make_Argument( 133 { return(*(TypeArgument **)0); } 136 TypeArgument *_nc_Copy_Argument( 138 const TypeArgument *argp, 140 { return(*(TypeArgument **)0); } 145 TypeArgument *argp)
|
| D | llib-lformw | 129 TypeArgument *_nc_Make_Argument( 133 { return(*(TypeArgument **)0); } 136 TypeArgument *_nc_Copy_Argument( 138 const TypeArgument *argp, 140 { return(*(TypeArgument **)0); } 145 TypeArgument *argp)
|
| D | fld_type.c | 67 _nc_Free_Argument(field->type, (TypeArgument *)(field->arg)); in NCURSES_EXPORT()
|
| D | frm_driver.c | 1025 Check_Char(FIELDTYPE *typ, int ch, TypeArgument *argp) in Check_Char() 2610 if (Check_Char(field->type, (int)C_BLANK, (TypeArgument *)(field->arg))) in FE_Insert_Character() 2645 if (Check_Char(field->type, (int)C_BLANK, (TypeArgument *)(field->arg))) in FE_Insert_Line() 2927 Next_Choice(FIELDTYPE *typ, FIELD *field, TypeArgument *argp) in Next_Choice() 2960 Previous_Choice(FIELDTYPE *typ, FIELD *field, TypeArgument *argp) in Previous_Choice() 3002 returnCode((Next_Choice(field->type, field, (TypeArgument *)(field->arg))) in CR_Next_Choice() 3023 returnCode((Previous_Choice(field->type, field, (TypeArgument *)(field->arg))) in CR_Previous_Choice() 3050 Check_Field(FIELDTYPE *typ, FIELD *field, TypeArgument *argp) in Check_Field() 3103 if (!Check_Field(field->type, field, (TypeArgument *)(field->arg))) in _nc_Internal_Validation() 4285 (TypeArgument *)(form->current->arg))) in form_driver()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Attr.td | 57 class TypeArgument<string name, bit opt = 0> : Argument<name, opt>; 439 let Args = [TypeArgument<"Interface", 1>]; 760 let Args = [TypeArgument<"TypeHint">]; 1028 TypeArgument<"MatchingCType">,
|
| /freebsd-10-stable/contrib/llvm/tools/clang/utils/TableGen/ |
| D | ClangAttrEmitter.cpp | 833 class TypeArgument : public SimpleArgument { class 835 TypeArgument(Record &Arg, StringRef Attr) in TypeArgument() function in __anon8d663e110111::TypeArgument 876 else if (ArgName == "TypeArgument") Ptr = new TypeArgument(Arg, Attr); in createArgument()
|