Searched refs:inferred (Results 1 – 25 of 52) sorted by relevance
123
| /openbsd/src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ |
| D | ParseLink.pm | 59 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/ |
| D | ModuleMap.cpp | 982 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/ |
| D | lli.rst | 78 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
|
| D | llc.rst | 66 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
|
| D | llvm-ifs.rst | 114 inferred.
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | LTOVisibility.rst | 109 hidden LTO visibility. This is inferred from the object file visibility 118 have public LTO visibility. This is correctly inferred from the ``visibility``
|
| D | Modules.rst | 717 *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 …]
|
| D | SYCLSupport.rst | 27 default address space" (see section 5.9.3) and "inferred address space" (see
|
| D | BlockLanguageSpec.rst | 99 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
|
| D | ControlFlowIntegrity.rst | 35 is inferred from flags and attributes. For more details, see the documentation
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | DiagnosticLexKinds.td | 812 "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">;
|
| D | AttrDocs.td | 1560 ``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/ |
| D | 2000-11-18-EarlyDesignIdeas.txt | 31 explicitly declared or should they be inferred by the dynamic compiler?
|
| D | 2000-11-18-EarlyDesignIdeasResp.txt | 88 > explicitly declared or should they be inferred by the dynamic
|
| /openbsd/src/gnu/llvm/lld/wasm/ |
| D | Options.td | 231 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/ |
| D | perlpodspec.pod | 1156 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/ |
| D | BidiBrackets.txt | 36 # matching of the corner ticks inferred from code point order.
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | TestSuiteGuide.md | 161 inferred automatically i.e. when specifying `path/to/clang` CMake will
|
| D | HowToSetUpLLVMStyleRTTI.rst | 235 so this notional inferred ``classof`` is all we need. See `Concrete
|
| D | ConvergenceAndUniformity.rst | 485 The convergence inferred using these criteria is a safe subset of the
|
| /openbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-mips.texi | 88 The register sizes are normally inferred from the ISA and ABI, but these
|
| /openbsd/src/gnu/llvm/compiler-rt/cmake/Modules/ |
| D | CompilerRTUtils.cmake | 339 "You can override the inferred path by adding "
|
| /openbsd/src/gnu/llvm/clang/docs/analyzer/developer-docs/ |
| D | IPA.rst | 236 inferred from the region's type or associated symbol. Information from symbolic
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| D | c-mips.texi | 89 The register sizes are normally inferred from the ISA and ABI, but these
|
| /openbsd/src/gnu/share/ |
| D | ltmain.sh | 3870 --mode=MODE use operation mode MODE [default=inferred from MODE-ARGS]
|
123