Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp10094 enum ConstantValueKind { in classifyConstantValue() enum
10100 return BL->getValue() ? ConstantValueKind::LiteralTrue in classifyConstantValue()
10101 : ConstantValueKind::LiteralFalse; in classifyConstantValue()
10102 return ConstantValueKind::Miscellaneous; in classifyConstantValue()