Home
last modified time | relevance | path

Searched refs:inferred (Results 1 – 25 of 52) sorted by relevance

123

/openbsd/src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
DParseLink.pm59 my $inferred;
61 $inferred = $page;
63 $inferred = '"' . $section . '"';
65 $inferred = '"' . $section . '" in ' . $page;
67 return $inferred;
81 my $inferred;
89 my $inferred;
91 $inferred = $text;
93 $inferred = _infer_text ($name, $section);
96 return ($text, $inferred, $name, $section, $type);
/openbsd/src/gnu/llvm/clang/lib/Lex/
DModuleMap.cpp982 inferred = InferredDirectories.find(*ParentDir); in inferFrameworkModule() local
983 if (inferred == InferredDirectories.end()) { in inferFrameworkModule()
990 inferred = InferredDirectories.find(*ParentDir); in inferFrameworkModule()
993 if (inferred == InferredDirectories.end()) in inferFrameworkModule()
994 inferred = InferredDirectories.insert( in inferFrameworkModule()
998 if (inferred->second.InferModules) { in inferFrameworkModule()
1003 !llvm::is_contained(inferred->second.ExcludedModules, Name); in inferFrameworkModule()
1005 Attrs.IsSystem |= inferred->second.Attrs.IsSystem; in inferFrameworkModule()
1006 Attrs.IsExternC |= inferred->second.Attrs.IsExternC; in inferFrameworkModule()
1007 Attrs.IsExhaustive |= inferred->second.Attrs.IsExhaustive; in inferFrameworkModule()
[all …]
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dlli.rst78 valid architectures. By default this is inferred from the target triple or
84 By default this is inferred from the target triple and autodetected to
Dllc.rst66 valid architectures. By default this is inferred from the target triple or
72 By default this is inferred from the target triple and autodetected to
Dllvm-ifs.rst114 inferred.
/openbsd/src/gnu/llvm/clang/docs/
DLTOVisibility.rst109 hidden LTO visibility. This is inferred from the object file visibility
118 have public LTO visibility. This is correctly inferred from the ``visibility``
DModules.rst717 *inferred-submodule-declaration*
721 A *submodule-declaration* that is an *inferred-submodule-declaration* describes a set of submodules…
725 *inferred-submodule-declaration*:
726 …opt` ``framework``:sub:`opt` ``module`` '*' *attributes*:sub:`opt` '{' *inferred-submodule-member*…
728 *inferred-submodule-member*:
731 …taining an *inferred-submodule-declaration* shall have either an umbrella header or an umbrella di…
733 …er-declaration*, a module declaration is implicitly generated from the *inferred-submodule-declara…
736 * Have the ``explicit`` specifier, if the *inferred-submodule-declaration* has the ``explicit`` spe…
738 *inferred-submodule-declaration* has the ``framework`` specifier
739 * Have the attributes specified by the \ *inferred-submodule-declaration*
[all …]
DSYCLSupport.rst27 default address space" (see section 5.9.3) and "inferred address space" (see
DBlockLanguageSpec.rst99 The return type is optional and is inferred from the return
102 inferred type of the Block is void; otherwise it is the type of the
DControlFlowIntegrity.rst35 is inferred from flags and attributes. For more details, see the documentation
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DDiagnosticLexKinds.td812 "only submodules and framework modules may be inferred with wildcard syntax">;
814 "inferred submodules require a module with an umbrella">;
816 "inferred submodule cannot be a framework submodule">;
818 "inferred framework modules cannot be 'explicit'">;
822 "redefinition of inferred submodule">;
824 "expected '{' to start inferred submodule">;
828 "only '*' can be exported from an inferred submodule">;
DAttrDocs.td1560 ``tvOS`` can be implicitly inferred from an ``iOS`` availability attribute.
1562 the implicitly inferred availability attributes. If no availability attribute
1658 be implicitly inferred from an ``iOS`` availability attribute, the logic is
1661 described in the previous paragraph. However, the implicitly inferred attributes
1665 pragma rather than using the inferred ``iOS`` availability from the declaration:
1673 The compiler is also able to apply implicitly inferred attributes from a pragma
1675 a ``tvOS`` availability attribute that is implicitly inferred from the ``iOS``
1684 The implicit attributes that are inferred from explicitly specified attributes
1686 even if there is an availability attribute that can be inferred from a pragma.
1688 availability that is inferred from the attribute on the declaration rather than
/openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt31 explicitly declared or should they be inferred by the dynamic compiler?
D2000-11-18-EarlyDesignIdeasResp.txt88 > explicitly declared or should they be inferred by the dynamic
/openbsd/src/gnu/llvm/lld/wasm/
DOptions.td231 HelpText<"Comma-separated used features, inferred from input objects by default.">;
234 …HelpText<"Comma-separated list of features to add to the default set of features inferred from inp…
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlpodspec.pod1156 The possibly inferred link-text; i.e., if there was no real link
1158 "LE<lt>Getopt::Std>", the inferred link text is "Getopt::Std".)
1201 "Foo::Bar", # possibly inferred link text
1209 "Perlport's section on NL's", # possibly inferred link text
1218 '"Newlines" in perlport', # possibly inferred link text
1226 '"DESCRIPTION" in crontab(5)', # possibly inferred link text
1234 '"Object Attributes"', # possibly inferred link text
1242 "https://www.perl.org/", # possibly inferred link text
1250 "https://www.perl.org/", # possibly inferred link text
/openbsd/src/gnu/usr.bin/perl/lib/unicore/
DBidiBrackets.txt36 # matching of the corner ticks inferred from code point order.
/openbsd/src/gnu/llvm/llvm/docs/
DTestSuiteGuide.md161 inferred automatically i.e. when specifying `path/to/clang` CMake will
DHowToSetUpLLVMStyleRTTI.rst235 so this notional inferred ``classof`` is all we need. See `Concrete
DConvergenceAndUniformity.rst485 The convergence inferred using these criteria is a safe subset of the
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-mips.texi88 The register sizes are normally inferred from the ISA and ABI, but these
/openbsd/src/gnu/llvm/compiler-rt/cmake/Modules/
DCompilerRTUtils.cmake339 "You can override the inferred path by adding "
/openbsd/src/gnu/llvm/clang/docs/analyzer/developer-docs/
DIPA.rst236 inferred from the region's type or associated symbol. Information from symbolic
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-mips.texi89 The register sizes are normally inferred from the ISA and ABI, but these
/openbsd/src/gnu/share/
Dltmain.sh3870 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]

123