Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h156 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.cpp204 SmallSetVector<const Value *, 8> Pointers; in getPointers() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h156 PointersTy Pointers; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp182 static cl::opt<bool> Pointers("pointers", cl::desc("Dump enum types"), global() variable
250 cl::opt<bool> Pointers("pointers", cl::desc("Display pointer types"), global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h545 SmallVector<PointerInfo, 2> Pointers; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2275 MapValuesArrayTy Pointers; member
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc141 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.cpp8448 MapBaseValuesArrayTy &BasePointers, MapValuesArrayTy &Pointers, in adjustMemberOfForLambdaCaptures()