Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/go/build/constraint/
Dexpr.go58 type NotExpr struct { struct
59 X Expr
62 func (x *NotExpr) isExpr() {}
64 func (x *NotExpr) Eval(ok func(tag string) bool) bool {
68 func (x *NotExpr) String() string {