Searched refs:PtrVar (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfilingPort.h | 73 #define COMPILER_RT_PTR_FETCH_ADD(DomType, PtrVar, PtrIncr) \ argument 74 (DomType *)InterlockedExchangeAdd64((LONGLONG volatile *)&PtrVar, \ 80 #define COMPILER_RT_PTR_FETCH_ADD(DomType, PtrVar, PtrIncr) \ argument 81 (DomType *)InterlockedExchangeAdd((LONG volatile *)&PtrVar, \ 87 #define COMPILER_RT_PTR_FETCH_ADD(DomType, PtrVar, PtrIncr) \ argument 88 (DomType *)__sync_fetch_and_add((long *)&PtrVar, sizeof(DomType) * PtrIncr) 94 #define COMPILER_RT_PTR_FETCH_ADD(DomType, PtrVar, PtrIncr) \ argument 95 (DomType *)lprofPtrFetchAdd((void **)&PtrVar, sizeof(DomType) * PtrIncr)
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/ |
| H A D | DeclRefExprUtilsTest.cpp | 210 TEST(ConstReferenceDeclRefExprsTest, PtrVar) { in TEST() argument
|