Searched refs:zero (Results 1 – 3 of 3) sorted by relevance
/build/blueprint/ |
D | provider.go | 48 zero interface{} member 83 zero := reflect.Zero(typ).Interface() 88 zero: zero, 183 return provider.zero, false
|
/build/make/core/clang/ |
D | config.mk | 13 integer-divide-by-zero \
|
/build/make/common/ |
D | math.mk | 274 $(if $(filter 0,$(2)),$(call math-error,division by zero is not allowed!),$(strip \ 283 $(call math-expect-error,(call int_divide,0,0),division by zero is not allowed!) 284 $(call math-expect-error,(call int_divide,1,0),division by zero is not allowed!)
|