Home
last modified time | relevance | path

Searched refs:prototypes (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/external/autotest/frontend/client/src/autotest/tko/
DParameterizedField.java40 private static final ParameterizedField[] prototypes = new ParameterizedField[] { field in ParameterizedField
52 for (ParameterizedField prototype : prototypes) {
75 for (ParameterizedField prototype : prototypes) { in getPrototype()
/external/llvm/test/Transforms/StripDeadPrototypes/
Dbasic.ll1 ; RUN: opt -strip-dead-prototypes -S -o - < %s | FileCheck %s
2 ; RUN: opt -S -passes=strip-dead-prototypes < %s | FileCheck %s
/external/selinux/policycoreutils/secon/
DMakefile8 …ast -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmis…
/external/expat/
DAndroid.bp21 "-Wmissing-prototypes",
22 "-Wstrict-prototypes",
/external/deqp/scripts/opengl/
Dgen_wrapper.py42 prototypes = imap(commandWrapperDeclaration, iface.commands)
43 src = indentLines(chain(defines, prototypes))
/external/jemalloc/include/jemalloc/
Djemalloc_defs.h.in30 * If defined, specify throw() for the public function prototypes when compiling
31 * with C++. The only justification for this is to match the prototypes that
/external/zlib/src/old/
DMakefile.emx16 -Wstrict-prototypes -Wmissing-prototypes
/external/zlib/src/msdos/
DMakefile.emx16 -Wstrict-prototypes -Wmissing-prototypes
DMakefile.dj234 -Wstrict-prototypes -Wmissing-prototypes
/external/openssh/regress/unittests/
DMakefile.inc21 CDIAGFLAGS+= -Wmissing-prototypes
28 CDIAGFLAGS+= -Wstrict-prototypes
/external/openssh/regress/misc/kexfuzz/
DMakefile40 CDIAGFLAGS+= -Wmissing-prototypes
47 CDIAGFLAGS+= -Wstrict-prototypes
/external/libpng/scripts/
Dmakefile.beos40 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.so949 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.hpgcc53 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.32sunu47 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.solaris45 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.solaris-x8645 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.64sunu47 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
Dmakefile.linux48 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
/external/boringssl/src/
DCMakeLists.txt44 …_FLAGS "${CMAKE_C_FLAGS} ${C_CXX_FLAGS} -Wmissing-prototypes -Wold-style-definition -Wstrict-proto…
46 # In GCC, -Wmissing-declarations is the C++ spelling of -Wmissing-prototypes
47 # and using the wrong one is an error. In Clang, -Wmissing-prototypes is the
51 # https://clang.llvm.org/docs/DiagnosticsReference.html#wmissing-prototypes
54 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wmissing-prototypes")
312 …PERTIES COMPILE_FLAGS "-Wno-shadow -Wno-format-nonliteral -Wno-missing-prototypes -fsanitize-cover…
/external/selinux/libselinux/utils/
DMakefile26 -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes \
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dseries3 static-prototypes
/external/libnetfilter_conntrack/include/internal/
DMakefile.am1 noinst_HEADERS = bitops.h extern.h linux_list.h prototypes.h \
/external/tcpdump/
DINSTALL.txt72 gmt2local.h - time conversion prototypes
74 interface.h - globals, prototypes and definitions
81 lbl/os-*.h - OS-dependent defines and prototypes
110 setsignal.h - OS-independent signal prototypes
/external/clang/test/SemaOpenCL/
Dwarn-missing-prototypes.cl1 // RUN: %clang_cc1 -fsyntax-only -verify -Wmissing-prototypes %s

12345678910>>...13