Home
last modified time | relevance | path

Searched refs:Framework (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp161 Library &Framework = getOrCreateLibrary(Curr, Libs); in scanMultipleFrameworks() local
162 if (Error Err = scanFrameworkDirectory(Curr, Framework)) in scanMultipleFrameworks()
216 Library &Framework) const { in scanFrameworkDirectory()
219 Framework.IsUnwrappedDylib = in scanFrameworkDirectory()
246 if (Error Err = scanHeaders(Curr, Framework, HeaderType::Public, Curr)) in scanFrameworkDirectory()
252 if (Error Err = scanHeaders(Curr, Framework, HeaderType::Private, Curr)) in scanFrameworkDirectory()
258 if (Error Err = scanSubFrameworksDirectory(Curr, Framework.SubFrameworks)) in scanFrameworkDirectory()
264 if (Error Err = scanFrameworkVersionsDirectory(Curr, Framework)) in scanFrameworkDirectory()
284 Library &Framework = getOrCreateLibrary(Directory, Libraries); in scanForFrameworks() local
285 if (Error Err = scanFrameworkDirectory(Directory, Framework)) in scanForFrameworks()
/freebsd/contrib/bearssl/mk/
H A DmkT0.cmd10 if exist "%SystemRoot%\Microsoft.NET\Framework\v3.5\csc.exe" (
11 set CSC="%SystemRoot%\Microsoft.NET\Framework\v3.5\csc.exe"
14 if exist "%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\csc.exe" (
15 set CSC="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\csc.exe"
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMapFile.h79 unsigned Framework : 1;
113 unsigned Framework : 1;
H A DHeaderSearch.h887 StringRef getUniqueFrameworkName(StringRef Framework);
/freebsd/contrib/atf/
H A DREADME1 Introductory information Automated Testing Framework
8 The Automated Testing Framework (ATF) is a collection of libraries to
H A DAUTHORS1 Authors and contributors Automated Testing Framework
H A DREADME.md3 ATF, or Automated Testing Framework, is a **collection of libraries** to
H A DCOPYING1 Redistribution terms Automated Testing Framework
/freebsd/packages/atf/
H A Datf.ucl28 comment = "Automated Testing Framework"
31 The Automated Testing Framework (ATF) is a collection of libraries to implement
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDirectoryScanner.h63 llvm::Error scanFrameworkDirectory(StringRef Path, Library &Framework) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp255 MDecl.Framework = false; in parseModuleDecl()
268 MDecl.Framework = true; in parseModuleDecl()
287 if (TopLevel && !MDecl.Framework) { in parseModuleDecl()
831 LD.Framework = false; in parseLinkDecl()
834 LD.Framework = true; in parseLinkDecl()
840 << LD.Framework << SourceRange(LD.Location); in parseLinkDecl()
H A DModuleMap.cpp169 for (StringRef Framework : llvm::drop_begin(llvm::reverse(Paths))) in appendSubframeworkPaths() local
170 llvm::sys::path::append(Path, "Frameworks", Framework + ".framework"); in appendSubframeworkPaths()
1734 bool PartOfFramework = MD.Framework || Existing->isPartOfFramework(); in handleModuleDecl()
1767 Map.createShadowedModule(ModuleName, MD.Framework, ShadowingModule); in handleModuleDecl()
1770 MD.Framework, MD.Explicit); in handleModuleDecl()
2071 Module::LinkLibrary(std::string{LD.Library}, LD.Framework)); in handleLinkDecl()
2105 if (!ActiveModule && !MD.Framework) { in handleInferredModuleDecl()
2127 if (MD.Framework) { in handleInferredModuleDecl()
/freebsd/contrib/googletest/googlemock/
H A DREADME.md1 # Googletest Mocking (gMock) Framework
/freebsd/contrib/googletest/
H A DCONTRIBUTORS2 # contribution to the Google C++ Testing Framework project. People
H A DBUILD.bazel31 # Bazel Build for Google C++ Testing Framework(Google Test)
/freebsd/contrib/googletest/googlemock/test/
H A DBUILD.bazel31 # Bazel Build for Google C++ Testing Framework(Google Test)-googlemock
/freebsd/sys/netgraph/
H A DNOTES79 -DONE with INVARIANTS. Framework should test this more.
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_validate_msg.pod48 according to TS 33.310 [Network Domain Security (NDS); Authentication Framework
/freebsd/sys/arm64/conf/
H A Dstd.arm6461 options MAC # TrustedBSD MAC Framework
/freebsd/crypto/openssl/test/radix/
H A DREADME.md1 RADIX Test Framework
/freebsd/sys/amd64/conf/
H A DMINIMAL67 options MAC # TrustedBSD MAC Framework
/freebsd/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.gsl245 …Definitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Fram…
/freebsd/sys/i386/conf/
H A DMINIMAL77 options MAC # TrustedBSD MAC Framework
/freebsd/sys/riscv/conf/
H A DGENERIC72 options MAC # TrustedBSD MAC Framework
/freebsd/usr.sbin/bsnmpd/bsnmpd/
H A Dsnmpd.config17 # The snmpEngineID object required from the SNMPv3 Framework. If not explicitly set via

12