Searched refs:inferred (Results 1 – 25 of 40) sorted by relevance
12
/external/clang/test/SemaObjCXX/ |
D | related-result-type-inference.mm | 54 // Not inferred 57 // Not inferred due to instance/class mismatches 63 // Not inferred due to return type mismatch
|
/external/clang/test/SemaObjC/ |
D | arc-property-decl-attrs.m | 89 @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.
|
D | related-result-type-inference.m | 54 // Not inferred 57 // Not inferred due to instance/class mismatches 63 // Not inferred due to return type mismatch
|
D | nullable-weak-property.m | 23 foo (self.property1); // no warning because nothing is inferred
|
D | parameterized_classes.m | 335 @interface Variance1<T, U> () // okay, inferred 338 @interface Variance1<T, U> (Cat1) // okay, inferred 341 @class Variance1<T, U>; // okay, inferred
|
/external/clang/test/Modules/ |
D | inferred-attributes.mm | 2 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs/inferred-a…
|
D | framework-name.m | 27 // The name in the import doesn't match the module name (inferred framework module).
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 641 inferred = InferredDirectories.find(ParentDir); in inferFrameworkModule() local 642 if (inferred == InferredDirectories.end()) { in inferFrameworkModule() 649 inferred = InferredDirectories.find(ParentDir); in inferFrameworkModule() 652 if (inferred == InferredDirectories.end()) in inferFrameworkModule() 653 inferred = InferredDirectories.insert( in inferFrameworkModule() 657 if (inferred->second.InferModules) { in inferFrameworkModule() 661 canInfer = std::find(inferred->second.ExcludedModules.begin(), in inferFrameworkModule() 662 inferred->second.ExcludedModules.end(), in inferFrameworkModule() 663 Name) == inferred->second.ExcludedModules.end(); in inferFrameworkModule() 665 Attrs.IsSystem |= inferred->second.Attrs.IsSystem; in inferFrameworkModule() [all …]
|
/external/clang/test/Analysis/ |
D | generics.m | 361 // CHECK-NEXT: <string>Type 'NSArray<NSString *> *' is inferred from implicit c… 363 // CHECK-NEXT: <string>Type 'NSArray<NSString *> *' is inferred from implicit c… 507 // CHECK-NEXT: <string>Type 'NSArray<NSString *> *' is inferred from implicit c… 509 // CHECK-NEXT: <string>Type 'NSArray<NSString *> *' is inferred from implicit c… 619 // CHECK-NEXT: <string>Type 'NSArray<NSString *> *' is inferred from implicit c… 621 // CHECK-NEXT: <string>Type 'NSArray<NSString *> *' is inferred from implicit c… 876 // CHECK-NEXT: <string>Type 'NSArray<NSNumber *> *' is inferred from implicit c… 878 // CHECK-NEXT: <string>Type 'NSArray<NSNumber *> *' is inferred from implicit c… 1017 // CHECK-NEXT: <string>Type 'NSArray<NSString *> *' is inferred from implicit c… 1019 // CHECK-NEXT: <string>Type 'NSArray<NSString *> *' is inferred from implicit c… [all …]
|
/external/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 596 "only submodules and framework modules may be inferred with wildcard syntax">; 598 "inferred submodules require a module with an umbrella">; 600 "inferred submodule cannot be a framework submodule">; 602 "inferred framework modules cannot be 'explicit'">; 606 "redefinition of inferred submodule">; 608 "expected '{' to start inferred submodule">; 612 "only '*' can be exported from an inferred submodule">;
|
/external/llvm/docs/CommandGuide/ |
D | lli.rst | 76 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
|
D | llc.rst | 59 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
|
D | llvm-build.rst | 39 given, the location of the project sources will be inferred from the location of
|
/external/clang/docs/ |
D | Modules.rst | 515 *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 …]
|
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
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | used-physical-register-info.mir | 77 # Verify that the callee saved register can be inferred from register mask
|
D | constant-pool.mir | 71 # Verify that alignment can be inferred:
|
/external/libvorbis/doc/ |
D | vorbis-clip.txt | 3 Sample granularity editing of a Vorbis file; inferred arbitrary sample 32 be inferred from correct usage of the granule position data.
|
/external/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
|
/external/llvm/test/TableGen/ |
D | TargetInstrInfo.td | 82 // 5. The use/def properties for each operand are automatically inferred from
|
/external/autotest/utils/ |
D | pylintrc | 39 # E1103: Instance has no '*' member (but some types could not be inferred)
|
/external/chromium-trace/catapult/third_party/coverage/ |
D | pylintrc | 75 …run_python_file: Instance of 'file' has no 'getvalue' member (but some types could not be inferred)
|
/external/gmock/include/gmock/ |
D | gmock-generated-actions.h.pump | 434 // that cannot be inferred from its value parameters. ACTION() and 469 // arguments. The value argument types are inferred by the compiler.
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-actions.h.pump | 434 // that cannot be inferred from its value parameters. ACTION() and 469 // arguments. The value argument types are inferred by the compiler.
|
12