Home
last modified time | relevance | path

Searched refs:Includes (Results 1 – 25 of 130) sorted by relevance

123456

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp285 operator+=(SmallVectorImpl<char> &Includes, StringRef RHS) { in operator +=() argument
286 Includes.append(RHS.begin(), RHS.end()); in operator +=()
287 return Includes; in operator +=()
291 SmallVectorImpl<char> &Includes, in addHeaderInclude() argument
295 Includes += "extern \"C\" {\n"; in addHeaderInclude()
297 Includes += "#import \""; in addHeaderInclude()
299 Includes += "#include \""; in addHeaderInclude()
301 Includes += HeaderName; in addHeaderInclude()
303 Includes += "\"\n"; in addHeaderInclude()
305 Includes += "}\n"; in addHeaderInclude()
[all …]
H A DChainedIncludesSource.cpp134 CInvok->getPreprocessorOpts().Includes.clear(); in createChainedIncludesSource()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve2.md96 ;; Includes gather forms of:
145 ;; Includes scatter forms of:
192 ;; Includes the lane forms of:
247 ;; Includes:
489 ;; Includes:
520 ;; Includes:
671 ;; Includes:
716 ;; Includes the lane forms of:
758 ;; Includes:
779 ;; Includes:
[all …]
H A Daarch64-sve.md630 ;; Includes:
926 ;; Includes:
1223 ;; Includes contiguous forms of:
1280 ;; Includes contiguous forms of:
1311 ;; Includes contiguous forms of:
1337 ;; Includes contiguous forms of:
1375 ;; Includes:
1396 ;; Includes gather forms of:
1535 ;; Includes gather forms of:
1695 ;; Includes gather forms of:
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve2.md96 ;; Includes gather forms of:
145 ;; Includes scatter forms of:
192 ;; Includes the lane forms of:
247 ;; Includes:
489 ;; Includes:
520 ;; Includes:
671 ;; Includes:
716 ;; Includes the lane forms of:
758 ;; Includes:
779 ;; Includes:
[all …]
H A Daarch64-sve.md630 ;; Includes:
926 ;; Includes:
1223 ;; Includes contiguous forms of:
1280 ;; Includes contiguous forms of:
1311 ;; Includes contiguous forms of:
1337 ;; Includes contiguous forms of:
1375 ;; Includes:
1396 ;; Includes gather forms of:
1535 ;; Includes gather forms of:
1695 ;; Includes gather forms of:
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2212 FindCursorIndex(const SmallVectorImpl<IncludeDirective> &Includes, in FindCursorIndex() argument
2216 for (int i = 0, e = Includes.size(); i != e; ++i) { in FindCursorIndex()
2217 unsigned Start = Includes[Indices[i]].Offset; in FindCursorIndex()
2218 unsigned End = Start + Includes[Indices[i]].Text.size(); in FindCursorIndex()
2225 while (--i >= 0 && Includes[CursorIndex].Text == Includes[Indices[i]].Text) in FindCursorIndex()
2262 const SmallVectorImpl<IncludeDirective> &Includes, in sortCppIncludes() argument
2267 unsigned IncludesBeginOffset = Includes.front().Offset; in sortCppIncludes()
2269 Includes.back().Offset + Includes.back().Text.size(); in sortCppIncludes()
2274 for (unsigned i = 0, e = Includes.size(); i != e; ++i) { in sortCppIncludes()
2280 const auto LHSFilenameLower = Includes[LHSI].Filename.lower(); in sortCppIncludes()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-config.rst111 Includes all LLVM libraries. The default if no components are specified.
115 Includes either a native backend or the C backend.
119 Includes either a native JIT or the bitcode interpreter.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessorOptions.h67 std::vector<std::string> Includes; variable
241 Includes.clear(); in resetNonModularOptions()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc130 static bool Includes(std::vector<tid_t> first, std::vector<tid_t> second) { in Includes() function
148 ASSERT_TRUE(Includes(listed_tids, tids_)); in TEST_F()
158 ASSERT_TRUE(Includes(listed_tids, tids_)); in TEST_F()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/
H A DREADME.contrib39 Includes Zip64 support by Mathias Svensson <mathias@result42.com>
57 Includes vc11 from kreuzerkrieg and vc12 from davispuh
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h227 std::vector<std::string> &Includes,
259 std::vector<std::string> &Includes,
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/
H A DREADME.contrib39 Includes Zip64 support by Mathias Svensson <mathias@result42.com>
57 Includes vc11 from kreuzerkrieg and vc12 from davispuh
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/
H A DREADME.contrib39 Includes Zip64 support by Mathias Svensson <mathias@result42.com>
57 Includes vc11 from kreuzerkrieg and vc12 from davispuh
/netbsd-src/common/dist/zlib/contrib/
H A DREADME.contrib39 Includes Zip64 support by Mathias Svensson <mathias@result42.com>
57 Includes vc11 from kreuzerkrieg and vc12 from davispuh
/netbsd-src/external/mit/isl/dist/interface/
H A Dset_lang_defaults_arg4.h13 operator std::vector<std::string> &() { return PO.Includes; }
H A Dextract_interface.cc106 static llvm::cl::list<string> Includes("I", variable
560 for (llvm::cl::list<string>::size_type i = 0; i < Includes.size(); ++i) in main()
561 add_path(HSO, Includes[i]); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGettingStartedTutorials.rst22 Tutorials about using LLVM. Includes a tutorial about making a custom
/netbsd-src/external/bsd/libbind/dist/
H A DCHANGES5 11. [func] Add tests subdirectory. Includes dig8.c, to test
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/
H A Dintro.rst45 * Includes encoding functions to simplify the results retrieval
/netbsd-src/distrib/sets/
H A DREADME61 Includes machine-dependent man pages for this CPU.
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp190 PPOpts.Includes.insert(PPOpts.Includes.begin(), OriginalFile); in createInvocationForMigration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h37 bool Includes(const llvm::APSInt &Point) const { in Includes() function
/netbsd-src/sys/arch/sun3/conf/
H A DDISKLESS3X6 # Includes devices needed to run as an X-terminal
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/
H A Dpmi.ldif19 # Includes LDAPv3 schema items from:

123456