Searched refs:IsEmpty (Results 1 – 14 of 14) sorted by relevance
108 if universe.IsEmpty() {143 if !match.IsEmpty() {163 if !cs.IsEmpty() {176 if pure && !cs.IsEmpty() {186 if pure && !cs.IsEmpty() {216 if universe.IsEmpty() {227 if !cs.IsEmpty() {
462 if !actual.IsEmpty() {469 if actual.IsEmpty() {562 if !actual.IsEmpty() {572 if actual.IsEmpty() {605 if !actual.Difference(expected).IsEmpty() {
202 if !dcs.IsEmpty() && alreadyWalked {203 if dcs.Difference(depcs).IsEmpty() {
182 func (cs LicenseConditionSet) IsEmpty() bool { func
141 if cs.IsEmpty() {424 if cs.IsEmpty() {
179 if srcs.IsEmpty() {
174 if presolution[p].IsEmpty() {
179 if compilerAttrs.asSrcs.IsEmpty() {
192 if !partitionedSrcs[protoSrcPartition].IsEmpty() {407 if lla.IsEmpty() {
303 …if compilerAttrs.asSrcs.IsEmpty() && sharedAttrs.Srcs_as.IsEmpty() && staticAttrs.Srcs_as.IsEmpty(…2472 if compilerAttrs.asSrcs.IsEmpty() {
951 if cs.IsEmpty() && len(conditionName) != 0 {960 if !cs.IsEmpty() {
1459 if !commonAttrs.Srcs.IsEmpty() {1461 } else if !deps.IsEmpty() || !depLabels.StaticDeps.IsEmpty() {
2222 if !srcPartitions[logtagSrcPartition].IsEmpty() {2293 if !commonAttrs.Srcs.IsEmpty() {2301 } else if !depLabels.Deps.IsEmpty() {2338 if commonAttrs.Srcs.IsEmpty() {
744 func (lla LabelListAttribute) IsEmpty() bool { func