Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Doperand.go33 nilvalue // operand is the nil value - only used by types2 const
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Doperand.go29 nilvalue // operand is the nil value - only used by types2 const
/aosp_15_r20/external/lua/src/
H A Dlstate.h260 TValue nilvalue; /* a nil value */ member