Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dinstructions-aarch32.h1272 enum InterruptFlagsType { enum
1283 InterruptFlagsType type_;
1286 InterruptFlags(InterruptFlagsType type) // NOLINT(runtime/explicit) in InterruptFlags()
1289 : type_(static_cast<InterruptFlagsType>(type)) { in InterruptFlags()
1292 InterruptFlagsType GetType() const { return type_; } in GetType()