Home
last modified time | relevance | path

Searched defs:Pointers (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBlock.h160 Pointer *Pointers = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp106 SetVector<std::pair<const Value *, Type *>> Pointers; in runInternal() local
H A DAliasSetTracker.cpp203 SmallSetVector<const Value *, 8> Pointers; in getPointers() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp348 auto &Pointers = LAI->getRuntimePointerChecking()->Pointers; in instructionSafeForVersioning() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp181 static cl::opt<bool> Pointers("pointers", cl::desc("Dump enum types"), variable
250 cl::opt<bool> Pointers("pointers", cl::desc("Display pointer types"), variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h588 SmallVector<PointerInfo, 2> Pointers; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2434 MapValuesArrayTy Pointers; member
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc144 using Pointers = std::tuple<std::unique_ptr<int>, std::unique_ptr<int>>; in TEST() typedef
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8707 MapBaseValuesArrayTy &BasePointers, MapValuesArrayTy &Pointers, in adjustMemberOfForLambdaCaptures()