Home
last modified time | relevance | path

Searched refs:uninitialized (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/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 …]
/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
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
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
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
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
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
D024-shaderout.vert.expected1 0:11(12): warning: `fooOut' used uninitialized
2 0:12(11): warning: `undefined' used uninitialized
D025-function-parameters.vert.expected1 0:14(6): warning: `undefinedFloat' used uninitialized
2 0:14(31): warning: `undefinedFloat2' used uninitialized
/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/tests/baselines/reference/
DprivateNameFieldInitializer.symbols8 #uninitialized;
9 >#uninitialized : Symbol(A.#uninitialized, Decl(privateNameFieldInitializer.ts, 1, 16))
DprivateNameStaticFieldInitializer(target=es2022).symbols8 static #uninitialized;
9 >#uninitialized : Symbol(A.#uninitialized, Decl(privateNameStaticFieldInitializer.ts, 1, 23))
DprivateNameStaticFieldInitializer(target=es2015).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))
DprivateNameStaticFieldInitializer(target=esnext).js4 static #uninitialized; field in A
11 static #uninitialized; field in A
DprivateNameStaticFieldInitializer(target=es2022).js4 static #uninitialized; field in A
11 static #uninitialized; field in A
DprivateNameFieldInitializer.types9 #uninitialized;
10 >#uninitialized : any
DprivateNameStaticFieldInitializer(target=es2022).types9 static #uninitialized;
10 >#uninitialized : any
DprivateNameStaticFieldInitializer(target=esnext).types9 static #uninitialized;
10 >#uninitialized : any
DprivateNameStaticFieldInitializer(target=es2015).types9 static #uninitialized;
10 >#uninitialized : any
/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.
79 ### Operations on uninitialized iterators
81 Any operation on uninitialized iterators (i.e., iterators that are not associated with any JSON val…

12345678910>>...16