Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__algorithm/
H A Dincludes.h71 return std::includes(std::move(__first1), std::move(__last1), std::move(__first2), std::move(__last2), __less<>()); in includes() function
51 includes(_InputIterator1 __first1, includes() function
/llvm-project/llvm/cmake/modules/
H A DLLVMDistributionSupport.cmake167 set(includes) variable
/llvm-project/lld/COFF/
H A DDriver.h48 std::vector<StringRef> includes; member
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DSourceMgrUtils.cpp134 SmallVectorImpl<SourceMgrInclude> &includes) { in gatherIncludeFiles()
/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp93 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes; in createChainedIncludesSource() local
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h863 includes(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _Forward… in includes() function
874 includes(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _Forward… in includes() function
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp155 bool includes(const RegisterSet &Rs) const { in includes() function
H A DHexagonBitSimplify.cpp161 bool includes(const RegisterSet &Rs) const { in includes() function
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4178 stringVec includes; global() member