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

<<11121314151617181920>>

  /external/tpm2/
Android.bp 25 "-Wno-missing-field-initializers",
  /external/vulkan-validation-layers/
CMakeLists.txt 65 set(COMMON_COMPILE_FLAGS "-Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers")
  /external/vulkan-validation-layers/tests/gtest-1.7.0/cmake/
internal_utils.cmake 83 "-Wextra -Wno-unused-parameter -Wno-missing-field-initializers")
  /frameworks/base/tools/aapt2/
Android.bp 34 "-Wno-missing-field-initializers",
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 111 /// \brief Suppress printing of variable initializers.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 111 /// \brief Suppress printing of variable initializers.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 111 /// \brief Suppress printing of variable initializers.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 111 /// \brief Suppress printing of variable initializers.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 111 /// \brief Suppress printing of variable initializers.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 111 /// \brief Suppress printing of variable initializers.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 111 /// \brief Suppress printing of variable initializers.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
PrettyPrinter.h 111 /// \brief Suppress printing of variable initializers.
  /prebuilts/tools/common/proguard/proguard4.7/docs/
downloads.html 64 <li>Added removal of empty class initializers.
96 <li>Fixed handling of side-effects due to static initializers.
416 <li>Fixed exception when saving configuration with initializers in GUI.
589 <li>Fixed processing of static initializers in J2ME MIDP applications.
  /system/bt/build/secondary/third_party/libchrome/
BUILD.gn 266 "-Wno-missing-field-initializers",
  /system/netd/server/
NatController.cpp 63 /* The array size doesn't really matter as the compiler will barf if too many initializers are specified. */
  /art/compiler/
image_writer.h 165 kBinClassVerified, // Class verified, but initializers haven't been run
168 kBinClassInitialized, // Class initializers have been run
170 kBinClassInitializedFinalStatics, // Class initializers have been run, no non-final statics
  /external/clang/lib/CodeGen/
CGClass.cpp 705 // non-static data member initializers.
811 // consistent across all initializers but (2) the delegate function
822 // TODO: white-list trivial vbase initializers. This case wouldn't
827 // - the initializers don't access any non-reference parameters
828 // - the initializers don't take the address of non-reference
    [all...]
  /external/llvm/cmake/modules/
HandleLLVMOptions.cmake 400 check_cxx_compiler_flag("-Wmissing-field-initializers" CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG)
403 append("-Wno-missing-field-initializers" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
405 append("-Wmissing-field-initializers" CMAKE_C_FLAGS CMAKE_CXX_FLAGS)
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
CrashDebugger.cpp 438 // See if we can get away with nuking some of the global variable initializers
442 // Now try to reduce the number of global variable initializers in the
463 outs() << "\n*** Able to remove all global initializers!\n";
  /external/proguard/docs/
downloads.html 142 <li>Improved optimization of classes with static initializers.
196 <li>Added removal of empty class initializers.
228 <li>Fixed handling of side-effects due to static initializers.
548 <li>Fixed exception when saving configuration with initializers in GUI.
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 1 //===--- Initialization.h - Semantic Analysis for Initializers --*- C++ -*-===//
768 /// \brief Too many initializers provided for a reference.
808 /// \brief Too many initializers for scalar
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp 404 SmallVector<Constant *, 16> Initializers;
448 Initializers.push_back(
476 ConstantArray::get(StructInfoArrayTy, Initializers)),
    [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 656 // Now try to reduce the number of global variable initializers in the
678 outs() << "\n*** Able to remove all global initializers!\n";
791 // See if we can get away with nuking some of the global variable initializers
    [all...]
  /external/apache-http/src/org/apache/commons/logging/
LogSource.java 78 // ----------------------------------------------------- Class Initializers
  /external/clang/
NOTES.txt 108 - they have not had their addresses taken by the vbase initializers or

Completed in 1396 milliseconds

<<11121314151617181920>>