Home
last modified time | relevance | path

Searched refs:Framework (Results 1 – 25 of 40) 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()
283 Library &Framework = getOrCreateLibrary(Directory, Libraries); in scanForFrameworks() local
284 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/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/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp977 StringRef Framework = FromHFI->Framework; in LookupFile() local
982 ToHFI.Framework = Framework; in LookupFile()
1130 HFI.Framework = in LookupFile()
1137 HFI.Framework = in LookupFile()
1169 ScratchFilename += IncludingHFI->Framework; in LookupFile()
1362 if (HFI.Framework.empty()) in mergeHeaderFileInfo()
1363 HFI.Framework = OtherHFI.Framework; in mergeHeaderFileInfo()
1601 StringRef HeaderSearch::getUniqueFrameworkName(StringRef Framework) { in getUniqueFrameworkName() argument
1602 return FrameworkNames.insert(Framework).first->first(); in getUniqueFrameworkName()
H A DModuleMap.cpp176 for (StringRef Framework : llvm::drop_begin(llvm::reverse(Paths))) in appendSubframeworkPaths() local
177 llvm::sys::path::append(Path, "Frameworks", Framework + ".framework"); in appendSubframeworkPaths()
1579 void parseInferredModuleDecl(bool Framework, bool Explicit);
1944 bool Framework = false; in parseModuleDecl() local
1955 Framework = true; in parseModuleDecl()
1970 return parseInferredModuleDecl(Framework, Explicit); in parseModuleDecl()
2070 bool PartOfFramework = Framework || Existing->isPartOfFramework(); in parseModuleDecl()
2113 Map.createShadowedModule(ModuleName, Framework, ShadowingModule); in parseModuleDecl()
2116 Map.findOrCreateModule(ModuleName, ActiveModule, Framework, Explicit) in parseModuleDecl()
2852 void ModuleMapParser::parseInferredModuleDecl(bool Framework, bool Explicit) { in parseInferredModuleDecl() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDirectoryScanner.h63 llvm::Error scanFrameworkDirectory(StringRef Path, Library &Framework) const;
/freebsd/contrib/googletest/googlemock/
H A DREADME.md1 # Googletest Mocking (gMock) Framework
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h137 StringRef Framework; member
889 StringRef getUniqueFrameworkName(StringRef Framework);
/freebsd/contrib/googletest/googlemock/test/
H A DBUILD.bazel31 # Bazel Build for Google C++ Testing Framework(Google Test)-googlemock
/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/crypto/openssl/doc/man3/
H A DOSSL_CMP_validate_msg.pod46 according to TS 33.310 [Network Domain Security (NDS); Authentication Framework
/freebsd/sys/netgraph/
H A DNOTES79 -DONE with INVARIANTS. Framework should test this more.
/freebsd/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.gsl245 …Definitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Fram…
/freebsd/sys/riscv/conf/
H A DGENERIC71 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
/freebsd/sys/powerpc/conf/
H A DGENERIC82 options MAC # TrustedBSD MAC Framework
H A DGENERIC6492 options MAC # TrustedBSD MAC Framework
H A DGENERIC64LE88 options MAC # TrustedBSD MAC Framework
/freebsd/contrib/googletest/googletest/test/
H A DBUILD.bazel31 # Bazel BUILD for The Google C++ Testing Framework (Google Test)
/freebsd/contrib/kyua/
H A DINSTALL.md40 * The Automated Testing Framework (ATF), version 0.15 or greater. This
/freebsd/crypto/heimdal/lib/asn1/
H A Drfc2459.asn1541 --- U.S. Federal PKI Common Policy Framework

12