Searched refs:GCC (Results 1 - 25 of 341) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dnacommon.h20 void gc_add (GC* c, GCC* gx);
21 void gc_remove (GC* c, GCC* gx);
22 void gc_setup (GC* c, GCC* gx, const char* name, G* g);
24 void gc_rename (GC* c, GCC* gx, Tcl_Obj* newname, Tcl_Interp* interp);
28 GCC* gx, GN_GET_GC* gf, G* g);
H A Dds.h22 * identical they are pulled together in their own common structure -> GCC.
27 * graph lists starting in GCC. The node/arc structures are pseudo-derived
133 typedef struct GCC { struct
137 } GCC; typedef in typeref:struct:GCC
145 GCC nodes; /* All nodes */
146 GCC arcs; /* All arcs */
H A Dfilter.c33 static int filter_run (NA* na, Tcl_Interp* interp, int nodes, GCC* gx, GN_GET_GC* gf,
35 static void filter_none (Tcl_Interp* interp, GCC* gx, NARES* l);
36 static void filter_kv (Tcl_Interp* interp, GCC* gx, NARES* l,
38 static void filter_k (Tcl_Interp* interp, GCC* gx, NARES* l,
40 static int filter_cmd (Tcl_Interp* interp, GCC* gx, NARES* l,
43 static void filter_mode_n (NA_MODE mode, GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g);
44 static void filter_mode_n_adj (GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g);
45 static void filter_mode_n_emb (GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g);
46 static void filter_mode_n_in (GCC* gx, NARES* l, int nc, Tcl_Obj* const* nv, G* g);
47 static void filter_mode_n_inn (GCC* g
[all...]
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dregex.h28 #pragma GCC visibility push(default)
40 #pragma GCC visibility pop
H A Dthread.h25 #pragma GCC visibility push(default)
39 #pragma GCC visibility pop
H A Dvm.h23 #pragma GCC visibility push(default)
58 #pragma GCC visibility pop
H A Dversion.h47 #pragma GCC visibility push(default)
67 #pragma GCC visibility pop
H A Dre.h28 #pragma GCC visibility push(default)
65 #pragma GCC visibility pop
H A Dutil.h49 #pragma GCC visibility push(default)
89 #pragma GCC visibility pop
/macosx-10.9.5/libclosure-63/escapeTests/
H A Dmakefile2 GCC=/usr/bin/gcc macro
13 $(GCC) $< -g -std=gnu99 -fobjc-gc-only -o $@ common.o -framework Foundation
15 $(GCC) $< -g -std=gnu99 -o $@ common.o -framework Foundation
29 $(GCC) -std=gnu99 -fobjc-gc -g -c common.
/macosx-10.9.5/ruby-104/ruby/
H A Ddln.h32 #pragma GCC visibility push(default)
47 #pragma GCC visibility pop
H A Dvm_debug.h19 #pragma GCC visibility push(default)
38 #pragma GCC visibility pop
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dgthr.h5 This file is part of GCC.
7 GCC is free software; you can redistribute it and/or modify it under
12 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
18 along with GCC; see the file COPYING. If not, write to the Free
23 some of which are compiled with GCC, to produce an executable,
33 #pragma GCC visibility push(default)
122 #pragma GCC visibility pop
H A Dstringfwd.h42 #pragma GCC system_header
/macosx-10.9.5/ruby-104/ruby/include/ruby/backward/
H A Drubysig.h31 #pragma GCC visibility push(default)
46 #pragma GCC visibility pop
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DHostCallReturnValue.h45 #if COMPILER(GCC)
55 #else // COMPILER(GCC)
59 #endif // COMPILER(GCC)
/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dvproc.h34 #pragma GCC visibility push(default)
167 #pragma GCC visibility pop
H A Dbootstrap_priv.h30 #pragma GCC visibility push(default)
66 #pragma GCC visibility pop
H A Dlaunch_internal.h80 #pragma GCC visibility push(default)
101 #pragma GCC visibility pop
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSExportMacros.h51 #if OS(WINDOWS) && !COMPILER(GCC)
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPlatformExportMacros.h51 #if OS(WINDOWS) && !COMPILER(GCC)
/macosx-10.9.5/smb-697.95.1/lib/librpc/
H A Dcompiler.h41 #if COMPILER(GCC)
53 #if COMPILER(GCC)
78 #if COMPILER(GCC)
83 #endif /* COMPILER(GCC) */
95 #if COMPILER(GCC)
/macosx-10.9.5/llvmCore-3425.0.33/tools/bugpoint/
H A DToolRunner.h37 // GCC abstraction
39 class GCC { class in namespace:llvm
42 std::vector<std::string> gccArgs; // GCC-specific arguments.
43 GCC(const sys::Path &gccPath, const sys::Path &RemotePath, function in class:llvm::GCC
51 static GCC *create(std::string &Message,
125 /// understood by the GCC driver (either C or asm). If the code generator
128 virtual GCC::FileType OutputCode(const std::string &Bitcode,
133 return GCC::AsmFile;
160 GCC *gcc;
162 CBE(const sys::Path &llcPath, GCC *Gc
[all...]
/macosx-10.9.5/Libc-997.90.3/include/xlocale/
H A D_inttypes.h39 #pragma GCC poison wcstoimax_l wcstoumax_l
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dcups-exec.c34 # pragma GCC diagnostic ignored "-Wdeprecated-declarations"

Completed in 208 milliseconds

1234567891011>>