Home
last modified time | relevance | path

Searched refs:RawValue (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h70 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() argument
71 return (llvm::APSInt(BitWidth, IsUnsigned) = RawValue); in getValue()
/external/v8/src/snapshot/
Dsnapshot.h28 uint32_t& RawValue() { return data_; } in RawValue() function
Dsnapshot-common.cc183 memcpy(data + kMetadataOffset, &metadata.RawValue(), kInt32Size); in CreateSnapshotBlob()
/external/v8/src/arm64/
Dsimulator-arm64.h82 uint32_t RawValue() const {
Dsimulator-arm64.cc3209 case NZCV: set_xreg(instr->Rt(), nzcv().RawValue()); break; in VisitSystem()
3210 case FPCR: set_xreg(instr->Rt(), fpcr().RawValue()); break; in VisitSystem()
/external/vixl/src/vixl/a64/
Dsimulator-a64.cc2333 case NZCV: set_xreg(instr->Rt(), nzcv().RawValue()); break; in VisitSystem()
2334 case FPCR: set_xreg(instr->Rt(), fpcr().RawValue()); break; in VisitSystem()
Dsimulator-a64.h575 uint32_t RawValue() const { in RawValue() function