Home
last modified time | relevance | path

Searched refs:thrownTypes (Results 1 – 11 of 11) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DProductionBinding.java87 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
DBindingFactory.java249 .thrownTypes(producesMethod.getThrownTypes()) in producesMethodBinding()
364 .thrownTypes(dependencyMethod.getThrownTypes()); in componentDependencyMethodBinding()
/external/llvm-project/llvm/test/DebugInfo/Generic/
Dverifier-invalid-disubprogram.ll69 !17 = distinct !DISubprogram(isDefinition: false, thrownTypes: !0)
73 !18 = distinct !DISubprogram(isDefinition: false, thrownTypes: !{!0})
DthrownTypes.ll31 … isDefinition: true, unit: !0, scopeLine: 2, file: !1, scope: !1, type: !6, thrownTypes: !{!3, !4})
/external/llvm-project/llvm/test/Assembler/
Ddisubprogram.ll66 …e: !3, scopeLine: 2, spFlags: DISPFlagLocalToUnit | DISPFlagDefinition, unit: !8, thrownTypes: !13)
70 unit: !8, thrownTypes: !13)
/external/llvm-project/llvm/test/Verifier/
DDISubprogram.ll20 unit: !8, thrownTypes: !13)
/external/dagger2/java/dagger/internal/codegen/componentgenerator/
DMethodSignature.java40 abstract ImmutableList<? extends Equivalence.Wrapper<? extends TypeMirror>> thrownTypes(); in thrownTypes() method in MethodSignature
/external/dagger2/java/dagger/internal/codegen/writing/
DProducerFactoryGenerator.java213 .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/
DLLParser.cpp4995 OPTIONAL(thrownTypes, MDField, ); in parseDISubprogram()
5014 declaration.Val, retainedNodes.Val, thrownTypes.Val)); in parseDISubprogram()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp4703 OPTIONAL(thrownTypes, MDField, ); in ParseDISubprogram()
4722 declaration.Val, retainedNodes.Val, thrownTypes.Val)); in ParseDISubprogram()
/external/llvm-project/llvm/docs/
DLangRef.rst5140 thrownTypes: !9)