Home
last modified time | relevance | path

Searched refs:setPrivate (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/mlir/unittests/Pass/
DAnalysisManagerTest.cpp61 func1.setPrivate(); in TEST()
91 func1.setPrivate(); in TEST()
DPassManagerTest.cpp57 func.setPrivate(); in TEST()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/modifiers/
DNodeWithPrivateModifier.java17 default N setPrivate(boolean set) { in setPrivate() method
/external/javassist/src/main/javassist/bytecode/
DAccessFlag.java69 public static int setPrivate(int accflags) { in setPrivate() method in AccessFlag
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dguarantee_all_funcs_one_use.cc96 new_func.setPrivate(); in Run()
Dcluster_outlining.cc69 outlined_func.setPrivate(); in BuildFunction()
Dregion_control_flow_to_functional.cc156 outlined_func.setPrivate(); in ExtractSingleBlockRegion()
Dresource_op_lifting_cleanup.cc125 cloned.setPrivate(); in CloneFunctionIfNeeded()
Dstack_ops_decomposition.cc339 lowered_callee.setPrivate(); in HandlePartitionedCallOp()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf_while.cc65 func.setPrivate(); in RunOnWhile()
Dwhile_loop_outline.cc215 outlined_func.setPrivate(); in OutlineWhile()
/external/javassist/src/main/javassist/
DModifier.java200 public static int setPrivate(int mod) { in setPrivate() method in Modifier
DCtNewWrappedMethod.java160 body.setAccessFlags(AccessFlag.setPrivate(acc)); in addBodyMethod()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dembed_memref_prints.cc54 callee_func.setPrivate(); in emitCallToPrint()
/external/llvm-project/mlir/lib/Conversion/GPUToVulkan/
DConvertGPULaunchFuncToVulkanLaunchFunc.cpp126 builder.create<FuncOp>(loc, kVulkanLaunch, funcType).setPrivate(); in declareVulkanLaunchFunc()
/external/llvm-project/mlir/lib/Conversion/LinalgToStandard/
DLinalgToStandard.cpp80 funcOp.setPrivate(); in getLibraryCallSymbolRef()
/external/llvm-project/mlir/examples/toy/Ch4/mlir/
DMLIRGen.cpp174 function.setPrivate(); in mlirGen()
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DMLIRGen.cpp174 function.setPrivate(); in mlirGen()
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DMLIRGen.cpp174 function.setPrivate(); in mlirGen()
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp120 builder.create<FuncOp>(module.getLoc(), name, type).setPrivate(); in addAsyncRuntimeApiDeclarations()
232 resumeOp.setPrivate(); in addResumeFunction()
/external/llvm-project/mlir/include/mlir/IR/
DSymbolInterfaces.td87 "void", "setPrivate", (ins), [{}],
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DGatherAPIDataOld.java285 info.setPrivate(); in createInfo()
DGatherAPIData.java361 info.setPrivate(); in createInfo()
DAPIInfo.java98 public void setPrivate() { setType(VIS, VIS_PRIVATE); } in setPrivate() method in APIInfo
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DMLIRGen.cpp227 function.setPrivate(); in mlirGen()

12