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.cpp9936 enum ConstantValueKind { in classifyConstantValue() enum
9942 return BL->getValue() ? ConstantValueKind::LiteralTrue in classifyConstantValue()
9943 : ConstantValueKind::LiteralFalse; in classifyConstantValue()
9944 return ConstantValueKind::Miscellaneous; in classifyConstantValue()