Home
last modified time | relevance | path

Searched defs:FunctionDescriptor (Results 1 – 4 of 4) sorted by relevance

/external/cronet/tot/third_party/llvm-libc/src/benchmarks/automemcpy/include/automemcpy/
DFunctionDescriptor.h128 struct FunctionDescriptor { struct
137 COMPARABLE_AND_HASHABLE(FunctionDescriptor, Type, Contiguous, Overlap, Loop, in COMPARABLE_AND_HASHABLE() argument
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/automemcpy/include/automemcpy/
DFunctionDescriptor.h128 struct FunctionDescriptor { struct
137 COMPARABLE_AND_HASHABLE(FunctionDescriptor, Type, Contiguous, Overlap, Loop, in COMPARABLE_AND_HASHABLE() argument
/external/ksp/common-util/src/main/kotlin/com/google/devtools/ksp/
DDescriptorUtils.kt100 fun FunctionDescriptor.toFunctionKSModifiers(): Set<Modifier> { in FunctionDescriptor() method
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt742 fun FunctionDescriptor.build(external: Boolean = false): DocumentationNode { in build() method