Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp307 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 DChainedIncludesSource.cpp111 CInvok->getPreprocessorOpts().Includes.clear(); in createChainedIncludesSource()
H A DInitPreprocessor.cpp1462 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 DLangOptions.cpp91 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 DPreprocessorOptions.h69 std::vector<std::string> Includes; variable
259 Includes.clear(); in resetNonModularOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2998 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 DREADME.contrib39 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 Dswir.txt5 - WP8548 : Includes MDM9615 and PM8018 in a module
/freebsd-14.2/stand/i386/loader/
H A Dloader.rc3 \ Includes additional commands
/freebsd-14.2/stand/forth/
H A Dloader.rc6 \ Includes additional commands
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dimg,parallel-out.txt18 - clock-names : Includes the following entries:
H A Dimg,spdif-in.txt18 - clock-names : Includes the following entries:
H A Dimg,spdif-out.txt18 - clock-names : Includes the following entries:
H A Dti,pcm3168a.txt11 - clock-names : Includes the following entries:
H A Dfsl,spdif.txt26 - clock-names : Includes the following entries:
H A Dfsl,esai.txt28 - clock-names : Includes the following entries:
/freebsd-14.2/contrib/googletest/docs/
H A Dindex.md17 * [Mocking Cookbook](gmock_cook_book.md) - Includes tips and approaches to
/freebsd-14.2/sys/contrib/openzfs/contrib/debian/
H A Dcontrol.modules.in28 Includes the SPA, DMU, ZVOL, and ZPL components of OpenZFS.
/freebsd-14.2/usr.sbin/bsdconfig/dot/include/
H A Dmessages.subr28 msg_includes="Includes"
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp188 PPOpts.Includes.insert(PPOpts.Includes.begin(), OriginalFile); in createInvocationForMigration()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h333 std::vector<std::string> &Includes,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h37 bool Includes(const llvm::APSInt &Point) const { in Includes() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h548 std::vector<std::string> &Includes,
/freebsd-14.2/sys/contrib/edk2/
H A DMdePkg.dec24 [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 DRangeConstraintManager.cpp381 return std::prev(It)->Includes(Point); in containsImpl()
1716 if (!LHS.Includes(Zero) || !RHS.Includes(Zero)) { in VisitBinaryOperator()

12