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

1234567891011>>

/macosx-10.10.1/tcl-105/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.10.1/ruby-106/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.10.1/libclosure-65/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.10.1/ruby-106/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.10.1/WTF-7600.1.24/wtf/
H A DCompiler.h52 /* COMPILER(GCC) - GNU Compiler Collection */
68 #if COMPILER(GCC) && !COMPILER(CLANG) && !GCC_VERSION_AT_LEAST(4, 7, 0)
69 #error "Please use a newer version of GCC. WebKit requires GCC 4.7.0 or newer to compile."
72 #if COMPILER(GCC) && !COMPILER(CLANG)
77 #if COMPILER(GCC) && !COMPILER(CLANG) && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
81 #if COMPILER(GCC) && !COMPILER(CLANG) && GCC_VERSION_AT_LEAST(4, 8, 0)
82 #pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
85 #if COMPILER(GCC) && !COMPILER(CLANG) && (defined(__GXX_EXPERIMENTAL_CXX0X__) || (defined(__cplusplus) && __cplusplus >= 201103L))
86 #pragma GCC diagnosti
[all...]
H A DAtomics.cpp62 // Some architectures, like MIPS32, don't have GCC implementation for builtin __sync_* functions
63 // with 64 bits variable size. Official GCC answer for the problem: If a target doesn't support
65 // (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56296). GCC >= 4.8 will support __atomic_* builtin
66 // functions for this purpose for all the GCC targets, but for current compilers we have to include
68 #if COMPILER(GCC) && !defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8) && USE(PTHREADS)
/macosx-10.10.1/libstdcxx-104.1/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.10.1/ruby-106/ruby/include/ruby/backward/
H A Drubysig.h31 #pragma GCC visibility push(default)
46 #pragma GCC visibility pop
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DHostCallReturnValue.h44 #if COMPILER(GCC)
54 #else // COMPILER(GCC)
58 #endif // COMPILER(GCC)
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSExportMacros.h50 #if OS(WINDOWS) && !COMPILER(GCC)
/macosx-10.10.1/smb-759.0/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.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dpyobjc-unittest.h49 #pragma GCC diagnostic push
51 #pragma GCC diagnostic ignored "-Wformat-nonliteral"
66 #pragma GCC diagnostic pop
/macosx-10.10.1/llvmCore-3425.0.34/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.10.1/Libc-1044.1.2/include/xlocale/
H A D_inttypes.h39 #pragma GCC poison wcstoimax_l wcstoumax_l
H A D_stdlib.h65 #pragma GCC poison mbstowcs_l mbtowc_l wcstombs_l wctomb_l
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/gtk/
H A DWebPopupMenuProxyGtk.cpp101 #pragma GCC diagnostic push
102 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
106 #pragma GCC diagnostic pop

Completed in 277 milliseconds

1234567891011>>