HomeSort by relevance Sort by last modified time
    Searched refs:getReturnType (Results 276 - 300 of 1309) sorted by null

<<11121314151617181920>>

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.cpp 99 TheFunction->getFunctionType()->getReturnType(),
  /external/swiftshader/third_party/LLVM/include/llvm/
DerivedTypes.h 121 Type *getReturnType() const { return ContainedTys[0]; }
Function.h 135 Type *getReturnType() const; // Return the type of the ret val
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 129 Type *RetTy = FTy->getReturnType();
  /external/swiftshader/third_party/LLVM/lib/VMCore/
IRBuilder.cpp 39 return BB->getParent()->getReturnType();
  /external/swiftshader/third_party/subzero/src/
IceCfg.h 65 Type getReturnType() const { return ReturnType; }
  /external/testng/src/main/java/org/testng/internal/
TestNGClassFinder.java 73 if (!ITestObjectFactory.class.isAssignableFrom(m.getReturnType())) {
  /frameworks/base/legacy-test/src/junit/framework/
TestSuite.java 305 m.getReturnType().equals(Void.TYPE);
  /frameworks/base/packages/SystemUI/tests/src/com/android/
AAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java 198 && m.getReturnType().equals(Void.TYPE);
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestGrouping.java 226 (method.getReturnType().getSimpleName().equals("void")));
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 164 clang::QualType resultType = FD->getReturnType().getCanonicalType();
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
MethodCallExpr.java 164 mGetter = new Callable(Type.METHOD, method.getName(), null, method.getReturnType(args),
  /frameworks/rs/rsov/compiler/spirit/
module_test.cpp 176 EXPECT_NE(nullptr, kernel->getReturnType());
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationFactory.java 73 Class<?> type = element.getReturnType();
GenericSignatureParser.java 173 this.returnType = m.getReturnType();
  /prebuilts/tools/common/asm-tools/
asm-3.3.1.jar 
  /prebuilts/tools/common/m2/repository/asm/asm/3.3/
asm-3.3.jar 
  /prebuilts/tools/common/m2/repository/asm/asm/3.3.1/
asm-3.3.1.jar 
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
DeviceTestCase.java 283 && method.getReturnType().equals(Void.TYPE)
  /external/clang/lib/AST/
TypePrinter.cpp 630 printBefore(T->getReturnType(), OS);
770 print(T->getReturnType(), OS, StringRef());
772 printAfter(T->getReturnType(), OS);
779 printBefore(T->getReturnType(), OS);
793 printAfter(T->getReturnType(), OS);
    [all...]
DeclObjC.cpp     [all...]
Type.cpp 815 QualType returnType = recurse(T->getReturnType());
819 if (returnType.getAsOpaquePtr() == T->getReturnType().getAsOpaquePtr())
826 QualType returnType = recurse(T->getReturnType());
867 if (returnType.getAsOpaquePtr() == T->getReturnType().getAsOpaquePtr() &&
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 86 static CanQualType GetReturnType(QualType RetTy) {
96 return arrangeLLVMFunctionInfo(FTNP->getReturnType().getUnqualifiedType(),
149 CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
394 noProto->getReturnType(), /*instanceMethod=*/false,
440 GetReturnType(MD->getReturnType()), /*instanceMethod=*/false,
451 GetReturnType(returnType), /*instanceMethod=*/false,
545 return CGT.arrangeLLVMFunctionInfo(GetReturnType(fnType->getReturnType()),
579 GetReturnType(proto->getReturnType())
    [all...]
  /external/llvm/lib/IR/
Function.cpp 242 Type *Function::getReturnType() const {
243 return getFunctionType()->getReturnType();
262 assert(FunctionType::isValidReturnType(getReturnType()) &&
517 Result += "f_" + getMangledTypeStr(FT->getReturnType());
    [all...]
Verifier.cpp     [all...]

Completed in 1641 milliseconds

<<11121314151617181920>>