Home
last modified time | relevance | path

Searched full:uninitialized (Results 1 – 25 of 1285) sorted by relevance

12345678910>>...52

/third_party/node/deps/v8/src/objects/
Djs-regexp-inl.h102 Smi uninitialized = Smi::FromInt(kUninitializedValue); in HasCompiledCode() local
105 DataAt(kIrregexpLatin1CodeIndex) == uninitialized); in HasCompiledCode()
107 DataAt(kIrregexpUC16CodeIndex) == uninitialized); in HasCompiledCode()
109 DataAt(kIrregexpLatin1BytecodeIndex) == uninitialized); in HasCompiledCode()
111 DataAt(kIrregexpUC16BytecodeIndex) == uninitialized); in HasCompiledCode()
113 return (DataAt(kIrregexpLatin1CodeIndex) != uninitialized || in HasCompiledCode()
114 DataAt(kIrregexpUC16CodeIndex) != uninitialized); in HasCompiledCode()
119 Smi uninitialized = Smi::FromInt(kUninitializedValue); in DiscardCompiledCodeForSerialization() local
120 SetDataAt(kIrregexpLatin1CodeIndex, uninitialized); in DiscardCompiledCodeForSerialization()
121 SetDataAt(kIrregexpUC16CodeIndex, uninitialized); in DiscardCompiledCodeForSerialization()
[all …]
Dsmi.h101 // indicate that a field is uninitialized, but an uninitialized field should
104 // This _has_ to be kNullAddress, so that an uninitialized field value read as
109 // uninitialized pointer value.
/third_party/mesa3d/src/compiler/glsl/tests/warnings/
D030-array-as-function-parameter.vert.expected1 0:11(20): warning: `undefinedIndex' used uninitialized
2 0:11(51): warning: `undefinedIndex' used uninitialized
3 0:11(82): warning: `undefinedIndex' used uninitialized
4 0:11(6): warning: `willBeDefined' used uninitialized
5 0:14(20): warning: `undefinedIndex' used uninitialized
6 0:14(51): warning: `undefinedIndex' used uninitialized
7 0:14(82): warning: `undefinedIndex' used uninitialized
D028-conditional.vert.expected1 0:11(34): warning: `undefinedInt' used uninitialized
2 0:12(21): warning: `undefinedInt' used uninitialized
3 0:14(11): warning: `undefined' used uninitialized
4 0:14(36): warning: `undefinedInt' used uninitialized
5 0:15(11): warning: `undefined' used uninitialized
6 0:15(23): warning: `undefinedInt' used uninitialized
D019-array.vert.expected1 0:13(17): warning: `undefinedIndex' used uninitialized
2 0:17(17): warning: `undefinedIndex' used uninitialized
3 0:17(32): warning: `undefinedIndex2' used uninitialized
4 0:21(8): warning: `undefinedIndex2' used uninitialized
5 0:21(33): warning: `undefinedIndex' used uninitialized
D002-loop.vert.expected1 0:11(18): warning: `undefined' used uninitialized
2 0:15(9): warning: `undefined' used uninitialized
3 0:15(21): warning: `undefined2' used uninitialized
D021-lshift.vert.expected1 0:9(6): warning: `undefined' used uninitialized
2 0:17(6): warning: `undefined' used uninitialized
3 0:21(17): warning: `undefined' used uninitialized
D018-bitand.vert.expected1 0:9(7): warning: `undefined' used uninitialized
2 0:17(7): warning: `undefined' used uninitialized
3 0:21(17): warning: `undefined' used uninitialized
D023-switch.vert.expected1 0:10(9): warning: `undefined' used uninitialized
2 0:16(13): warning: `undefined' used uninitialized
3 0:25(13): warning: `undefined' used uninitialized
D007-test-mod.vert.expected1 0:9(6): warning: `undefined' used uninitialized
2 0:17(6): warning: `undefined' used uninitialized
3 0:21(16): warning: `undefined' used uninitialized
D022-rshift.vert.expected1 0:9(6): warning: `undefined' used uninitialized
2 0:17(6): warning: `undefined' used uninitialized
3 0:21(17): warning: `undefined' used uninitialized
D024-shaderout.vert.expected1 0:11(12): warning: `fooOut' used uninitialized
2 0:12(11): warning: `undefined' used uninitialized
/third_party/json/docs/mkdocs/docs/features/
Dassertions.md52 ### Constructing from an uninitialized iterator range
55 uninitialized iterator is undefined behavior and yields a runtime assertion.
57 ??? example "Example 2: Uninitialized iterator range"
79 ### Operations on uninitialized iterators
81 Any operation on uninitialized iterators (i.e., iterators that are not associated with any JSON val…
84 ??? example "Example 3: Uninitialized iterator"
111 ??? example "Example 4: Uninitialized iterator"
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dtransform-op.rs61 let mut s: Self = ::std::mem::uninitialized(); in default()
94 let mut s: Self = ::std::mem::uninitialized(); in default()
110 let mut s: Self = ::std::mem::uninitialized(); in default()
126 let mut s: Self = ::std::mem::uninitialized(); in default()
140 let mut s: Self = ::std::mem::uninitialized(); in default()
169 let mut s: Self = ::std::mem::uninitialized(); in default()
184 let mut s: Self = ::std::mem::uninitialized(); in default()
199 let mut s: Self = ::std::mem::uninitialized(); in default()
217 let mut s: Self = ::std::mem::uninitialized(); in default()
Dconstructors_1_33.rs42 let mut __bindgen_tmp = ::std::mem::uninitialized(); in new()
48 let mut __bindgen_tmp = ::std::mem::uninitialized(); in new1()
78 let mut __bindgen_tmp = ::std::mem::uninitialized(); in new()
/third_party/typescript/src/compiler/
Dtransformer.ts21 Uninitialized, enumerator
173 let state = TransformationState.Uninitialized;
336 …Debug.assert(state > TransformationState.Uninitialized, "Cannot modify the lexical environment dur…
354 …Debug.assert(state > TransformationState.Uninitialized, "Cannot modify the lexical environment dur…
369 …Debug.assert(state > TransformationState.Uninitialized, "Cannot modify the lexical environment dur…
385 …Debug.assert(state > TransformationState.Uninitialized, "Cannot modify the lexical environment dur…
406 …Debug.assert(state > TransformationState.Uninitialized, "Cannot modify the lexical environment dur…
414 …Debug.assert(state > TransformationState.Uninitialized, "Cannot modify the lexical environment dur…
425 …Debug.assert(state > TransformationState.Uninitialized, "Cannot modify the lexical environment dur…
492 …Debug.assert(state > TransformationState.Uninitialized, "Cannot start a block scope during initial…
[all …]
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DState.cs10 internal int runningState = Org.Brotli.Dec.RunningState.Uninitialized;
136 /// <param name="state">uninitialized state without associated input</param>
140 if (state.runningState != Org.Brotli.Dec.RunningState.Uninitialized) in SetInput()
142 throw new System.InvalidOperationException("State MUST be uninitialized"); in SetInput()
159 if (state.runningState == Org.Brotli.Dec.RunningState.Uninitialized) in Close()
/third_party/typescript/tests/baselines/reference/
DprivateNameFieldInitializer.symbols8 #uninitialized;
9 >#uninitialized : Symbol(A.#uninitialized, Decl(privateNameFieldInitializer.ts, 1, 16))
DprivateNameStaticFieldInitializer(target=es2015).symbols8 static #uninitialized;
9 >#uninitialized : Symbol(A.#uninitialized, Decl(privateNameStaticFieldInitializer.ts, 1, 23))
DprivateNameStaticFieldInitializer(target=es2022).symbols8 static #uninitialized;
9 >#uninitialized : Symbol(A.#uninitialized, Decl(privateNameStaticFieldInitializer.ts, 1, 23))
DprivateNameStaticFieldInitializer(target=esnext).symbols8 static #uninitialized;
9 >#uninitialized : Symbol(A.#uninitialized, Decl(privateNameStaticFieldInitializer.ts, 1, 23))
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprioceiling/
D3-1.c19 * uninitialized pthread_mutexattr_t object.
35 /* Get the prioceiling of an uninitialized mutex attr. */ in main()
38 …("Test PASSED: *Note: Returned 0 instead of EINVAL when passed an uninitialized mutex attribute ob… in main()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_cl_utils.cpp31 Uninitialized, in InitBackEnds() enumerator
35 static State sState = State::Uninitialized; in InitBackEnds()
48 if (sState != State::Uninitialized) in InitBackEnds()
/third_party/mbedtls/include/mbedtls/
Dlms.h125 * UNINITIALIZED -> INIT [label="init"];
151 * UNINITIALIZED -> INIT [label="init"];
194 * UNINITIALIZED -> INIT [label="init"];
222 * UNINITIALIZED -> INIT [label="init"];
250 * \param ctx The uninitialized LMS context that will then be
259 * uninitialized.
340 * \param ctx The uninitialized LMS private context that will
348 * be uninitialized.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DThreading.h69 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator
74 #define LLVM_DEFINE_ONCE_FLAG(flag) static once_flag flag = Uninitialized
98 sys::cas_flag old_val = sys::CompareAndSwap(&flag, Wait, Uninitialized); in call_once()
99 if (old_val == Uninitialized) { in call_once()

12345678910>>...52