HomeSort by: relevance | last modified time | path
    Searched defs:GCC (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
ObjCRuntime.h 50 /// 'gcc' is the Objective-C runtime shipped with GCC, implementing a
52 GCC,
84 case GCC: return false;
125 case GCC:
149 case GCC: return false;
168 case GCC: return false;
202 case GCC:
239 case GCC:
307 case GCC: return true
    [all...]
  /src/external/bsd/jemalloc.old/dist/scripts/
gen_travis.py 100 # The 'default' configuration is gcc, on linux, with no compiler or configure
109 GCC = Option.as_compiler('CC=gcc CXX=g++')
148 # For non-CL compilers under Windows (for now it's only MinGW-GCC),
151 # Weak symbols don't work with MinGW-GCC.
184 compiler = GCC.value
298 env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug \
303 env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug \
  /src/external/bsd/jemalloc/dist/scripts/
gen_gh_actions.py 81 # The 'default' configuration is gcc, on linux, with no compiler or configure
90 GCC = Option.as_compiler('CC=gcc CXX=g++')
128 # For non-CL compilers under Windows (for now it's only MinGW-GCC),
131 # Weak symbols don't work with MinGW-GCC.
163 compiler = GCC.value
266 'CC': 'gcc',
272 'CC': 'gcc',
312 sudo apt-get install -y gcc-multilib g++-multilib libc6-dev-i386
411 CC: ${{{{ matrix.env.CC || 'gcc' }}}}
    [all...]
gen_travis.py 109 # The 'default' configuration is gcc, on linux, with no compiler or configure
118 GCC = Option.as_compiler('CC=gcc CXX=g++')
159 # For non-CL compilers under Windows (for now it's only MinGW-GCC),
162 # Weak symbols don't work with MinGW-GCC.
195 compiler = GCC.value
323 env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug \
328 env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug \
  /src/usr.bin/mail/
def.h 248 #define GCC 0x004 /* And the Cc: line */
255 #define GMASK (GTO | GSUBJECT | GCC | GBCC | GSMOPTS)

Completed in 21 milliseconds