Home
last modified time | relevance | path

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

123

/openbsd/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp301 operator+=(SmallVectorImpl<char> &Includes, StringRef RHS) { in operator +=() argument
302 Includes.append(RHS.begin(), RHS.end()); in operator +=()
303 return Includes; in operator +=()
307 SmallVectorImpl<char> &Includes, in addHeaderInclude() argument
311 Includes += "extern \"C\" {\n"; in addHeaderInclude()
313 Includes += "#import \""; in addHeaderInclude()
315 Includes += "#include \""; in addHeaderInclude()
317 Includes += HeaderName; in addHeaderInclude()
319 Includes += "\"\n"; in addHeaderInclude()
321 Includes += "}\n"; in addHeaderInclude()
[all …]
H A DChainedIncludesSource.cpp111 CInvok->getPreprocessorOpts().Includes.clear(); in createChainedIncludesSource()
H A DInitPreprocessor.cpp1389 for (unsigned i = 0, e = InitOpts.Includes.size(); i != e; ++i) { in InitializePreprocessor()
1390 const std::string &Path = InitOpts.Includes[i]; in InitializePreprocessor()
H A DCompilerInvocation.cpp3581 std::vector<std::string> &Includes, in ParseLangArgs() argument
3674 LangOptions::setLangDefaults(Opts, IK.getLanguage(), T, Includes, LangStd); in ParseLangArgs()
4227 for (const auto &I : Opts.Includes) { in GeneratePreprocessorArgs()
4317 Opts.Includes.emplace_back(A->getValue()); in ParsePreprocessorArgs()
4511 ParseLangArgs(LangOpts, Args, DashX, T, Res.getPreprocessorOpts().Includes, in CreateFromArgsImpl()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DLangOptions.cpp83 std::vector<std::string> &Includes, in setLangDefaults() argument
121 Includes.push_back("hlsl.h"); in setLangDefaults()
165 Includes.push_back("opencl-c-base.h"); in setLangDefaults()
167 Includes.push_back("opencl-c.h"); in setLangDefaults()
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorOptions.h69 std::vector<std::string> Includes; variable
253 Includes.clear(); in resetNonModularOptions()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp129 static bool Includes(std::vector<tid_t> first, std::vector<tid_t> second) { in Includes() function
147 ASSERT_TRUE(Includes(listed_tids, tids_)); in TEST_F()
157 ASSERT_TRUE(Includes(listed_tids, tids_)); in TEST_F()
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-config.rst156 Includes all LLVM libraries. The default if no components are specified.
160 Includes either a native backend or the C backend.
164 Includes either a native JIT or the bitcode interpreter.
/openbsd/gnu/llvm/clang/lib/Format/
H A DFormat.cpp2820 unsigned Start = Includes[Indices[i]].Offset; in FindCursorIndex()
2828 while (--i >= 0 && Includes[CursorIndex].Text == Includes[Indices[i]].Text) in FindCursorIndex()
2872 Includes.back().Offset + Includes.back().Text.size(); in sortCppIncludes()
2884 Includes[LHSI].Filename) < in sortCppIncludes()
2886 Includes[RHSI].Filename); in sortCppIncludes()
2890 return std::tie(Includes[LHSI].Priority, Includes[LHSI].Filename) < in sortCppIncludes()
2891 std::tie(Includes[RHSI].Priority, Includes[RHSI].Filename); in sortCppIncludes()
2902 FindCursorIndex(Includes, Indices, *Cursor); in sortCppIncludes()
2913 int CurrentCategory = Includes.front().Category; in sortCppIncludes()
2936 result += Includes[Index].Text; in sortCppIncludes()
[all …]
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Host/macosx/objcxx/
H A DBUILD.gn9 include_dirs = [ "//lldb/source" ] # Includes internal headers from Utility.
/openbsd/gnu/llvm/llvm/docs/
H A DGettingStartedTutorials.rst23 Tutorials about using LLVM. Includes a tutorial about making a custom
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Dmerge.t214 …merge({ abstract => 'This is a test.'}, { abstract => 'This is a test. Includes more detail..' } …
215 is($extra_results2->{abstract}, 'This is a test. Includes more detail..', 'Extra mapping fields ov…
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h265 std::vector<std::string> &Includes,
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DARCMT.cpp188 PPOpts.Includes.insert(PPOpts.Includes.begin(), OriginalFile); in createInvocationForMigration()
/openbsd/gnu/usr.bin/perl/dist/Attribute-Handlers/
H A DChanges97 - [#17940] Includes :unique and :shared in the builtin types
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h37 bool Includes(const llvm::APSInt &Point) const { in Includes() function
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/
H A DPlatformiOSSimulatorCoreSimulatorSupport.mm11 // C Includes
12 // C++ Includes
/openbsd/gnu/llvm/clang/tools/scan-build-py/
H A DREADME.md6 the clang static analyzer. Includes intercept-build tool, which logs
/openbsd/gnu/usr.bin/cvs/contrib/
H A DREADME28 changes. Includes the RCS revision of the change
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h503 std::vector<std::string> &Includes,
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.mm19 // C Includes
30 // C++ Includes
/openbsd/sys/arch/hppa/conf/
H A Dfiles.hppa170 # Dino, GSC-PCI bridge. Includes ps/2, cereal and a flying toaster interfaces
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td1220 // Includes both EXECE, EXECO pipelines and 1 dispatch for the given
1229 // Includes both EXECE, EXECO pipelines and 1 dispatch for the given
/openbsd/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm26 // C++ Includes

123