Home
last modified time | relevance | path

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

123

/external/clang/test/SemaObjCXX/
Drelated-result-type-inference.mm54 // Not inferred
57 // Not inferred due to instance/class mismatches
63 // Not inferred due to return type mismatch
/external/clang/test/SemaObjC/
Drelated-result-type-inference.m54 // Not inferred
57 // Not inferred due to instance/class mismatches
63 // Not inferred due to return type mismatch
Darc-property-decl-attrs.m89 @property(nonatomic, weak) id delegate; // Do not warn, nullable is inferred.
90 @property(nonatomic, weak, readonly) id ROdelegate; // Do not warn, nullable is inferred.
103 @property(nonatomic, weak) id ddd; // Do not warn, nullable is inferred.
Dnullable-weak-property.m23 foo (self.property1); // no warning because nothing is inferred
Dparameterized_classes.m339 @interface Variance1<T, U> () // okay, inferred
342 @interface Variance1<T, U> (Cat1) // okay, inferred
345 @class Variance1<T, U>; // okay, inferred
/external/clang/test/Modules/
Dinferred-attributes.mm2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs/inferred-a…
Dframework-name.m27 // The name in the import doesn't match the module name (inferred framework module).
/external/clang/lib/Lex/
DModuleMap.cpp629 inferred = InferredDirectories.find(ParentDir); in inferFrameworkModule() local
630 if (inferred == InferredDirectories.end()) { in inferFrameworkModule()
637 inferred = InferredDirectories.find(ParentDir); in inferFrameworkModule()
640 if (inferred == InferredDirectories.end()) in inferFrameworkModule()
641 inferred = InferredDirectories.insert( in inferFrameworkModule()
645 if (inferred->second.InferModules) { in inferFrameworkModule()
649 canInfer = std::find(inferred->second.ExcludedModules.begin(), in inferFrameworkModule()
650 inferred->second.ExcludedModules.end(), in inferFrameworkModule()
651 Name) == inferred->second.ExcludedModules.end(); in inferFrameworkModule()
653 Attrs.IsSystem |= inferred->second.Attrs.IsSystem; in inferFrameworkModule()
[all …]
/external/clang/test/Analysis/
Dgenerics.m376 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
378 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
522 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
524 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
634 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
636 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
891 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSNumber *&gt; *&apos; is inferred from implicit c…
893 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSNumber *&gt; *&apos; is inferred from implicit c…
1032 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
1034 // CHECK-NEXT: <string>Type &apos;NSArray&lt;NSString *&gt; *&apos; is inferred from implicit c…
[all …]
/external/clang/include/clang/Basic/
DDiagnosticLexKinds.td620 "only submodules and framework modules may be inferred with wildcard syntax">;
622 "inferred submodules require a module with an umbrella">;
624 "inferred submodule cannot be a framework submodule">;
626 "inferred framework modules cannot be 'explicit'">;
630 "redefinition of inferred submodule">;
632 "expected '{' to start inferred submodule">;
636 "only '*' can be exported from an inferred submodule">;
/external/llvm/docs/CommandGuide/
Dlli.rst76 valid architectures. By default this is inferred from the target triple or
82 By default this is inferred from the target triple and autodetected to
Dllc.rst59 valid architectures. By default this is inferred from the target triple or
65 By default this is inferred from the target triple and autodetected to
Dllvm-build.rst39 given, the location of the project sources will be inferred from the location of
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllc.pod60 valid architectures. By default this is inferred from the target triple or
66 By default this is inferred from the target triple and autodetected to
Dlli.pod77 valid architectures. By default this is inferred from the target triple or
83 By default this is inferred from the target triple and autodetected to
/external/clang/docs/
DLTOVisibility.rst97 hidden LTO visibility. This is inferred from the object file visibility
106 have public LTO visibility. This is correctly inferred from the ``visibility``
DModules.rst515 *inferred-submodule-declaration*
519 A *submodule-declaration* that is an *inferred-submodule-declaration* describes a set of submodules…
523 *inferred-submodule-declaration*:
524 …opt` ``framework``:sub:`opt` ``module`` '*' *attributes*:sub:`opt` '{' *inferred-submodule-member*…
526 *inferred-submodule-member*:
529 …taining an *inferred-submodule-declaration* shall have either an umbrella header or an umbrella di…
531 …er-declaration*, a module declaration is implicitly generated from the *inferred-submodule-declara…
534 * Have the ``explicit`` specifier, if the *inferred-submodule-declaration* has the ``explicit`` spe…
536 *inferred-submodule-declaration* has the ``framework`` specifier
537 * Have the attributes specified by the \ *inferred-submodule-declaration*
[all …]
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dalign-spill-locations.ll8 ; The location of the stack slot for a variable is inferred from the
/external/llvm/test/CodeGen/MIR/X86/
Dused-physical-register-info.mir77 # Verify that the callee saved register can be inferred from register mask
Dconstant-pool.mir71 # Verify that alignment can be inferred:
/external/devlib/doc/
Dplatform.rst23 inferred from core names (cores with the same name are
26 not specified it will be inferred (on systems with exactly
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt31 explicitly declared or should they be inferred by the dynamic compiler?
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeas.txt31 explicitly declared or should they be inferred by the dynamic compiler?
/external/kmod/m4/
Ddolt.m4143 dnl Note that doltlibtool does not handle inferred tags or option arguments
/external/llvm/test/TableGen/
DTargetInstrInfo.td82 // 5. The use/def properties for each operand are automatically inferred from

123