Searched refs:retLoc (Results 1 – 3 of 3) sorted by relevance
6 - (void)getReturnValue:(void *)retLoc;7 - (void)setReturnValue:(void *)retLoc;
62 ; CHECK-NEXT: ret i32 [[phi]], !dbg [[retLoc:![0-9]+]]67 ; CHECK: [[retLoc]] = !DILocation(line: 23, column: 1
1036 char* retLoc; in OpenMessageFormatTest() local1073 retLoc = (char*)umsg_getLocale(f1); in OpenMessageFormatTest()1074 if(strcmp(retLoc,locale)!=0) in OpenMessageFormatTest()1076 …og_err("umsg_setLocale and umsg_getLocale methods failed. Expected:%s Got: %s \n", locale, retLoc); in OpenMessageFormatTest()