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

  /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/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/tensorflow/tensorflow/core/framework/
tensor_types.h 121 TensorType::NumIndices>::Tensor32Bit RetType;
122 return RetType(in.data(), To32BitDims(in.dimensions()));
  /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/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 {
  /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...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 385 Type *RetType = T->getReturnType();
386 if (!RetType->isVoidTy())
387 RetType = StructType::get(RetType, ShadowTy, (Type *)nullptr);
388 return FunctionType::get(RetType, ArgTypes, T->isVarArg());
397 Type *RetType = T->getReturnType();
398 if (!RetType->isVoidTy())
420 Type *RetType = T->getReturnType();
421 if (!RetType->isVoidTy())
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 3707 milliseconds