Home
last modified time | relevance | path

Searched defs:IntP (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-pointer.cpp17 int *IntP = nullptr; variable
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeHashingTest.cpp73 TypeIndex IntP(SimpleTypeKind::Int32, SimpleTypeMode::NearPointer); in TEST() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsizeof-expression-any-pointer.cpp183 int *IntP, **IntPP; variable
H A Dsizeof-expression.cpp302 int *IntP, **IntPP; global() variable
/llvm-project/clang/test/Sema/
H A Dnullability.c160 typedef int *IntP; in conditional_expr() typedef