Searched refs:NCharacter (Results 1 – 5 of 5) sorted by relevance
18 int NCharacter = CCharacter; in SimpleVarDeclaration() local21 return NCharacter; in SimpleVarDeclaration()26 int NCharacter; in SimpleAssignment() local27 NCharacter = CCharacter; in SimpleAssignment()30 return NCharacter; in SimpleAssignment()35 int NCharacter; in CStyleCast() local36 NCharacter = (int)CCharacter; in CStyleCast()39 return NCharacter; in CStyleCast()44 int NCharacter; in StaticCast() local45 NCharacter = static_cast<int>(CCharacter); in StaticCast()[all …]
12 int NCharacter; in SimpleAssignment() local13 NCharacter = CCharacter; in SimpleAssignment()16 return NCharacter; in SimpleAssignment()23 int NCharacter = CCharacter; in TypedefNotInIgnorableList() local26 return NCharacter; in TypedefNotInIgnorableList()36 int NCharacter = CCharacter; in OneIgnorableTypedef() local38 return NCharacter; in OneIgnorableTypedef()45 int NCharacter = CCharacter; in OtherIgnorableTypedef() local47 return NCharacter; in OtherIgnorableTypedef()70 int NCharacter = *param; in DereferenceWithTypdef() local[all …]
6 int NCharacter; in SignedChar() local7 NCharacter = CCharacter; in SignedChar()10 return NCharacter; in SignedChar()15 int NCharacter = CCharacter; // no warning in PlainChar() local16 return NCharacter; in PlainChar()
5 int NCharacter = CCharacter; in PlainChar() local8 return NCharacter; in PlainChar()
6 int NCharacter = CCharacter; in SimpleVarDeclaration() local9 return NCharacter; in SimpleVarDeclaration()