Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h301 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus()
307 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { in forPrototype()
311 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) { in forPrototype()
315 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus()
/minix3/lib/libform/
H A Dfield.c755 _formi_create_field(FIELD *prototype, int rows, int cols, int frow, in _formi_create_field()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp182 CanQual<FunctionProtoType> prototype = GetFormalType(MD); in arrangeCXXMethodDeclaration() local