Searched defs:SizeOfConstVal (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp5451 enum ConstantValue { LT_Zero, Zero, One, GT_One, SizeOfConstVal }; enumerator in enum:__anon17209::ConstantValue
5455 CompareBoolWithConstantResult BO_LT_OP[SizeOfConstSides][SizeOfConstVal];
5456 CompareBoolWithConstantResult BO_GT_OP[SizeOfConstSides][SizeOfConstVal];
5457 CompareBoolWithConstantResult BO_LE_OP[SizeOfConstSides][SizeOfConstVal];
5458 CompareBoolWithConstantResult BO_GE_OP[SizeOfConstSides][SizeOfConstVal];
5459 CompareBoolWithConstantResult BO_EQ_OP[SizeOfConstSides][SizeOfConstVal];
5460 CompareBoolWithConstantResult BO_NE_OP[SizeOfConstSides][SizeOfConstVal];

Completed in 64 milliseconds