Home
last modified time | relevance | path

Searched refs:_B (Results 1 – 25 of 51) sorted by relevance

123

/third_party/skia/third_party/externals/tint/test/identifiers/underscore/prefix/upper/
Dvar.wgsl.expected.spvasm15 OpName %_B "_B"
33 %_B = OpVariable %_ptr_Function_int Function %16
37 OpStore %_B %17
Dfn.wgsl.expected.spvasm14 OpName %_B "_B"
34 %_B = OpFunction %void None %1
Dstruct.wgsl.expected.wgsl6 _B : i32;
11 let d = c._B;
Dstruct.wgsl5 _B : i32;
9 let d = c._B;
Dstruct.wgsl.expected.hlsl7 int _B;
12 const int d = c._B;
Dalias.wgsl4 type _B = _A;
8 var d : _B;
Dalias.wgsl.expected.wgsl7 type _B = _A;
11 var d : _B;
Dstruct.wgsl.expected.msl8 int _B;
13 int const d = c._B;
Dfn.wgsl.expected.wgsl11 fn _B() {
Dfn.wgsl5 fn _B() { _A(); }
Dlet.wgsl.expected.wgsl7 let _B = _A;
Dfn.wgsl.expected.hlsl16 void _B() {
Dlet.wgsl6 let _B = _A;
Dfn.wgsl.expected.msl14 void _B() {
Dvar.wgsl.expected.wgsl7 var _B : i32 = _A;
Dvar.wgsl.expected.hlsl11 int _B = _A;
Dvar.wgsl6 var _B : i32 = _A;
Dvar.wgsl.expected.msl6 int _B = *(tint_symbol_1);
/third_party/typescript/tests/baselines/reference/
DforwardRefInClassProperties.symbols14 static _B = Test._A; // undefined, no error/warning
15 >_B : Symbol(Test._B, Decl(forwardRefInClassProperties.ts, 3, 11))
DforwardRefInClassProperties.js7 static _B = Test._A; // undefined, no error/warning field in Test
28 Test._B = Test._A; // undefined, no error/warning
DforwardRefInClassProperties.types15 static _B = Test._A; // undefined, no error/warning
16 >_B : number
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_os.h70 #define MODULE_GLOBAL(_B) (_B) argument
/third_party/curl/lib/
Dcurl_ctype.c41 #undef _B
42 #define _B (1<<7) /* blank */ macro
49 _S|_B, _P, _P, _P, _P, _P, _P, _P,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DSVEInstrFormats.td280 def _B : sve_int_ptrue<0b00, opc, asm, PPR8, nxv16i1, op>;
286 (!cast<Instruction>(NAME # _B) PPR8:$Pd, 0b11111), 1>;
444 def _B : sve_int_pfirst_next<0b01, opc, asm, PPR8>;
446 def : SVE_2_Op_Pat<nxv16i1, op, nxv16i1, nxv16i1, !cast<Instruction>(NAME # _B)>;
450 def _B : sve_int_pfirst_next<0b00, opc, asm, PPR8>;
455 def : SVE_2_Op_Pat<nxv16i1, op, nxv16i1, nxv16i1, !cast<Instruction>(NAME # _B)>;
491 def _B : sve_int_count_r<0b00, opc, asm, GPR64z, PPR8, GPR64as32>;
497 …(EXTRACT_SUBREG (!cast<Instruction>(NAME # _B) PPRAny:$Pg, (INSERT_SUBREG (IMPLICIT_DEF), $Rn, sub…
499 … (!cast<Instruction>(NAME # _B) PPRAny:$Pg, (INSERT_SUBREG (IMPLICIT_DEF), $Rn, sub_32))>;
519 def _B : sve_int_count_r<0b00, opc, asm, GPR32z, PPR8, GPR32z>;
[all …]
/third_party/typescript/tests/cases/compiler/
DforwardRefInClassProperties.ts6 static _B = Test._A; // undefined, no error/warning property in Test

123