Home
last modified time | relevance | path

Searched defs:N1 (Results 1 – 25 of 58) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringSwitch.h107 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
114 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
121 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
129 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
138 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
148 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
158 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
169 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
180 StringSwitch &Cases(const char (&S0)[N0], const char (&S1)[N1], in Cases()
218 CasesLower(const char (&S0)[N0], const char (&S1)[N1], const T &Value) { in CasesLower()
[all …]
/third_party/typescript/tests/baselines/reference/
DmoduleAugmentationDisallowedExtensions.js56 var N1; variable
57 (function (N1) { argument
DnumericEnumMappedType.js57 var N1; variable
58 (function (N1) { argument
DthisTypeErrors.js81 var N1; variable
82 (function (N1) { argument
DinstantiateContextualTypes.js201 var N1; variable
202 (function (N1) { argument
/third_party/typescript/tests/cases/fourslash/
DrenameImportOfExportEquals.ts18 const [N0Def, N0, x0Def, x0, N1Def, N1, a0Def, a0, a1Def, a1, b0Def, b0, b1, x1] = test.ranges(); constant
19 const nRanges = [N0, N1]; constant
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/import_alias_declarations/
Dimport_alias_declarations_1.ts26 namespace N1 { namespace
/third_party/musl/libc-test/src/functionalext/supplement/string/
Dstrrchr.c34 #define N1(no, str) \ macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Ddefault-macro-constant-type.rs9 pub const N1: u32 = 1; constant
Dfit-macro-constant-types-signed.rs9 pub const N1: i8 = 1; constant
Ddefault-macro-constant-type-signed.rs9 pub const N1: i32 = 1; constant
Dfit-macro-constant-types.rs9 pub const N1: u8 = 1; constant
Ddefault-macro-constant-type-unsigned.rs9 pub const N1: u32 = 1; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp844 SDValue N0, N1, N2; in isOneUseSetCC() local
892 SDValue N1) { in reassociationCanBreakAddressingModePattern()
948 SDValue N0, SDValue N1) { in reassociateOpsCommutative()
979 SDValue N1, SDNodeFlags Flags) { in reassociateOps()
1206 SDValue N1 = Op.getOperand(1); in PromoteIntBinOp() local
1268 SDValue N1 = Op.getOperand(1); in PromoteIntShiftOp() local
1683 SDValue N1 = N->getOperand(1); in combine() local
2084 SDValue N1 = N->getOperand(1); in visitADDLike() local
2302 SDValue N1 = N->getOperand(1); in visitADD() local
2326 SDValue N1 = N->getOperand(1); in visitADDSAT() local
[all …]
/third_party/typescript/tests/cases/compiler/
DmoduleAugmentationDisallowedExtensions.ts8 namespace N1 { namespace
DinstantiateContextualTypes.ts88 namespace N1 { namespace
/third_party/typescript/tests/cases/conformance/types/thisType/
DthisTypeErrors.ts34 namespace N1 { namespace
/third_party/node/deps/icu-small/source/common/
Dulocale.cpp39 #define IMPL_ULOCALE_STRING_GETTER(N1, N2) \ argument
/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/
DautoAccessorDisallowedModifiers.ts30 accessor namespace N1 {} namespace
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Ddefault-macro-constant-type.h5 #define N1 1ULL macro
/third_party/ffmpeg/libavfilter/
Dvf_xbr.c93 … N0, N1, N2, N3) do { \ argument
127 … N0, N1, N2, N3, N4, N5, N6, N7, N8) do { \ argument
169 … N15, N14, N11, N3, N7, N10, N13, N12, N9, N6, N2, N1, N5, N8, N4, N0) do { \ argument
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReductionStrict.ts17 type N1 = 'a' & 'b'; alias
DintersectionReduction.ts17 type N1 = 'a' & 'b'; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp3384 SDValue N1 = Node->getOperand(1); in matchBitExtract() local
3520 SDValue N1 = Node->getOperand(1); in matchBEXTRFromAndImm() local
3639 SDValue N1 = Node->getOperand(1); in emitPCMPISTR() local
3794 SDValue N1 = N->getOperand(1); in tryShrinkShlLogicImm() local
4380 SDValue N1 = N->getOperand(1); in tryMatchBitSelect() local
4548 SDValue N1 = Node->getOperand(1); in Select() local
4597 SDValue N1 = Node->getOperand(1); in Select() local
4694 SDValue N1 = Node->getOperand(1); in Select() local
4772 SDValue N1 = Node->getOperand(1); in Select() local
4863 SDValue N1 = Node->getOperand(1); in Select() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp350 bool MSP430DAGToDAGISel::tryIndexedBinOp(SDNode *Op, SDValue N1, SDValue N2, in tryIndexedBinOp()

123