Home
last modified time | relevance | path

Searched refs:HasDefault (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/proto/
Dproperties.go189 HasDefault bool // whether an explicit default was provided member
246 if p.HasDefault {
324 p.HasDefault = true
Dlib.go774 if !prop.HasDefault {
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3878 bool HasDefault = in TurnSwitchRangeIntoICmp() local
3882 BasicBlock *DestA = HasDefault ? SI->getDefaultDest() : nullptr; in TurnSwitchRangeIntoICmp()
3909 assert(!CasesA.empty() || HasDefault); in TurnSwitchRangeIntoICmp()
4020 bool HasDefault = in EliminateDeadSwitchCases() local
4025 if (HasDefault && DeadCases.empty() && in EliminateDeadSwitchCases()