Searched defs:Handles (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | GlobalsModRef.h | 73 std::list<DeletionCallbackHandle> Handles; variable
|
H A D | BranchProbabilityInfo.h | 324 DenseSet<BasicBlockCallbackVH, DenseMapInfo<Value*>> Handles; global() variable
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | FuchsiaHandleChecker.cpp | 336 SmallVector<SymbolRef, 1024> Handles = in checkPreCall() local 417 SmallVector<SymbolRef, 1024> Handles = in checkPostCall() local 584 SmallVector<SymbolRef, 1024> Handles = in checkPointerEscape() local
|
/llvm-project/clang/lib/DirectoryWatcher/windows/ |
H A D | DirectoryWatcher-windows.cpp | 168 HANDLE Handles[2] = { Terminate, Overlapped.hEvent }; in WatcherThreadProc() local
|
/llvm-project/llvm/lib/Support/ |
H A D | DynamicLibrary.cpp | 27 HandleList Handles; member in DynamicLibrary::HandleSet
|
/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 1152 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in AddToUseList() local 1195 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in RemoveFromUseList() local [all...] |
/llvm-project/offload/plugins-nextgen/common/include/ |
H A D | PluginInterface.h | 1342 getResources(uint32_t Num,ResourceHandleTy * Handles) getResources() argument 1360 getResourcesImpl(uint32_t Num,ResourceHandleTy * Handles,FuncTy Processor) getResourcesImpl() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7205 std::list<HandleSDNode> Handles; getNegatedExpression() local [all...] |