HomeSort by relevance Sort by last modified time
    Searched refs:RetType (Results 1 - 25 of 44) sorted by null

1 2

  /art/runtime/
class_loader_utils.h 55 // * The last argument of the visitor is an out argument of RetType. It will be returned
58 template <typename Visitor, typename RetType>
59 inline RetType VisitClassLoaderDexElements(ScopedObjectAccessAlreadyRunnable& soa,
62 RetType defaultReturn)
85 RetType ret_value;
99 // * The last argument of the visitor is an out argument of RetType. It will be returned
102 template <typename Visitor, typename RetType>
103 inline RetType VisitClassLoaderDexFiles(ScopedObjectAccessAlreadyRunnable& soa,
106 RetType defaultReturn)
115 auto visit_dex_files = [&](ObjPtr<mirror::Object> element, RetType* ret
    [all...]
  /external/libbrillo/brillo/dbus/
dbus_object_test_helpers.h 80 template<typename RetType>
82 // MethodHandlerInvoker<RetType>::Call() calls a member |method| of a class
87 // value of type RetType as a placeholder).
91 static RetType Call(
94 void(Class::*method)(std::unique_ptr<DBusMethodResponse<RetType>>,
100 std::unique_ptr<DBusMethodResponse<RetType>> method_response{
101 new DBusMethodResponse<RetType>(
108 RetType ret_val;
  /external/clang/test/CodeGen/
xcore-stringtype.c 94 typedef int RetType[2];
95 RetType* arrayType(int A1[], int const volatile A2[2], int A3[][2],
  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 53 Type* RetType = F.getReturnType();
54 switch (RetType->getTypeID()) {
Mips16HardFloat.cpp 172 Type* RetType = F.getReturnType();
173 return whichFPReturnVariant(RetType) != NoFPRet;
177 Type* RetType = FT.getReturnType();
178 return whichFPReturnVariant(RetType) != NoFPRet;
MipsAsmPrinter.cpp 885 const char *RetType;
889 // # Stub function to call rettype xxxx (params)
893 RetType = "float";
896 RetType = "double";
899 RetType = "complex";
902 RetType = "double complex";
905 RetType = "";
932 OutStreamer->AddComment("\t# Stub function to call " + Twine(RetType) + " " +
    [all...]
  /external/tensorflow/tensorflow/core/framework/
tensor_types.h 121 TensorType::NumIndices>::Tensor32Bit RetType;
122 return RetType(in.data(), To32BitDims(in.dimensions()));
  /art/runtime/entrypoints/quick/
quick_field_entrypoints.cc 76 #define ART_GET_FIELD_FROM_CODE(Kind, PrimitiveType, RetType, SetType, \
78 extern "C" RetType artGet ## Kind ## StaticFromCode(uint32_t field_idx, \
98 extern "C" RetType artGet ## Kind ## InstanceFromCode(uint32_t field_idx, \
188 extern "C" RetType artGet ## Kind ## StaticFromCompiledCode( \
196 extern "C" RetType artGet ## Kind ## InstanceFromCompiledCode( \
  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 278 bool tryUniformRetValOpt(IntegerType *RetType,
444 IntegerType *RetType, ArrayRef<VirtualCallTarget> TargetsForSlot,
453 auto TheRetValConst = ConstantInt::get(RetType, TheRetVal);
502 auto RetType = dyn_cast<IntegerType>(TargetsForSlot[0].Fn->getReturnType());
503 if (!RetType)
505 unsigned BitWidth = RetType->getBitWidth();
515 Target.Fn->getReturnType() != RetType)
536 if (VCallSite.CS.getType() != RetType)
554 if (tryUniformRetValOpt(RetType, TargetsForSlot, CSByConstantArg.second))
604 Value *ValAddr = B.CreateBitCast(Addr, RetType->getPointerTo())
    [all...]
  /external/guice/core/test/com/google/inject/
MethodInterceptionTest.java 275 static class RetType extends ErasedType {}
280 RetType aMethod(RetType obj);
282 public static class Impl extends Superclass<RetType> implements Interface {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tgmath.h 83 # define __TGMATH_UNARY_REAL_RET_ONLY(Val, RetType, Fct) \
86 ? (RetType) Fct (Val) \
88 ? (RetType) Fct##f (Val) \
89 : (RetType) __tgml(Fct) (Val)))
  /external/clang/lib/Sema/
SemaCoroutine.cpp 427 QualType RetType = FD->getReturnType();
428 if (!RetType->isDependentType()) {
430 InitializedEntity::InitializeResult(Loc, RetType, false);
431 ReturnObject = PerformMoveOrCopyInitialization(Entity, nullptr, RetType,
  /external/llvm/include/llvm/Support/
Casting.h 44 RetType;
45 static RetType getSimplifiedValue(const From& Val) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Casting.h 44 RetType;
45 static RetType getSimplifiedValue(const From& Val) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Casting.h 44 RetType;
45 static RetType getSimplifiedValue(const From& Val) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Casting.h 44 RetType;
45 static RetType getSimplifiedValue(const From& Val) {
  /external/clang/lib/Analysis/
Consumed.cpp 690 QualType RetType = Fun->getCallResultType();
691 if (RetType->isReferenceType())
692 RetType = RetType->getPointeeType();
694 if (isConsumableType(RetType)) {
699 ReturnState = mapConsumableAttrState(RetType);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Casting.h 45 using RetType =
48 static RetType getSimplifiedValue(const From& Val) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Casting.h 45 using RetType =
48 static RetType getSimplifiedValue(const From& Val) {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Casting.h 45 using RetType =
48 static RetType getSimplifiedValue(const From& Val) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Casting.h 45 using RetType =
48 static RetType getSimplifiedValue(const From& Val) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Casting.h 45 using RetType =
48 static RetType getSimplifiedValue(const From& Val) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Casting.h 45 using RetType =
48 static RetType getSimplifiedValue(const From& Val) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Casting.h 45 using RetType =
48 static RetType getSimplifiedValue(const From& Val) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Casting.h 45 using RetType =
48 static RetType getSimplifiedValue(const From& Val) {

Completed in 1775 milliseconds

1 2