Home
last modified time | relevance | path

Searched defs:IsReserved (Results 1 – 5 of 5) sorted by relevance

/external/openthread/src/core/net/
Dip6_address.cpp171 bool InterfaceIdentifier::IsReserved(void) const in IsReserved() function in ot::Ip6::InterfaceIdentifier
/external/llvm/lib/MC/
DELFObjectWriter.cpp468 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp277 bool IsReserved = false; in computeRegUnitRange() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp536 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() local
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc88 bool IsReserved(const std::string& ident) { in IsReserved() function