HomeSort by relevance Sort by last modified time
    Searched full:initialization (Results 26 - 50 of 5500) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/platform_Pkcs11InitOnLogin/
control 7 PURPOSE = "Tests PKCS#11 initialization on login"
8 CRITERIA = "Fails if initialization fails during login."
17 This tests if initialization of a user PKCS #11 token succeeds during login. It
  /external/clang/test/SemaCXX/
ref-init-ambiguous.cpp 17 const E2 &e2 = c; // expected-error {{reference initialization of type 'const E2 &' with initializer of type 'C' is ambiguous}}
23 foo(c); // expected-error {{reference initialization of type 'const E2 &' with initializer of type 'C' is ambiguous}}
25 return c; // expected-error {{reference initialization of type 'const E2 &' with initializer of type 'C' is ambiguous}}
uninitialized.cpp 23 int a = a; // no-warning: used to signal intended lack of initialization.
24 int b = b + 1; // expected-warning {{variable 'b' is uninitialized when used within its own initialization}}
25 int c = (c + c); // expected-warning 2 {{variable 'c' is uninitialized when used within its own initialization}}
26 int e = static_cast<long>(e) + 1; // expected-warning {{variable 'e' is uninitialized when used within its own initialization}}
27 int f = foo(f); // expected-warning {{variable 'f' is uninitialized when used within its own initialization}}
37 int l = k ? l : l; // expected-warning 2{{variable 'l' is uninitialized when used within its own initialization}}
38 int m = 1 + (k ? m : m); // expected-warning 2{{variable 'm' is uninitialized when used within its own initialization}}
39 int n = -n; // expected-warning {{variable 'n' is uninitialized when used within its own initialization}}
40 int o = std::move(o); // expected-warning {{variable 'o' is uninitialized when used within its own initialization}}
41 const int p = std::move(p); // expected-warning {{variable 'p' is uninitialized when used within its own initialization}}
    [all...]
  /external/clang/test/CodeGenCXX/
ms-integer-static-data-members.cpp 35 // No initialization.
38 // Inline initialization, no real definiton, not referenced.
41 // Inline initialization, no real definiton, referenced.
44 // Inline initialization, real definiton, not referenced.
47 // Inline initialization, real definiton, referenced.
50 // Out-of-line initialization.
apple-kext-guard-variable.cpp 8 static int x = foo(); // expected-error {{this initialization requires a guard variable, which the kernel does not support}}
  /external/compiler-rt/test/asan/TestCases/
initialization-bug.cc 1 // Test to make sure basic initialization order errors are caught.
3 // RUN: %clangxx_asan -O0 %s %p/Helpers/initialization-bug-extra2.cc -o %t-INIT-ORDER-EXE
17 // Thus we shoud stably report initialization order fiasco independently of
27 // result is undefined behavior, which should be caught by initialization order
32 // CHECK: {{AddressSanitizer: initialization-order-fiasco}}
39 // This initializer begins our initialization order problems.
  /external/clang/test/CXX/class/class.static/class.static.data/
p4.cpp 13 static const int i = 0; // expected-note{{previous initialization is here}}
18 static const int i = 0; // expected-note{{previous initialization is here}}
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug223.go 7 // check that initialization loop is diagnosed
21 var m = map[string]F{"f": f} // ERROR "initialization loop|depends upon itself"
issue4847.go 7 // Issue 4847: initialization loop is not detected.
22 var matchAny = matcher(matchList) // ERROR "initialization loop|depends upon itself"
bug413.go 11 var i = func() int {a := f(i); return a}() // ERROR "initialization loop|depends upon itself"
issue6703a.go 16 var x = fx // ERROR "initialization loop|depends upon itself"
issue6703b.go 16 var x = fx() // ERROR "initialization loop|depends upon itself"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug223.go 7 // check that initialization loop is diagnosed
21 var m = map[string]F{"f": f} // ERROR "initialization loop|depends upon itself"
issue4847.go 7 // Issue 4847: initialization loop is not detected.
22 var matchAny = matcher(matchList) // ERROR "initialization loop|depends upon itself"
bug413.go 11 var i = func() int {a := f(i); return a}() // ERROR "initialization loop|depends upon itself"
issue6703a.go 16 var x = fx // ERROR "initialization loop|depends upon itself"
issue6703b.go 16 var x = fx() // ERROR "initialization loop|depends upon itself"
  /external/clang/test/Analysis/
complex-init-list.cpp 4 // Do not crash on initialization to complex numbers.
  /external/clang/test/CXX/class/class.union/
p8.cpp 4 int x = 0; // expected-note {{previous initialization is here}}
  /external/clang/test/PCH/
thread-local.cpp 13 _Thread_local int a; // expected-error {{thread-local declaration of 'a' with static initialization follows declaration with dynamic initialization}}
15 thread_local int b; // expected-error {{thread-local declaration of 'b' with dynamic initialization follows declaration with static initialization}}
  /ndk/sources/cxx-stl/stlport/src/
aligned_buffer.h 5 // this is for fake initialization
  /system/core/adb/
mutex_list.h 4 * and once in win32 to actually do the runtime initialization.
  /system/extras/tests/net_test/
ping6_test.sh 3 # Minimal network initialization.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-badm.d 6 #error: invalid mmo file: initialization value for .255 is not `Main'
b-post1.s 2 % correspond to a LOP_POST for an initialization of $255 with 4. A

Completed in 829 milliseconds

12 3 4 5 6 7 8 91011>>