Home
last modified time | relevance | path

Searched refs:_self (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRTypeConstraints.td19 class CIR_IsTypePred<code type> : CPred<"::mlir::isa<" # type # ">($_self)">;
25 : SubstLeaves<"$_self", "::mlir::cast<" # type # ">($_self)", pred>;
59 CPred<"$_self.isUnsigned()">], "unsigned integer type">;
62 CPred<"$_self.isSigned()">], "signed integer type">;
64 class CIR_HasWidthPred<int width> : CPred<"$_self.getWidth() == " # width>;
67 : CPred<"::cir::isValidFundamentalIntWidth($_self.getWidth())">;
175 class CIR_IsPtrToPred<code type> : CPred<"$_self.isPtrTo<" # type # ">()">;
183 : CPred<"$_self.isPtrToPtrTo<" # type # ">()">;
190 class CIR_PointeePred<Pred pred> : SubstLeaves<"$_self",
191 "::mlir::cast<::cir::PointerType>($_self).getPointee()", pred>;
[all …]
H A DCIRAttrConstraints.td18 class CIR_IsAttrPred<code attr> : CPred<"::mlir::isa<" # attr # ">($_self)">;
H A DCIROps.td305 !subst("$_self", "$" # lhsArg # ".getType()", transform) #
315 "cast<PointerType>($_self).getPointee()">,
380 "cast<PointerType>($_self).getPointee()">,
426 "cast<PointerType>($_self).getPointee()">,
2234 "cast<VectorType>($_self).getElementType()">,
2270 "result", "cast<VectorType>($_self).getElementType()">]> {
2456 "value", "cast<VectorType>($_self).getElementType()">]> {
H A DCIRTypes.td629 CPred<"::mlir::isa<::cir::RecordType>($_self)">, "CIR record type">;
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py228 def _f(_self, *args, **kwargs): argument
229 if check_method(_self):
230 return _self.skipTest(message)
232 return f(_self, *args, **kwargs)
240 lambda _self: _self.__class__.pool.isPoolFeatureAvailable(feature),
246 lambda _self: not _self.__class__.pool.isPoolFeatureEnabled(feature),
/freebsd/crypto/libecc/
H A DREADME.md207 * **ec\_self\_tests**: the self tests for signature/verification algorithm of ISO 14888-3