Searched refs:__main (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A Dexplicit_symbols.inc17 EXPLICIT_SYMBOL(__main) // FIXME: Don't call it.
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DSearchForAddressOfSpecialSymbol.cpp46 EXPLICIT_SYMBOL(__main);
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A Dcheck-each-file22 *undefined*reference*__main*)
23 echo "$program appears to need a dummy __main function; adding one"
24 echo "void __main () { }" > __main.c
25 gcc -c __main.c
28 gmake -n $program 2>&1 | sed '/gcc/s/$/__main.o/' >> $linker
/macosx-10.9.5/emacs-92/emacs/src/m/
H A Dacorn.h126 gcc use __main, because of a library routine name clash. */
127 #define __main __gccmain macro
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_to_cparam.tcl51 variable main __main ; # -main
1551 variable main __main
H A Dpt_peg_to_tclparam.tcl52 variable main __main
1244 variable main __main
/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c1484 static CFRunLoopRef __main = NULL; // no retain needed local
1485 if (!__main) __main = _CFRunLoopGet0(pthread_main_thread_np()); // no CAS needed
1486 return __main;
/macosx-10.9.5/emacs-92/emacs/src/
H A Demacs.c636 void __main ()
633 void __main () function
/macosx-10.9.5/llvmCore-3425.0.33/
H A Dconfigure19096 { echo "$as_me:$LINENO: checking for __main in -lgcc" >&5
19097 echo $ECHO_N "checking for __main in -lgcc... $ECHO_C" >&6; }
19116 char __main ();
19120 return __main ();
/macosx-10.9.5/llvmCore-3425.0.33/projects/sample/
H A Dconfigure18899 { echo "$as_me:$LINENO: checking for __main in -lgcc" >&5
18900 echo $ECHO_N "checking for __main in -lgcc... $ECHO_C" >&6; }
18919 char __main ();
18923 return __main ();

Completed in 230 milliseconds