Searched refs:thrownTypes (Results 1 – 11 of 11) sorted by relevance
/external/dagger2/java/dagger/internal/codegen/binding/ |
D | ProductionBinding.java | 87 public abstract ImmutableList<? extends TypeMirror> thrownTypes(); in thrownTypes() method in ProductionBinding 113 .thrownTypes(ImmutableList.<TypeMirror>of()); in builder() 145 abstract Builder thrownTypes(Iterable<? extends TypeMirror> thrownTypes); in thrownTypes() argument
|
D | BindingFactory.java | 249 .thrownTypes(producesMethod.getThrownTypes()) in producesMethodBinding() 364 .thrownTypes(dependencyMethod.getThrownTypes()); in componentDependencyMethodBinding()
|
/external/llvm-project/llvm/test/DebugInfo/Generic/ |
D | verifier-invalid-disubprogram.ll | 69 !17 = distinct !DISubprogram(isDefinition: false, thrownTypes: !0) 73 !18 = distinct !DISubprogram(isDefinition: false, thrownTypes: !{!0})
|
D | thrownTypes.ll | 31 … isDefinition: true, unit: !0, scopeLine: 2, file: !1, scope: !1, type: !6, thrownTypes: !{!3, !4})
|
/external/llvm-project/llvm/test/Assembler/ |
D | disubprogram.ll | 66 …e: !3, scopeLine: 2, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition, unit: !8, thrownTypes: !13) 70 unit: !8, thrownTypes: !13)
|
/external/llvm-project/llvm/test/Verifier/ |
D | DISubprogram.ll | 20 unit: !8, thrownTypes: !13)
|
/external/dagger2/java/dagger/internal/codegen/componentgenerator/ |
D | MethodSignature.java | 40 abstract ImmutableList<? extends Equivalence.Wrapper<? extends TypeMirror>> thrownTypes(); in thrownTypes() method in MethodSignature
|
/external/dagger2/java/dagger/internal/codegen/writing/ |
D | ProducerFactoryGenerator.java | 213 .addExceptions(getThrownTypeNames(binding.thrownTypes())) in write() 558 Iterable<? extends TypeMirror> thrownTypes) { in getThrownTypeNames() argument 559 return FluentIterable.from(thrownTypes).transform(TypeName::get); in getThrownTypeNames()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4995 OPTIONAL(thrownTypes, MDField, ); in parseDISubprogram() 5014 declaration.Val, retainedNodes.Val, thrownTypes.Val)); in parseDISubprogram()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4703 OPTIONAL(thrownTypes, MDField, ); in ParseDISubprogram() 4722 declaration.Val, retainedNodes.Val, thrownTypes.Val)); in ParseDISubprogram()
|
/external/llvm-project/llvm/docs/ |
D | LangRef.rst | 5140 thrownTypes: !9)
|