Home
last modified time | relevance | path

Searched refs:getValuePtr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A Dilist_node.h178 static typename OptionsT::pointer getValuePtr(ilist_node_impl<OptionsT> *N) { in getValuePtr() function
184 getValuePtr(const ilist_node_impl<OptionsT> *N) { in getValuePtr() function
225 static pointer getValuePtr(node_type *N) { in getValuePtr() function
226 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr()
229 static const_pointer getValuePtr(const node_type *N) { in getValuePtr() function
230 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr()
H A Dilist_iterator.h139 return *Access::getValuePtr(NodePtr);
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DContext.h102 return static_cast<const Type *>(DataPtr->Value->getValuePtr()); in get()
156 virtual void *getValuePtr() = 0;
166 void *getValuePtr() override { return &Value; } in getValuePtr() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBlockSupport.h221 static pointer getValuePtr(node_type *N);
222 static const_pointer getValuePtr(const node_type *N);
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperation.cpp355 ::mlir::Operation>::type>::getValuePtr(node_type *n) -> pointer { in getValuePtr() function in llvm::ilist_detail::SpecificNodeAccess::ilist_detail::compute_node_options::mlir::Operation::type
356 return NodeAccess::getValuePtr<OptionsT>(n); in getValuePtr()
361 ::mlir::Operation>::type>::getValuePtr(const node_type *n) in getValuePtr() function in llvm::ilist_detail::SpecificNodeAccess::ilist_detail::compute_node_options::mlir::Operation::type
363 return NodeAccess::getValuePtr<OptionsT>(n); in getValuePtr()