Home
last modified time | relevance | path

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

/external/v8/src/
Dflags.cc31 enum FlagType { TYPE_BOOL, TYPE_MAYBE_BOOL, TYPE_INT, TYPE_FLOAT, enum
34 FlagType type_; // What type of flag, bool, int, or string.
41 FlagType type() const { return type_; } in type()
170 static const char* Type2String(Flag::FlagType type) { in Type2String()
/external/lldb/include/lldb/Expression/
DClangExpressionVariable.h265 typedef uint16_t FlagType; typedef
267 FlagType m_flags; // takes elements of Flags
/external/clang/lib/Sema/
DSemaStmt.cpp701 bool FlagType = ED->hasAttr<FlagEnumAttr>(); in ShouldDiagnoseSwitchCaseNotInEnum() local
714 if (FlagType) { in ShouldDiagnoseSwitchCaseNotInEnum()