Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DMethodSignature.java16 abstract ImmutableList<Equivalence.Wrapper<TypeMirror>> thrownTypes(); in thrownTypes() method in MethodSignature
21 ImmutableList.Builder<Equivalence.Wrapper<TypeMirror>> thrownTypes = ImmutableList.builder(); in fromExecutableType() local
26 thrownTypes.add(MoreTypes.equivalence().wrap(thrownType)); in fromExecutableType()
31 thrownTypes.build()); in fromExecutableType()
DProducerFactoryGenerator.java209 getThrowsClause(binding.thrownTypes()), in write()
506 private Snippet getThrowsClause(List<? extends TypeMirror> thrownTypes) {
507 if (thrownTypes.isEmpty()) {
512 .from(thrownTypes)
DProductionBinding.java74 abstract ImmutableList<? extends TypeMirror> thrownTypes(); in thrownTypes() method in ProductionBinding
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/
Ddisubprogram.ll66 …3, isLocal: true, isDefinition: true, scopeLine: 2, isOptimized: false, unit: !8, thrownTypes: !13)
70 unit: !8, thrownTypes: !13)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
DDISubprogram.ll20 unit: !8, thrownTypes: !13)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
DthrownTypes.ll33 … isDefinition: true, unit: !0, scopeLine: 2, file: !1, scope: !1, type: !6, thrownTypes: !{!3, !4})
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp4491 OPTIONAL(thrownTypes, MDField, ); in ParseDISubprogram()
4506 declaration.Val, retainedNodes.Val, thrownTypes.Val)); in ParseDISubprogram()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLangRef.rst4519 declaration: !7, variables: !8, thrownTypes: !9)