Searched refs:printType (Results 1 – 6 of 6) sorted by relevance
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/ |
D | format.go | 35 printType bool // Should we print the type before the value? member 74 if conf.printType { 86 if conf.printType { 94 if conf.printType { 107 subConf.printType = v.Type().Elem().Kind() == reflect.Interface 113 if conf.printType { 119 if conf.printType { 131 subConf.printType = v.Type().Elem().Kind() == reflect.Interface 138 if conf.printType { 145 subConf.printType = true [all …]
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/ |
D | BCELFactory.java | 131 _out.println("il.append(_factory.create" + kind + "(" + BCELifier.printType(type) in visitLocalVariableInstruction() 142 _out.println("il.append(_factory.createArray" + kind + "(" + BCELifier.printType(type) in visitArrayInstruction() 154 + "\", " + BCELifier.printType(type) + ", " + CONSTANT_PREFIX in visitFieldInstruction() 167 + "\", " + BCELifier.printType(type) + ", " in visitInvokeInstruction() 196 _out.println("il.append(_factory.createNewArray(" + BCELifier.printType(type) in visitAllocationInstruction() 245 _out.println("il.append(new INSTANCEOF(_cp.addClass(" + BCELifier.printType(type) + ")));"); in visitINSTANCEOF() 252 _out.println("il.append(_factory.createCheckCast(" + BCELifier.printType(type) + "));"); in visitCHECKCAST() 259 _out.println("il.append(_factory.createReturn(" + BCELifier.printType(type) + "));"); in visitReturnInstruction() 340 final String type = (h.getCatchType() == null) ? "null" : BCELifier.printType(h in updateExceptionHandlers()
|
D | BCELifier.java | 169 + printType(field.getSignature()) + ", \"" + field.getName() + "\", _cp);"); in visitField() 185 + printType(mg.getReturnType()) + ", " in visitMethod() 244 args.append(printType(arg_types[i])); in printArgumentTypes() 253 static String printType( final Type type ) { in printType() method in BCELifier 254 return printType(type.getSignature()); in printType() 258 static String printType( final String signature ) { in printType() method in BCELifier 271 return "new ArrayType(" + printType(at.getBasicType()) + ", " + at.getDimensions() in printType()
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 155 raw_ostream &printType(raw_ostream &Out, Type *Ty, 396 printType(FunctionInnards, ArgTy, in printStructReturnPointerFunctionType() 408 printType(Out, RetTy, in printStructReturnPointerFunctionType() 466 raw_ostream &CWriter::printType(raw_ostream &Out, Type *Ty, in printType() function in CWriter 490 printType(FunctionInnards, ArgTy, in printType() 502 printType(Out, FTy->getReturnType(), in printType() 518 printType(Out, *I, false, "field" + utostr(Idx++)); in printType() 537 return printType(Out, PTy->getElementType(), false, ptrName, true, PAL); in printType() 538 return printType(Out, PTy->getElementType(), false, ptrName); in printType() 548 printType(Out, ATy->getElementType(), false, in printType() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 120 void printType(const std::string& fname, const std::string& typeName ); 143 void printType(Type* Ty); 495 void CppWriter::printType(Type* Ty) { in printType() function in CppWriter 517 printType(argTy); in printType() 523 printType(FT->getReturnType()); in printType() 560 printType(fieldTy); in printType() 588 printType(ET); in printType() 601 printType(ET); in printType() 614 printType(ET); in printType() 640 printType(I->getInitializer()->getType()); in printTypes() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | SVEInstrFormats.td | 170 class imm8_opt_lsl<int ElementWidth, string printType, 175 let PrintMethod = "printImm8OptLsl<" # printType # ">";
|