Home
last modified time | relevance | path

Searched defs:retType (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm-project/mlir/include/mlir/TableGen/
DOpClass.h181 OpMethodSignature(StringRef retType, StringRef name, Args &&...args) in OpMethodSignature()
245 OpMethod(StringRef retType, StringRef name, Property property, unsigned id, in OpMethod()
322 OpMethod *addMethodAndPrune(StringRef retType, StringRef name, in addMethodAndPrune()
330 OpMethod *addMethodAndPrune(StringRef retType, StringRef name, in addMethodAndPrune()
/external/javassist/src/main/javassist/expr/
DCast.java123 CtClass retType = getType(); in replace() local
158 CtClass retType; field in Cast.ProceedForCast
DInstanceof.java126 CtClass retType = CtClass.booleanType; in replace() local
DMethodCall.java225 CtClass retType = Descriptor.getReturnType(signature, cp); in replace() local
DNewArray.java196 CtClass retType; in replace2() local
DExpr.java209 static final boolean checkResultValue(CtClass retType, String prog) in checkResultValue()
DFieldAccess.java184 CtClass retType; in replace() local
/external/icu/icu4c/source/test/cintltst/
Dsprpdata.c155 UStringPrepType retType; in compareMapping() local
235 UStringPrepType retType; in compareFlagsForRange() local
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DFixTypeConstructors.cpp29 const TType &retType = aggregateNode->getType(); in visitAggregate() local
DAddExplicitTypeCasts.cpp28 const TType &retType = callNode.getType(); in visitAggregatePost() local
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/declarations/
DJavaParserFieldDeclaration.java71 …Type retType = JavaParserFacade.get(typeSolver).convert(variableDeclarator.getType(), wrappedNode); in getType() local
/external/icu/icu4c/source/test/intltest/
Dtestidn.cpp336 UStringPrepType retType; in compareMapping() local
409 UStringPrepType retType; in compareFlagsForRange() local
/external/javassist/src/main/javassist/util/proxy/
DRuntimeSupport.java200 public static String makeDescriptor(Class<?>[] params, Class<?> retType) { in makeDescriptor()
219 public static String makeDescriptor(String params, Class<?> retType) { in makeDescriptor()
/external/llvm-project/mlir/unittests/Dialect/SPIRV/
DDeserializationTest.cpp97 uint32_t addFunctionType(uint32_t retType, ArrayRef<uint32_t> paramTypes) { in addFunctionType()
107 uint32_t addFunction(uint32_t retType, uint32_t fnType) { in addFunction()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dimportgl.h55 #define FNDEF(retType, funcName, args) \ argument
/external/angle/src/compiler/translator/
DSymbol.h338 const TType *retType, in TFunction()
363 const TType *retType, in TFunction()
DSymbol.cpp188 const TType *retType, in TFunction()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseables.cpp501 const char* retType; // return type key: empty matches type of 1st argument in initialize() member
912 … const char* retType = intrinsic.retType ? intrinsic.retType : argType; in initialize() local
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseables.cpp501 const char* retType; // return type key: empty matches type of 1st argument in initialize() member
912 … const char* retType = intrinsic.retType ? intrinsic.retType : argType; in initialize() local
/external/javassist/src/main/javassist/
DCtMethod.java293 CtClass retType; in setWrappedBody() local
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp284 quant::QuantizedType retType; in buildQTypeFromMinMax() local
/external/jdiff/src/jdiff/
DRootDocToXML.java541 com.sun.javadoc.Type retType = md[i].returnType(); in processMethods() local
/external/llvm-project/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp163 llvm::Type *retType, in createFunction()
1696 llvm::Type *retType = builder.getVoidTy(); in createStandardUtilityFunctions() local
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp216 llvm::Type *retType, in createFunction()
1748 llvm::Type *retType = builder.getVoidTy(); in createStandardUtilityFunctions() local
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py250 def IniGetValue(configFile, section, option, retType='str', default=''): argument

12