Home
last modified time | relevance | path

Searched refs:IntP (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-pointer.cpp17 int *IntP = nullptr; variable
32 f<int*>(IntP); in main()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeHashingTest.cpp73 TypeIndex IntP(SimpleTypeKind::Int32, SimpleTypeMode::NearPointer); in TEST() local
102 IntPP[0] = createPointerRecord(Ordering1, IntP); in TEST()
131 IntPP[1] = createPointerRecord(Ordering2, IntP); in TEST()
/llvm-project-15.0.7/clang/test/Sema/
H A Dnullability.c160 typedef int *IntP; in conditional_expr() typedef
161 typedef IntP _Nonnull NonnullIntP0; in conditional_expr()
163 typedef IntP _Nullable NullableIntP0; in conditional_expr()