Home
last modified time | relevance | path

Searched refs:c_flags (Results 1 – 14 of 14) sorted by relevance

/external/u-boot/scripts/
DMakefile.build123 cmd_force_checksrc = $(CHECK) $(CHECKFLAGS) $(c_flags) $< ;
126 cmd_checksrc = $(CHECK) $(CHECKFLAGS) $(c_flags) $< ;
170 cmd_cc_s_c = $(CC) $(c_flags) $(DISABLE_LTO) -fverbose-asm -S -o $@ $<
176 cmd_cc_i_c = $(CPP) $(c_flags) -o $@ $<
182 $(CPP) -D__GENKSYMS__ $(c_flags) $< | \
204 cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<
219 cmd_cc_o_c = $(CC) $(c_flags) -c -o $(@D)/.tmp_$(@F) $<
289 cmd_cc_lst_c = $(CC) $(c_flags) -g -c -o $*.o $< && \
DMakefile.autoconf39 c_flags := $(KBUILD_CFLAGS) $(KBUILD_CPPFLAGS) $(PLATFORM_CPPFLAGS) \
43 cmd_autoconf_dep = $(CC) -x c -DDO_DEPS_ONLY -M -MP $(c_flags) \
69 $(CPP) $(c_flags) $2 -DDO_DEPS_ONLY -dM $(srctree)/include/common.h > $@.tmp && { \
DMakefile.spl60 c_flags := $(KBUILD_CFLAGS) $(cpp_flags)
260 cmd_plat = $(CC) $(c_flags) -c $< -o $@
DMakefile.lib153 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(UBOOTINCLUDE) \
/external/clang/tools/scan-build-py/libear/
D__init__.py85 self.c_flags = []
93 self.c_flags.append('-std=' + standard)
97 self.c_flags.extend(defines)
107 return extra + ['-fPIC'] + self.c_flags
175 execute([self.ctx.compiler, src_file] + self.ctx.c_flags,
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DAddOCaml.cmake86 set(c_flags "${ARG_CFLAGS} ${LLVM_DEFINITIONS}") variable
88 set(c_flags "${c_flags} -I${include_dir}") variable
94 set(c_flags "${c_flags} ${flag_matches}") variable
130 COMMAND "${OCAMLFIND}" "ocamlc" "-c" "${c_input}" -ccopt ${c_flags}
/external/u-boot/arch/sandbox/cpu/
DMakefile17 $(patsubst -I%,-idirafter%,$(c_flags))) -c -o $@ $<
28 $(patsubst -I%,-idirafter%,$(c_flags))) -c -o $@ $<
/external/compiler-rt/test/scudo/
Dlit.cfg20 c_flags = ["-std=c++11",
35 build_invocation(c_flags) + whole_archive) )
/external/llvm/cmake/modules/
DAddOCaml.cmake86 set(c_flags "${ARG_CFLAGS} ${LLVM_DEFINITIONS}") variable
88 set(c_flags "${c_flags} -I${include_dir}") variable
125 COMMAND "${OCAMLFIND}" "ocamlc" "-c" "${c_input}" -ccopt ${c_flags}
/external/libnl/lib/
Dcache.c193 cache->c_flags |= ops->co_flags; in nl_cache_alloc()
615 cache->c_flags |= flags; in nl_cache_set_flags()
860 (cache->c_flags & NL_CACHE_AF_ITER)) in nl_cache_resync()
877 (cache->c_flags & NL_CACHE_AF_ITER)); in nl_cache_resync()
972 (cache->c_flags & NL_CACHE_AF_ITER)) in nl_cache_refill()
993 (cache->c_flags & NL_CACHE_AF_ITER)); in nl_cache_refill()
/external/python/cpython2/Python/
Dcompile.c139 PyCompilerFlags *c_flags; member
282 c.c_flags = flags; in PyAST_Compile()
1926 if (c->c_flags && (c->c_flags->cf_flags & CO_FUTURE_ABSOLUTE_IMPORT)) in compiler_import()
1978 if (s->v.ImportFrom.level == 0 && c->c_flags && in compiler_from_import()
1979 !(c->c_flags->cf_flags & CO_FUTURE_ABSOLUTE_IMPORT)) in compiler_from_import()
2220 if (c->c_flags && c->c_flags->cf_flags & CO_FUTURE_DIVISION) in binop()
2287 if (c->c_flags && c->c_flags->cf_flags & CO_FUTURE_DIVISION) in inplace_binop()
3787 flags |= (c->c_flags->cf_flags & PyCF_MASK); in compute_code_flags()
/external/u-boot/
DMakefile670 c_flags := $(KBUILD_CFLAGS) $(cpp_flags) macro
747 PLATFORM_LIBGCC := -L $(shell dirname `$(CC) $(c_flags) -print-libgcc-file-name`) -lgcc
1346 $(CC) $(c_flags) -DSYSTEM_MAP="\"$${smap}\"" \
/external/libnl/include/netlink-private/
Dtypes.h89 unsigned int c_flags; member
/external/python/cpython3/Python/
Dcompile.c155 PyCompilerFlags *c_flags; member
334 c.c_flags = flags; in PyAST_CompileObject()
5362 flags |= (c->c_flags->cf_flags & PyCF_MASK); in compute_code_flags()