Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11175 enum ConstantValueKind { in classifyConstantValue() enum
11181 return BL->getValue() ? ConstantValueKind::LiteralTrue in classifyConstantValue()
11182 : ConstantValueKind::LiteralFalse; in classifyConstantValue()
11183 return ConstantValueKind::Miscellaneous; in classifyConstantValue()