Home
last modified time | relevance | path

Searched defs:returnValue (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dprotocols.c96 Protocol **returnValue = NULL; in objc_copyProtocolList() local
211 Protocol **returnValue = NULL; in class_copyProtocolList() local
402 struct objc_method_description *returnValue = NULL; in protocol_copyMethodDescriptionList() local
478 Property *returnValue = NULL; in protocol_copyPropertyList() local
504 Protocol **returnValue = NULL; in protocol_copyProtocolList() local
H A Dencoding.c838 char *returnValue; in method_copyReturnType() local
868 char *returnValue; in method_copyArgumentType() local
911 void method_getReturnType (struct objc_method * method, char *returnValue, in method_getReturnType()
945 char *returnValue, size_t returnValueSize) in method_getArgumentType()
H A Divars.c89 object_getInstanceVariable (id object, const char *name, void **returnValue) in object_getInstanceVariable()
179 struct objc_ivar **returnValue = NULL; in class_copyIvarList() local
H A Dmethods.c71 struct objc_method **returnValue = NULL; in class_copyMethodList() local
H A Dselector.c294 SEL returnValue = NULL; in sel_getTypedSelector() local
347 SEL *returnValue = NULL; in sel_copyTypedSelectorList() local
H A Dclass.c510 objc_getClassList (Class *returnValue, int maxNumberOfClassesToReturn) in objc_getClassList()
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dprotocols.c96 Protocol **returnValue = NULL; in objc_copyProtocolList() local
211 Protocol **returnValue = NULL; in class_copyProtocolList() local
402 struct objc_method_description *returnValue = NULL; in protocol_copyMethodDescriptionList() local
478 Property *returnValue = NULL; in protocol_copyPropertyList() local
504 Protocol **returnValue = NULL; in protocol_copyProtocolList() local
H A Dencoding.c838 char *returnValue; in method_copyReturnType() local
868 char *returnValue; in method_copyArgumentType() local
911 void method_getReturnType (struct objc_method * method, char *returnValue, in method_getReturnType()
945 char *returnValue, size_t returnValueSize) in method_getArgumentType()
H A Divars.c89 object_getInstanceVariable (id object, const char *name, void **returnValue) in object_getInstanceVariable()
179 struct objc_ivar **returnValue = NULL; in class_copyIvarList() local
H A Dmethods.c71 struct objc_method **returnValue = NULL; in class_copyMethodList() local
H A Dselector.c294 SEL returnValue = NULL; in sel_getTypedSelector() local
347 SEL *returnValue = NULL; in sel_copyTypedSelectorList() local
H A Dclass.c510 objc_getClassList (Class *returnValue, int maxNumberOfClassesToReturn) in objc_getClassList()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Darray.d725 const returnValue = array.each!((e) { variable
748 const returnValue = array.each!((e) { variable
765 const returnValue = array.each!((e) { variable
787 const returnValue = array.each!((e) { variable
/netbsd-src/usr.bin/telnet/
H A Dsys_bsd.c562 int returnValue = 0; in process_rings() local
H A Dtelnet.c1605 int returnValue = 0; in telrcv() local
1847 int returnValue = 0; in telsnd() local
2001 int returnValue; in Scheduler() local
/netbsd-src/sys/fs/udf/
H A Dudf_osta.c52 int returnValue, unicodeIndex, byteIndex; in udf_UncompressUnicode() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp304 void* returnValue; in main() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1468 SExpr *returnValue() { return Retval; } in returnValue() function
1469 const SExpr *returnValue() const { return Retval; } in returnValue() function