HomeSort by relevance Sort by last modified time
    Searched full:initializers (Results 1 - 25 of 442) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
c99.cpp 7 Point p1 = { .x = 17, // expected-warning{{designated initializers are a C99 feature}}
8 y: 25 }; // expected-warning{{designated initializers are a C99 feature}} \
complex-init-list.cpp 7 // initializers, this extension kicks in to turn it into component-wise
implicit-exception-spec.cpp 7 // the contents of in-class member initializers. However, the in-class member
8 // initializers can depend on the exception specification of the constructor,
  /external/clang/test/CodeGen/
2004-01-01-UnknownInitSize.c 4 * This regression test ensures that the C front end can compile initializers
2002-03-12-ArrayInitialization.c 3 /* GCC would generate bad code if not enough initializers are
2005-01-02-ConstantInits.c 3 // This tests all kinds of hard cases with initializers and
  /external/llvm/test/CodeGen/PowerPC/
i128-and-beyond.ll 3 ; These static initializers are too big to hand off to assemblers
  /external/llvm/test/CodeGen/X86/
i128-and-beyond.ll 3 ; These static initializers are too big to hand off to assemblers
  /external/harfbuzz_ng/src/
check-static-inits.sh 23 echo "Checking that no object file has static initializers"
26 echo "Ouch, $obj has static initializers"
  /external/clang/test/Parser/
cxx0x-member-initializers.cpp 17 // Test recovery for bad constructor initializers
cxx11-type-specifier.cpp 17 // initializers. Sad but true...
  /external/smack/src/org/xbill/DNS/
UNKRecord.java 9 * class can only be initialized using static Record initializers.
  /external/webkit/Source/JavaScriptCore/wtf/
StaticConstructors.h 26 // initializers from being registered and called on program startup. On GCC, we
29 // to have the CRT ignore our static initializers. The constructors will never
41 // initializers ignored. This is currently the case. This means that if
43 // initializers after the include will not be executed.
  /ndk/tests/device/test-stlport_shared-exception/jni/
pretty2.cpp 3 // in initializers at global scope
  /ndk/tests/device/test-stlport_static-exception/jni/
pretty2.cpp 3 // in initializers at global scope
  /external/llvm/include/llvm/IR/
GlobalVariable.h 16 // area. Global Constants are required to have initializers.
50 // initializers are run?
115 // marker may change at runtime before C++ initializers are evaluated.
123 // It's not safe to modify initializers of global variables with weak
128 // have different initializers, breaking the One Definition Rule.
130 // It is not safe to modify initializers of global variables with the
132 // before C++ initializers are evaluated.
192 /// replace constant initializers.
  /external/ipsec-tools/
Android.mk 67 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers
83 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers
  /external/chromium/net/base/
net_module.h 14 // Defines global initializers and associated methods for the net module.
  /external/clang/test/CXX/class/class.mem/
p2.cpp 8 // exception-specifications, and brace-or-equal-initializers for
  /external/clang/test/Rewriter/
rewrite-modern-block.mm 39 // with initializers.
  /external/clang/test/Sema/
missing-field-initializers.c 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wmissing-field-initializers %s
  /external/clang/test/SemaTemplate/
instantiate-anonymous-union.cpp 52 // instantiates implicit initializers.
  /external/llvm/test/Feature/
constpointer.ll 6 ; constant pointer initializers. This is tricky because they can be forward
  /external/llvm/test/Integer/
constpointer_bt.ll 6 ; constant pointer initializers. This is tricky because they can be forward
  /external/webkit/Tools/Scripts/
check-for-global-initializers 29 # "check-for-global-initializers" script for WebKit Open Source Project
32 # any global initializers in a target.
99 # Special cases for files that have initializers in debug builds.
135 print "ERROR: $shortName has one or more global initializers in it! ($file), near @globals\n";

Completed in 1815 milliseconds

1 2 3 4 5 6 7 8 91011>>