Home
last modified time | relevance | path

Searched refs:checkFunctions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/
H A DDefaultFunctionProcessor.kt37 result.addAll(checkFunctions(ktInterface, listOf("funLiteral", "funWithBody", "emptyFun"))) in process()
38 result.addAll(checkFunctions(javaInterface, listOf("foo", "bar"))) in process()
106 private fun checkFunctions(classDec: KSClassDeclaration, funList: List<String>): List<String> { in checkFunctions() method in com.google.devtools.ksp.processor.DefaultFunctionProcessor
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DDebugify.cpp375 static bool checkFunctions(const DebugFnMap &DIFunctionsBefore, in checkFunctions() function
634 checkFunctions(DIFunctionsBefore, DIFunctionsAfter, NameOfWrappedPass, in checkDebugInfoMetadata()