Searched defs:includes (Results 1 – 9 of 9) sorted by relevance
/llvm-project/libcxx/include/__algorithm/ |
H A D | includes.h | 71 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 D | LLVMDistributionSupport.cmake | 167 set(includes) variable
|
/llvm-project/lld/COFF/ |
H A D | Driver.h | 48 std::vector<StringRef> includes; member
|
/llvm-project/mlir/lib/Tools/lsp-server-support/ |
H A D | SourceMgrUtils.cpp | 134 SmallVectorImpl<SourceMgrInclude> &includes) { in gatherIncludeFiles()
|
/llvm-project/clang/lib/Frontend/ |
H A D | ChainedIncludesSource.cpp | 93 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes; in createChainedIncludesSource() local
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | glue_algorithm_impl.h | 863 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 D | HexagonGenInsert.cpp | 155 bool includes(const RegisterSet &Rs) const { in includes() function
|
H A D | HexagonBitSimplify.cpp | 161 bool includes(const RegisterSet &Rs) const { in includes() function
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 4178 stringVec includes; global() member
|