HomeSort by relevance Sort by last modified time
    Searched full:initializers (Results 126 - 150 of 678) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 77 // In the reader, initializers of GlobalValues are set *after* all the
80 // initializers of GlobalValues before GlobalValues themselves to model this
96 // Initializers of GlobalValues are processed in
102 // initializers), their relative IDs only matter for determining order of
103 // uses in their initializers.
162 // Moreover, initializers of GlobalValues are set *after* all the globals
165 // initializers of GlobalValues before GlobalValues themselves.
305 // Enumerate the global variable initializers.
583 // Initializers for globals are handled explicitly elsewhere.
  /external/clang/test/CodeGenCXX/
cxx11-initializer-array-new.cpp 16 // Explicit initializers:
60 // Explicit initializers:
120 // Explicit initializers:
global-init.cpp 24 // PR6205: The casts should not require global initializers
53 // All of these initializers end up delayed, so we check them later.
97 // These should not require global initializers.
  /external/compiler-rt/lib/asan/
asan_win.cc 219 // on access violations and whatnot. Unfortunately, the CRT initializers assume
228 // __asan_set_seh_filter in the last section for C initializers.
246 // of C initializers, after the default EH is set by the CRT.
  /art/compiler/dex/
verification_results.cc 101 // Don't compile class initializers unless kEverything.
  /device/generic/goldfish/camera/
Android.mk 24 emulator_camera_cflags += -Wno-unused-parameter -Wno-missing-field-initializers
  /external/clang/test/Analysis/
global-region-invalidation.c 104 // Test that static variables with initializers do not get reinitialized on
initializer.cpp 105 Wrapper::Wrapper() /* initializers synthesized */ {}
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p1-0x.cpp 30 // no brace-or-equal-initializers for non-static data members, ...
  /external/clang/test/Sema/
c89.c 84 int test15[5] = { [2] = 1 }; /* expected-warning {{designated initializers are a C99 feature}} */
init.c 143 // None of these are constant initializers, but we implement GCC's old
  /external/clang/test/SemaCXX/
atomic-type.cpp 86 // allows extraneous braces around initializers. We should at least give the
  /external/clang/test/SemaTemplate/
instantiate-c99.cpp 6 // Designated initializers
  /external/dbus/dbus/
Android.mk 78 -Wno-missing-field-initializers \
  /external/e2fsprogs/intl/
plural-exp.c 67 /* For compilers without support for ISO C 99 struct/union initializers:
  /external/gmock/src/
Android.mk 42 -Wno-missing-field-initializers \
  /external/gtest/
Android.bp 37 cflags: ["-Wno-missing-field-initializers"],
  /external/gtest/src/
Android.mk 43 -Wno-missing-field-initializers \
  /external/harfbuzz_ng/
Android.mk 105 -Wno-missing-field-initializers
  /external/libcxxabi/lib/
buildit 32 -Wmissing-field-initializers -Wchar-subscripts -Wmismatched-tags \
  /external/libweave/
Makefile 32 -Wno-missing-field-initializers \
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 271 // Now we need to clone the GV and alias initializers.
273 // Initializers may refer to functions declared (but not defined) in this
303 // Clone the global variable initializers.
308 // Clone the global alias initializers.
  /external/llvm/include/llvm/IR/
LegacyPassManager.h 83 /// doInitialization - Run all of the initializers for the function passes.
  /external/llvm/lib/Transforms/IPO/
ElimAvailExtern.cpp 55 // Drop initializers of available externally global variables.
  /external/mesa3d/src/gallium/
README.portability 22 * Don't use named struct initializers.

Completed in 2141 milliseconds

1 2 3 4 56 7 8 91011>>