Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/Configurations/
H A DREADME-design.md33 inferred by `Configure`. By the same rule of minimalism, end product
35 in `build.info`. Their file name extensions will be inferred by the
103 It also shows us that building the object file inferred from
206 pairs. These are directly inferred from the DEPEND
209 modules => a list of modules. These are directly inferred from
213 pairs. These are directly inferred from the GENERATE
217 pairs. These are directly inferred from the INCLUDE
225 libraries => a list of libraries. These are directly inferred from
228 programs => a list of programs. These are directly inferred from
231 scripts => a list of scripts. There are directly inferred from
[all …]
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1034 inferred = InferredDirectories.find(*ParentDir); in inferFrameworkModule() local
1035 if (inferred == InferredDirectories.end()) { in inferFrameworkModule()
1042 inferred = InferredDirectories.find(*ParentDir); in inferFrameworkModule()
1045 if (inferred == InferredDirectories.end()) in inferFrameworkModule()
1046 inferred = InferredDirectories.insert( in inferFrameworkModule()
1050 if (inferred->second.InferModules) { in inferFrameworkModule()
1055 !llvm::is_contained(inferred->second.ExcludedModules, Name); in inferFrameworkModule()
1057 Attrs.IsSystem |= inferred->second.Attrs.IsSystem; in inferFrameworkModule()
1058 Attrs.IsExternC |= inferred->second.Attrs.IsExternC; in inferFrameworkModule()
1059 Attrs.IsExhaustive |= inferred->second.Attrs.IsExhaustive; in inferFrameworkModule()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dbrcm,bcm6345-l1-intc.txt28 the number of supported IRQs is inferred from the size argument
H A Dbrcm,bcm7038-l1-intc.txt27 the number of supported IRQs is inferred from the size argument
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td860 "only submodules and framework modules may be inferred with wildcard syntax">;
862 "inferred submodules require a module with an umbrella">;
864 "inferred submodule cannot be a framework submodule">;
866 "inferred framework modules cannot be 'explicit'">;
870 "redefinition of inferred submodule">;
872 "expected '{' to start inferred submodule">;
876 "only '*' can be exported from an inferred submodule">;
H A DAttrDocs.td1605 ``tvOS`` can be implicitly inferred from an ``iOS`` availability attribute.
1607 the implicitly inferred availability attributes. If no availability attribute
1716 be implicitly inferred from an ``iOS`` availability attribute, the logic is
1719 described in the previous paragraph. However, the implicitly inferred attributes
1723 pragma rather than using the inferred ``iOS`` availability from the declaration:
1731 The compiler is also able to apply implicitly inferred attributes from a pragma
1733 a ``tvOS`` availability attribute that is implicitly inferred from the ``iOS``
1742 The implicit attributes that are inferred from explicitly specified attributes
1744 even if there is an availability attribute that can be inferred from a pragma.
1746 availability that is inferred from the attribute on the declaration rather than
H A DDiagnosticGroups.td563 def NullabilityInferredOnNestedType : DiagGroup<"nullability-inferred-on-nested-type">;
H A Darm_mve.td1577 // because the signedness of the destination type cannot be inferred.
H A DDiagnosticSemaKinds.td4955 "implicit %sub{select_special_member_kind}0 inferred target collision: call to both "
11324 …"section length is unspecified and cannot be inferred because subscripted value is %select{not an …
12488 : Error<"OpenACC sub-array length is unspecified and cannot be inferred "
/freebsd/contrib/googletest/docs/reference/
H A Dmocking.md141 [`WillRepeatedly`](#EXPECT_CALL.WillRepeatedly) are specified, the inferred
144 *n* >= 1, the inferred cardinality is `Times(n)`.
146 *n* >= 0, the inferred cardinality is `Times(AtLeast(n))`.
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst35 * ``EI_OSABI`` in the output is now inferred from input object files.
/freebsd/crypto/openssl/doc/man3/
H A DSCT_new.pod184 certificate the SCT was issued for can be inferred from where the SCT was found.
H A DEVP_DigestVerifyInit.pod107 inferred from the supplied digest B<type>, and B<props> will be NULL. Where
H A DEVP_DigestSignInit.pod115 except that the I<mdname> parameter will be inferred from the supplied
H A DEVP_PKEY_CTX_ctrl.pod322 inferred from the supplied I<md> and it is not possible to specify any
344 inferred from the supplied I<md> and it is not possible to specify any
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp2034 bool inferred = false; in inferMachineType() local
2038 if (!inferred) { in inferMachineType()
2039 inferred = true; in inferMachineType()
2048 if (!inferred) in inferMachineType()
/freebsd/contrib/googletest/docs/
H A Dgmock_for_dummies.md423 `EXPECT_CALL()`, the inferred cardinality is `Times(1)`.
460 says that `turtle.GetX()` will be called *exactly three times* (gMock inferred
H A Dgmock_cook_book.md1415 cannot be inferred by the compiler), you can give `ElementsAreArray()` an
4026 `param_type` to refer to the type of the parameter as inferred by the compiler.
4088 inferred from its value parameters. `ACTION_TEMPLATE()` supports that and can be
4125 The value argument types are inferred by the compiler. For example:
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-pkeyutl.pod.in152 With raw data, when a digest algorithm is applicable, though it may be inferred
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_client.t0870 \ algorithm is inferred from the cipher suite, and the hash is
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td419 // first sub-register. Most fields from the Register class are inferred, and
601 // The follow state will eventually be inferred automatically from the
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td15 // The amdgpu-no-* attributes (ex amdgpu-no-workitem-id-z) typically inferred
/freebsd/crypto/libecc/
H A DREADME.md423 libecc supports 16, 32 and 64 bits word sizes. Though this word size is usually inferred during com…
/freebsd/contrib/tzdata/
H A DNEWS185 localtime.c sometimes inferred a different time type, in order to
/freebsd/share/dict/
H A Dweb2a72136 well-inferred