Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dinstructions-aarch32.h1270 enum InterruptFlagsType { enum
1281 InterruptFlagsType type_;
1284 InterruptFlags(InterruptFlagsType type) // NOLINT(runtime/explicit) in InterruptFlags()
1287 : type_(static_cast<InterruptFlagsType>(type)) { in InterruptFlags()
1290 InterruptFlagsType GetType() const { return type_; } in GetType()