HomeSort by relevance Sort by last modified time
    Searched defs:GetReturnType (Results 1 - 8 of 8) 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/tools/veridex/
flow_analysis.cc 124 RegisterValue VeriFlowAnalysis::GetReturnType(uint32_t method_index) {
698 return GetReturnType(id);
705 return GetReturnType(id);
728 return GetReturnType(id);
743 return GetReturnType(id);
760 return GetReturnType(id);
  /external/v8/src/compiler/
linkage.h 270 MachineType GetReturnType(size_t index) const {
399 MachineType GetReturnType(size_t index = 0) const {
400 return incoming_->GetReturnType(index);
  /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/v8/src/wasm/
function-body-decoder.cc     [all...]
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 638 const std::string &GetReturnType() const {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 778 QualType ResultTy = MD->getReturnType();
    [all...]

Completed in 211 milliseconds