Home
last modified time | relevance | path

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

/external/v8/src/
Dallocation.h166 bool IsReserved() const { return address_ != kNullAddress; } in IsReserved() function
/external/llvm/lib/MC/
DELFObjectWriter.cpp468 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp521 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveIntervals.cpp273 bool IsReserved = false; in computeRegUnitRange() local
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp248 bool IsReserved = Data.isCommon() || Data.getSymbol().isAbsolute() || in WriteSymbol() local
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc136 bool IsReserved(const string& ident) { in IsReserved() function