Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DVariablesTest.cpp1 typedef int IntTypedef; typedef
2 IntTypedef g_IntVar; // Testing globals.
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dtypedefs.cpp27 using IntTypedef = int; typedef
46 IntTypedef *X4; in main()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp43 const auto IntTypedef = qualType(hasDeclaration(typedefDecl( in charCastExpression() local
49 qualType(isAnyCharacter(), isSignedInteger(), unless(IntTypedef)))); in charCastExpression()
52 isAnyCharacter(), unless(isSignedInteger()), unless(IntTypedef)))); in charCastExpression()
/llvm-project-15.0.7/lld/test/COFF/
H A Ds_udt.s26 # CHECK: {{.*}} | S_UDT [size = 20] `IntTypedef`
45 # using IntTypedef = int;
49 # IntTypedef I;