Home
last modified time | relevance | path

Searched defs:Selector (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dselector.js10 var Selector = /*#__PURE__*/function (_Container) { class
12 function Selector(opts) { class in Selector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.h120 static bool isFilterEHSelector(int Selector) { return Selector < 0; } in isFilterEHSelector()
121 static bool isCleanupEHSelector(int Selector) { return Selector == 0; } in isCleanupEHSelector()
122 static bool isCatchEHSelector(int Selector) { return Selector > 0; } in isCatchEHSelector()
/third_party/typescript/tests/cases/compiler/
DreverseMappedTypeContextualTypeNotCircular.ts1 type Selector<S, R> = (state: S) => R; alias
DtypeAliasDoesntMakeModuleInstantiated.ts3 type Selector = string| string[] |Function; alias
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DSelector.java20 public interface Selector { interface
/third_party/css-what/src/
Dtypes.ts1 export type Selector = alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp342 Instruction *Selector = in prepareEHPad() local
DTargetPassConfig.cpp766 SelectorType Selector; in addCoreISelPasses() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp217 uint64_t Selector = RawMask[i]; in DecodeVPERMIL2PMask() local
DX86ExpandPseudo.cpp86 MachineOperand Selector = JTInst->getOperand(0); in INITIALIZE_PASS() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp749 int Selector = SVI.getMaskValue(I); in visitShuffleVectorInst() local
752 else if (unsigned(Selector) < Op0.size()) in visitShuffleVectorInst() local
/third_party/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp97 enum class Selector : unsigned { enum in skottie::internal::__anon080d4d6f0111::DisplacementNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp867 unsigned Selector = MI->getOperand(3).getImm(); in handleSpecialSwappables() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp534 uint64_t Selector = RawMask[i]; in DecodeVPERMIL2PMask() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h3880 typedef upb_selector_t Selector; typedef