HomeSort by relevance Sort by last modified time
    Searched full:uninitialized (Results 526 - 550 of 1841) sorted by null

<<21222324252627282930>>

  /external/clang/test/Preprocessor/
pragma_diagnostic_sections.cpp 1 // RUN: %clang_cc1 -fsyntax-only -Wall -Wunused-macros -Wunused-parameter -Wno-uninitialized -verify %s
  /external/clang/test/SemaCXX/
warn-unused-private-field.cpp 1 // RUN: %clang_cc1 -fsyntax-only -Wunused-private-field -Wused-but-marked-unused -Wno-uninitialized -verify -std=c++11 %s
  /external/compiler-rt/lib/tsan/go/
buildgo.sh 39 OSCFLAGS="-fPIC -ffreestanding -Wno-maybe-uninitialized -Wno-unused-const-variable -Werror -Wno-unknown-warning-option"
  /external/deqp/external/vulkancts/framework/vulkan/
vkDefs.hpp 76 Handle (void) {} // \note Left uninitialized on purpose
  /external/eigen/test/
mixingtypes.cpp 11 // work around "uninitialized" warnings and give that option some testing
  /external/elfutils/libdw/
cfi.h 122 reg_unspecified, /* Uninitialized state. */
  /external/elfutils/src/
elf32-i386.script 148 can access them all, and initialized data all before uninitialized, so
  /external/freetype/include/
fterrdef.h 138 "raster uninitialized" )
  /external/icu/icu4c/source/test/cintltst/
sorttest.c 146 uprv_memset(lines, 0, NUM_LINES*sizeof(Line)); /* avoid uninitialized memory */
  /external/libbrillo/brillo/message_loops/
base_message_loop.h 171 // dynamically allocated minor number. When uninitialized, this value will
  /external/libchrome/base/trace_event/
memory_allocator_dump_unittest.cc 48 // Leave the rest of sub heap deliberately uninitialized, to check that
  /external/libchrome/sandbox/linux/seccomp-bpf/
syscall.h 32 // uninitialized data whenever we call through this function and pass less
  /external/libopus/celt/
pitch.h 65 y_3=0; /* gcc doesn't realize that y_3 can't be used uninitialized */
  /external/llvm/cmake/modules/
HandleLLVMOptions.cmake 312 -wd4701 # Suppress 'potentially uninitialized local variable'
313 -wd4703 # Suppress 'potentially uninitialized local pointer variable'
388 append_if(USE_NO_UNINITIALIZED "-Wno-uninitialized" CMAKE_CXX_FLAGS)
389 append_if(USE_NO_MAYBE_UNINITIALIZED "-Wno-maybe-uninitialized" CMAKE_CXX_FLAGS)
  /external/llvm/include/llvm/ADT/
APFloat.h 186 /// Convenience enum used to construct an uninitialized APFloat.
188 uninitialized enumerator in enum:llvm::APFloat::uninitializedTag
217 APFloat Val(Sem, uninitialized);
226 APFloat Val(Sem, uninitialized);
  /external/llvm/include/llvm/CodeGen/
ScheduleDFS.h 123 /// \brief Return true if this DFSResult is uninitialized.
  /external/llvm/include/llvm/MC/
MCInst.h 35 kInvalid, ///< Uninitialized.
  /external/llvm/include/llvm/Transforms/
Instrumentation.h 108 // Insert MemorySanitizer instrumentation (detection of uninitialized reads)
  /external/llvm/lib/CodeGen/
LivePhysRegs.cpp 108 OS << " (uninitialized)\n";
  /external/llvm/unittests/ADT/
ArrayRefTest.cpp 49 // Check that copy can cope with uninitialized memory.
  /external/llvm/utils/emacs/
llvm-mode.el 39 "weak" "weak_odr" "appending" "uninitialized" "implementation" "..."
  /external/mesa3d/src/egl/main/
eglapi.h 56 /* this is the only function (other than Initialize) that may be called with an uninitialized display */
  /external/pdfium/third_party/freetype/include/freetype/
fterrdef.h 163 "raster uninitialized" )
  /external/pdfium/third_party/libopenjpeg20/
opj_malloc.h 49 Allocate an uninitialized memory block
  /external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java 46 * Creates an uninitialized CodeAttribute.

Completed in 670 milliseconds

<<21222324252627282930>>