| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendAction.cpp | 307 operator+=(SmallVectorImpl<char> &Includes, StringRef RHS) { in operator +=() argument 308 Includes.append(RHS.begin(), RHS.end()); in operator +=() 309 return Includes; in operator +=() 313 SmallVectorImpl<char> &Includes, in addHeaderInclude() argument 317 Includes += "extern \"C\" {\n"; in addHeaderInclude() 319 Includes += "#import \""; in addHeaderInclude() 321 Includes += "#include \""; in addHeaderInclude() 323 Includes += HeaderName; in addHeaderInclude() 325 Includes += "\"\n"; in addHeaderInclude() 327 Includes += "}\n"; in addHeaderInclude() [all …]
|
| H A D | ChainedIncludesSource.cpp | 111 CInvok->getPreprocessorOpts().Includes.clear(); in createChainedIncludesSource()
|
| H A D | InitPreprocessor.cpp | 1462 for (unsigned i = 0, e = InitOpts.Includes.size(); i != e; ++i) { in InitializePreprocessor() 1463 const std::string &Path = InitOpts.Includes[i]; in InitializePreprocessor()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | LangOptions.cpp | 91 std::vector<std::string> &Includes, in setLangDefaults() argument 130 Includes.push_back("hlsl.h"); in setLangDefaults() 174 Includes.push_back("opencl-c-base.h"); in setLangDefaults() 176 Includes.push_back("opencl-c.h"); in setLangDefaults()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 69 std::vector<std::string> Includes; variable 259 Includes.clear(); in resetNonModularOptions()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 2998 unsigned Start = Includes[Indices[i]].Offset; in FindCursorIndex() 3006 while (--i >= 0 && Includes[CursorIndex].Text == Includes[Indices[i]].Text) in FindCursorIndex() 3050 Includes.back().Offset + Includes.back().Text.size(); in sortCppIncludes() 3062 Includes[LHSI].Filename) < in sortCppIncludes() 3064 Includes[RHSI].Filename); in sortCppIncludes() 3068 return std::tie(Includes[LHSI].Priority, Includes[LHSI].Filename) < in sortCppIncludes() 3069 std::tie(Includes[RHSI].Priority, Includes[RHSI].Filename); in sortCppIncludes() 3080 FindCursorIndex(Includes, Indices, *Cursor); in sortCppIncludes() 3091 int CurrentCategory = Includes.front().Category; in sortCppIncludes() 3114 result += Includes[Index].Text; in sortCppIncludes() [all …]
|
| /freebsd-14.2/sys/contrib/zlib/contrib/ |
| H A D | README.contrib | 39 Includes Zip64 support by Mathias Svensson <[email protected]> 57 Includes vc11 from kreuzerkrieg and vc12 from davispuh
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | swir.txt | 5 - WP8548 : Includes MDM9615 and PM8018 in a module
|
| /freebsd-14.2/stand/i386/loader/ |
| H A D | loader.rc | 3 \ Includes additional commands
|
| /freebsd-14.2/stand/forth/ |
| H A D | loader.rc | 6 \ Includes additional commands
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/sound/ |
| H A D | img,parallel-out.txt | 18 - clock-names : Includes the following entries:
|
| H A D | img,spdif-in.txt | 18 - clock-names : Includes the following entries:
|
| H A D | img,spdif-out.txt | 18 - clock-names : Includes the following entries:
|
| H A D | ti,pcm3168a.txt | 11 - clock-names : Includes the following entries:
|
| H A D | fsl,spdif.txt | 26 - clock-names : Includes the following entries:
|
| H A D | fsl,esai.txt | 28 - clock-names : Includes the following entries:
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | index.md | 17 * [Mocking Cookbook](gmock_cook_book.md) - Includes tips and approaches to
|
| /freebsd-14.2/sys/contrib/openzfs/contrib/debian/ |
| H A D | control.modules.in | 28 Includes the SPA, DMU, ZVOL, and ZPL components of OpenZFS.
|
| /freebsd-14.2/usr.sbin/bsdconfig/dot/include/ |
| H A D | messages.subr | 28 msg_includes="Includes"
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 188 PPOpts.Includes.insert(PPOpts.Includes.begin(), OriginalFile); in createInvocationForMigration()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 333 std::vector<std::string> &Includes,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | RangedConstraintManager.h | 37 bool Includes(const llvm::APSInt &Point) const { in Includes() function
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 548 std::vector<std::string> &Includes,
|
| /freebsd-14.2/sys/contrib/edk2/ |
| H A D | MdePkg.dec | 24 [Includes] 27 [Includes.IA32] 30 [Includes.X64] 33 [Includes.EBC] 36 [Includes.ARM] 39 [Includes.AARCH64] 42 [Includes.RISCV64]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 381 return std::prev(It)->Includes(Point); in containsImpl() 1716 if (!LHS.Includes(Zero) || !RHS.Includes(Zero)) { in VisitBinaryOperator()
|