Home
last modified time | relevance | path

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

/external/python/apitools/apitools/base/protorpclite/
Dtest_util.py277 class HasDefault(messages.Message): class
554 self.EncodeDecode(self.encoded_empty_message, HasDefault())
558 message = HasDefault()
560 message.a_value = HasDefault.a_value.default
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInfoByHwMode.h50 bool HasDefault = U.count(DefaultMode); in union_modes() local
54 if (HasDefault) in union_modes()
DCodeGenDAGPatterns.cpp4176 bool HasDefault = Modes.count(DefaultMode); in ExpandHwModeBasedTypes() local
4177 if (HasDefault) in ExpandHwModeBasedTypes()
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dproperties.go146 HasDefault bool // whether an explicit default was provided member
186 if p.HasDefault {
250 p.HasDefault = true
Dlib.go792 if !prop.HasDefault {
/external/golang-protobuf/proto/
Dproperties.go146 HasDefault bool // whether an explicit default was provided member
186 if p.HasDefault {
250 p.HasDefault = true
Dlib.go830 if !prop.HasDefault {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4273 bool HasDefault = in TurnSwitchRangeIntoICmp() local
4277 BasicBlock *DestA = HasDefault ? SI->getDefaultDest() : nullptr; in TurnSwitchRangeIntoICmp()
4304 assert(!CasesA.empty() || HasDefault); in TurnSwitchRangeIntoICmp()
4412 bool HasDefault = in eliminateDeadSwitchCases() local
4417 if (HasDefault && DeadCases.empty() && in eliminateDeadSwitchCases()
/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()