Home
last modified time | relevance | path

Searched defs:isPseudo (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dguards.js35 var isPseudo = isNodeType.bind(null, _types.PSEUDO); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h271 bool isPseudo() const { return Flags & (1ULL << MCID::Pseudo); } in isPseudo() function
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dquery-selector-all.js235 async isPseudo () { method in Results
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.h921 inline bool isPseudo() const { return op < OP_MOV; } in isPseudo() function
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1049 constexpr bool isPseudo() const noexcept { return format == Format::PSEUDO; } in isPseudo() function