HomeSort by relevance Sort by last modified time
    Searched defs:GetReturnType (Results 1 - 7 of 7) sorted by null

  /system/tools/aidl/
type_namespace.cpp 100 const ValidatableType* TypeNamespace::GetReturnType(
  /art/compiler/jni/quick/
calling_convention.h 35 Primitive::Type GetReturnType() const {
  /art/runtime/
art_method-inl.h 427 inline mirror::Class* ArtMethod::GetReturnType(bool resolve, size_t ptr_size) {
  /external/v8/src/compiler/
linkage.h 248 MachineType GetReturnType(size_t index) const {
364 MachineType GetReturnType(size_t index = 0) const {
365 return incoming_->GetReturnType(index);
  /external/clang/lib/CodeGen/
CGCall.cpp 80 static CanQualType GetReturnType(QualType RetTy) {
90 return arrangeLLVMFunctionInfo(FTNP->getReturnType().getUnqualifiedType(),
131 CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
301 noProto->getReturnType(), /*instanceMethod=*/false,
347 GetReturnType(MD->getReturnType()), /*instanceMethod=*/false,
434 return CGT.arrangeLLVMFunctionInfo(GetReturnType(fnType->getReturnType()),
470 GetReturnType(resultType), /*instanceMethod=*/false,
486 GetReturnType(FPT->getReturnType()), /*instanceMethod=*/true
    [all...]
  /external/v8/src/wasm/
ast-decoder.cc 650 Push(GetReturnType(sig), node);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 777 QualType ResultTy = MD->getReturnType();
    [all...]

Completed in 631 milliseconds