HomeSort by relevance Sort by last modified time
    Searched full:initializers (Results 101 - 125 of 1236) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/ipsec-tools/
Android.mk 67 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers -Wno-unused-parameter -Wno-pointer-sign -Werror
92 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers -Wno-unused-parameter -Wno-pointer-sign -Werror
  /external/llvm/tools/llvm-config/
BuildVariables.inc.in 22 #define LLVM_CFLAGS " -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -fcolor-diagnostics -ffunction-sections -fdata-sections -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
24 #define LLVM_CXXFLAGS " -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -std=c++11 -fcolor-diagnostics -ffunction-sections -fdata-sections -fno-rtti -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
  /external/clang/test/Analysis/
analyzer-config.c 14 // CHECK-NEXT: cfg-conditional-static-initializers = true
  /external/clang/test/CXX/dcl.decl/dcl.init/
p5.cpp 26 // Ensure that we handle C++11 in-class initializers properly as an extension.
  /external/compiler-rt/lib/profile/
CMakeLists.txt 82 # initializers. All other compilers accept this, though.
  /external/compiler-rt/test/asan/TestCases/
initialization-nobug.cc 1 // A collection of various initializers which shouldn't trip up initialization
  /external/googletest/googlemock/
Android.bp 21 cflags: ["-Wno-missing-field-initializers", "-Wno-unused-parameter"],
  /external/iproute2/include/linux/
filter.h 45 * Macros for filter block array initializers.
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
LocalProbeArrayStrategy.java 23 * invocation and therefore only used for static initializers in interfaces.
  /external/jacoco/org.jacoco.doc/docroot/doc/
counters.html 152 JaCoCo works on byte code level also constructors and static initializers are
155 initializers for constants.
163 initializers as methods. As Java interface types may contain static
164 initializers such interfaces are also considered as executable classes.
  /external/kernel-headers/original/uapi/linux/
filter.h 45 * Macros for filter block array initializers.
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 86 // second level constants have initializers which point to the globals that
102 // Only process constants with initializers in the default address space.
130 // because doing so may cause initializers of other globals to be rewritten,
136 // Only process constants with initializers in the default address space.
  /external/llvm/test/Feature/
packed_struct.ll 12 ;initializers should work for packed and non-packed the same way
  /external/llvm/test/Integer/
packed_struct_bt.ll 12 ;initializers should work for packed and non-packed the same way
  /external/ltp/
Android.bp 40 "-Wno-missing-field-initializers",
  /external/proguard/src/proguard/optimize/info/
StaticInitializerContainingClassMarker.java 28 * This ClassVisitor marks all classes that contain static initializers.
  /external/strace/
ioctl_iocdef.c 31 * of these values are used in structure initializers, they cannot be
  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalVariable.h 16 // area. Global Constants are required to have initializers.
104 // It's not safe to modify initializers of global variables with weak
109 // have different initializers, breaking the One Definition Rule.
156 /// replace constant initializers.
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ConstantMerge.cpp 120 // second level constants have initializers which point to the globals that
136 // Only process constants with initializers in the default address space.
159 // because doing so may cause initializers of other globals to be rewritten,
165 // Only process constants with initializers in the default address space.
  /external/swiftshader/third_party/LLVM/test/Feature/
packed_struct.ll 12 ;initializers should work for packed and non-packed the same way
  /external/swiftshader/third_party/LLVM/test/Integer/
packed_struct_bt.ll 12 ;initializers should work for packed and non-packed the same way
  /external/v8/gypfiles/
all.gyp 52 '../tools/check-static-initializers.gyp:*',
  /frameworks/base/libs/androidfw/
Android.bp 87 cppflags: ["-Wno-missing-field-initializers"], // The Windows compiler warns
  /frameworks/native/cmds/dumpstate/
Android.bp 21 "-Wno-missing-field-initializers",
  /frameworks/native/libs/binder/tests/
Android.bp 82 "-Wno-missing-field-initializers",

Completed in 1799 milliseconds

1 2 3 45 6 7 8 91011>>