Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-signed-char-misuse.cpp18 int NCharacter = CCharacter; in SimpleVarDeclaration() local
21 return NCharacter; in SimpleVarDeclaration()
26 int NCharacter; in SimpleAssignment() local
27 NCharacter = CCharacter; in SimpleAssignment()
30 return NCharacter; in SimpleAssignment()
35 int NCharacter; in CStyleCast() local
36 NCharacter = (int)CCharacter; in CStyleCast()
39 return NCharacter; in CStyleCast()
44 int NCharacter; in StaticCast() local
45 NCharacter = static_cast<int>(CCharacter); in StaticCast()
[all …]
Dbugprone-signed-char-misuse-with-option.cpp12 int NCharacter; in SimpleAssignment() local
13 NCharacter = CCharacter; in SimpleAssignment()
16 return NCharacter; in SimpleAssignment()
23 int NCharacter = CCharacter; in TypedefNotInIgnorableList() local
26 return NCharacter; in TypedefNotInIgnorableList()
36 int NCharacter = CCharacter; in OneIgnorableTypedef() local
38 return NCharacter; in OneIgnorableTypedef()
45 int NCharacter = CCharacter; in OtherIgnorableTypedef() local
47 return NCharacter; in OtherIgnorableTypedef()
70 int NCharacter = *param; in DereferenceWithTypdef() local
[all …]
Dbugprone-signed-char-misuse-funsigned-char.cpp6 int NCharacter; in SignedChar() local
7 NCharacter = CCharacter; in SignedChar()
10 return NCharacter; in SignedChar()
15 int NCharacter = CCharacter; // no warning in PlainChar() local
16 return NCharacter; in PlainChar()
Dbugprone-signed-char-misuse-fsigned-char.cpp5 int NCharacter = CCharacter; in PlainChar() local
8 return NCharacter; in PlainChar()
Dcert-str34-c.cpp6 int NCharacter = CCharacter; in SimpleVarDeclaration() local
9 return NCharacter; in SimpleVarDeclaration()