Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp12969 enum ConstantValueKind { in classifyConstantValue() enum
12975 return BL->getValue() ? ConstantValueKind::LiteralTrue in classifyConstantValue()
12976 : ConstantValueKind::LiteralFalse; in classifyConstantValue()
12977 return ConstantValueKind::Miscellaneous; in classifyConstantValue()