/external/llvm-project/mlir/include/mlir/Interfaces/ |
D | VectorInterfaces.td | 34 /*methodBody=*/"", 60 /*methodBody=*/"", 68 /*methodBody=*/"", 78 /*methodBody=*/"", 90 /*methodBody=*/"return $_op.memref();" 98 /*methodBody=*/"return $_op.vector();" 106 /*methodBody=*/"return $_op.indices();" 114 /*methodBody=*/"return $_op.permutation_map();" 122 /*methodBody=*/"return $_op.masked();" 130 /*methodBody=*/"", [all …]
|
D | ViewLikeInterface.td | 73 /*methodBody=*/"", 85 /*methodBody=*/"", 97 /*methodBody=*/"", 109 /*methodBody=*/"", 121 /*methodBody=*/"", 133 /*methodBody=*/"", 145 /*methodBody=*/"", 158 /*methodBody=*/"", 172 /*methodBody=*/"", 186 /*methodBody=*/"", [all …]
|
D | InferTypeOpInterface.td | 55 /*methodBody=*/[{ 113 /*methodBody=*/[{}],
|
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
D | LinalgStructuredOpsInterface.td | 33 /*methodBody=*/"", 46 /*methodBody=*/"", 58 /*methodBody=*/"", 71 /*methodBody=*/"", 83 /*methodBody=*/"", 96 /*methodBody=*/"", 108 /*methodBody=*/"", 121 /*methodBody=*/"", 168 /*methodBody=*/"", 182 /*methodBody=*/"", [all …]
|
/external/llvm-project/mlir/include/mlir/Dialect/Affine/IR/ |
D | AffineMemoryOpInterfaces.td | 30 /*methodBody*/[{}], 41 /*methodBody=*/[{}], 52 /*methodBody=*/[{}], 65 /*methodBody=*/[{}], 76 /*methodBody=*/[{}], 89 /*methodBody=*/[{}], 109 /*methodBody=*/[{}], 120 /*methodBody=*/[{}], 131 /*methodBody=*/[{}], 155 /*methodBody=*/[{}], [all …]
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/remove/ |
D | NodeRemovalTest.java | 69 BlockStmt methodBody = addMethod.createBody(); in testRemoveStatementFromMethodBody() local 70 Statement addStatement = methodBody.addAndGetStatement("test"); in testRemoveStatementFromMethodBody() 71 assertEquals(1, methodBody.getStatements().size()); in testRemoveStatementFromMethodBody() 74 assertEquals(0, methodBody.getStatements().size()); in testRemoveStatementFromMethodBody()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
D | infer_fusibility_op_interface.td | 39 /*methodBody=*/[{}], 51 /*methodBody=*/[{}], 63 /*methodBody=*/[{}], 78 /*methodBody=*/[{}], 93 /*methodBody=*/[{}], 116 /*methodBody=*/[{}],
|
/external/llvm-project/mlir/include/mlir/TableGen/ |
D | OpClass.h | 249 methodBody(properties & MP_Declaration), id(id) {} in OpMethod() 255 OpMethodBody &body() { return methodBody; } in body() 285 OpMethodBody methodBody; variable
|
/external/llvm-project/mlir/lib/TableGen/ |
D | OpClass.cpp | 214 methodBody.writeTo(os); in writeDefTo() 234 methodBody.writeTo(os); in writeDefTo()
|
/external/javassist/src/test/javassist/ |
D | JvstTest5.java | 73 String methodBody = "public void test() { defaultMethod(); }"; in testJIRA246() local 74 CtMethod ctMethod = CtMethod.make(methodBody, ctClass); in testJIRA246() 141 …String methodBody = "public int run() { return foo() + super.foo() + super.bar() + test5.JIRA248In… in testJIRA248() local 142 CtMethod ctMethod = CtMethod.make(methodBody, cc); in testJIRA248()
|
/external/dagger2/java/dagger/internal/codegen/writing/ |
D | MethodBindingExpression.java | 82 Object unused = methodBody(); in getDependencyExpression() 117 protected final CodeBlock methodBody() { in methodBody() method in MethodBindingExpression
|
D | PrivateMethodBindingExpression.java | 86 .addCode(methodBody()) in addMethod()
|
D | ComponentBindingExpressions.java | 223 CodeBlock methodBody = in getComponentMethod() local 227 return method.addCode(methodBody).build(); in getComponentMethod()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | RegionKindInterface.td | 46 /*methodBody=*/[{
|
D | OpBase.td | 1837 dag args = (ins), code methodBody = [{}], 1852 code body = methodBody; 1860 dag args = (ins), code methodBody = [{}], 1862 : InterfaceMethod<desc, retTy, methodName, args, methodBody,
|
/external/javapoet/src/test/java/com/squareup/javapoet/ |
D | TypeSpecTest.java | 1203 CodeBlock methodBody = CodeBlock.builder() in codeBlocks() local 1233 .addCode(methodBody) in codeBlocks()
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | JavaInputAstVisitor.java | 1483 methodBody(node); 1489 private void methodBody(MethodTree node) {
|
/external/doclava/src/com/google/doclava/parser/ |
D | Java.g | 221 * "methodBody". constructorBody starts with explicitConstructorInvocation,
|
/external/llvm-project/mlir/docs/ |
D | OpDefinitions.md | 445 "unsigned", "getNumWithDefault", (ins), /*methodBody=*/[{}], [{
|