Home
last modified time | relevance | path

Searched refs:nested_func (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dllvmlibc-callee-namespace.cpp5 void nested_func() {} in nested_func() function
17 __llvm_libc::nested::nested_func(); in Test()
26 nested::nested_func(); in Test()
/external/llvm-project/mlir/test/Transforms/
Dcse.mlir231 // CHECK-NEXT: @nested_func
232 func @nested_func() {
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtpu_rewrite.mlir862 // CHECK-SAME: func private @nested_func
882 %1 = call @nested_func(%0) : (tensor<?xi32>) -> tensor<?xi32>
886 func @nested_func(%arg0: tensor<?xi32>) -> tensor<?xi32> {