Home
last modified time | relevance | path

Searched defs:prototype (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacpixf.h341 #define ACPI_HW_DEPENDENT_RETURN_UINT32(prototype) \ argument
354 #define ACPI_HW_DEPENDENT_RETURN_UINT32(prototype) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-gen-builtins.cc402 struct prototype struct
420 prototype proto; argument
H A Drs6000.h1532 int prototype; /* Whether a prototype was defined */ member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h497 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus()
511 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus()
516 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { in forPrototype()
520 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) { in forPrototype()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgentarget-def.c104 def_target_insn (const char *name, const char *prototype) in def_target_insn()
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_template.h37 const struct BOUNCE_TEMPLATE *prototype; /* defaults */ member
H A Dbounce_template.c234 BOUNCE_TEMPLATE *bounce_template_create(const BOUNCE_TEMPLATE *prototype) in bounce_template_create()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgentarget-def.cc104 def_target_insn (const char *name, const char *prototype) in def_target_insn()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv-builtins.c82 enum riscv_function_type prototype; member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-builtins.cc82 enum riscv_function_type prototype; member
/netbsd-src/lib/libform/
H A Dfield.c745 _formi_create_field(FIELD *prototype, int rows, int cols, int frow, in _formi_create_field()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp303 RVVType::RVVType(BasicType BT, int Log2LMUL, StringRef prototype) in RVVType()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.h879 int prototype; /* whether function prototyped */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c629 tree prototype) in gnu_runtime_abi_01_build_typed_selector_reference()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.h879 int prototype; /* whether function prototyped */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc629 tree prototype) in gnu_runtime_abi_01_build_typed_selector_reference()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcparse.d4449 prototype = 4, /// function prototype enumerator
/netbsd-src/usr.bin/xlint/lint1/
H A Dlint1.h382 bool prototype:1; global() member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h2522 int prototype; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.h2503 int prototype; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.h1538 int prototype; /* Whether a prototype was defined */ member
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp288 auto prototype = FT.getAs<FunctionProtoType>(); in arrangeCXXMethodDeclaration() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4963 auto prototype = in WriteDeclUpdatesBlocks() local