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

  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 53 Type* RetType = F.getReturnType();
54 switch (RetType->getTypeID()) {
Mips16HardFloat.cpp 181 Type* RetType = F.getReturnType();
182 return whichFPReturnVariant(RetType) != NoFPRet;
186 Type* RetType = FT.getReturnType();
187 return whichFPReturnVariant(RetType) != NoFPRet;
MipsAsmPrinter.cpp 904 const char *RetType;
908 // # Stub function to call rettype xxxx (params)
912 RetType = "float";
915 RetType = "double";
918 RetType = "complex";
921 RetType = "double complex";
924 RetType = "";
    [all...]
  /external/llvm/include/llvm/Support/
Casting.h 44 RetType;
45 static RetType getSimplifiedValue(const From& 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/clang/lib/Analysis/
Consumed.cpp 684 QualType RetType = Fun->getCallResultType();
685 if (RetType->isReferenceType())
686 RetType = RetType->getPointeeType();
688 if (isConsumableType(RetType)) {
693 ReturnState = mapConsumableAttrState(RetType);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 377 Type *RetType = T->getReturnType();
378 if (!RetType->isVoidTy())
379 RetType = StructType::get(RetType, ShadowTy, (Type *)nullptr);
380 return FunctionType::get(RetType, ArgTypes, T->isVarArg());
389 Type *RetType = T->getReturnType();
390 if (!RetType->isVoidTy())
412 Type *RetType = T->getReturnType();
413 if (!RetType->isVoidTy())
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 427 milliseconds