Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Devery-pointer.cpp17 int *IntP = nullptr; variable
32 f<int*>(IntP); in main()
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
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()
/external/llvm-project/clang/test/Sema/
Dnullability.c159 typedef int *IntP; in conditional_expr() typedef
160 typedef IntP _Nonnull NonnullIntP0; in conditional_expr()
162 typedef IntP _Nullable NullableIntP0; in conditional_expr()