Searched refs:RetType (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/contrib/dev/acpica/namespace/
H A Dnsxfobj.c61 * RetType - Where the type will be placed
72 ACPI_OBJECT_TYPE *RetType)
80 if (!RetType)
91 *RetType = ACPI_TYPE_ANY;
110 *RetType = Node->Type;
70 AcpiGetType( ACPI_HANDLE Handle, ACPI_OBJECT_TYPE *RetType) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsOs16.cpp35 Type* RetType = F.getReturnType(); local
36 switch (RetType->getTypeID()) {
H A DMips16HardFloat.cpp166 Type* RetType = F.getReturnType(); local
167 return whichFPReturnVariant(RetType) != NoFPRet;
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCasting.h43 RetType; typedef in struct:llvm::simplify_type
44 static RetType getSimplifiedValue(const From& Val) {
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp288 Type *RetType = T->getReturnType(); local
289 if (!RetType->isVoidTy())
290 RetType = StructType::get(RetType, ShadowTy, (Type *)0);
291 return FunctionType::get(RetType, ArgTypes, T->isVarArg());
301 Type *RetType = T->getReturnType(); local
302 if (!RetType->isVoidTy())
323 Type *RetType = T->getReturnType(); local
324 if (!RetType->isVoidTy())
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp2936 Type *RetType = 0;
2942 ParseType(RetType, RetTypeLoc, true /*void allowed*/))
2972 if (!FunctionType::isValidReturnType(RetType))
3036 Attrs.push_back(AttributeSet::get(RetType->getContext(),
3044 Attrs.push_back(AttributeSet::get(RetType->getContext(), i + 1, B));
3049 Attrs.push_back(AttributeSet::get(RetType->getContext(),
3055 if (PAL.hasAttribute(1, Attribute::StructRet) && !RetType->isVoidTy())
3059 FunctionType::get(RetType, ParamTypeList, isVarArg);
3540 Type *RetType = 0;
3548 ParseType(RetType, RetTypeLo
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp677 QualType RetType = FunDecl->getCallResultType(); local
678 if (RetType->isReferenceType())
679 RetType = RetType->getPointeeType();
681 propagateReturnType(Call, FunDecl, RetType);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp2862 QualType RetType = (RelatedRetType.isNull() ? FnRetType : RelatedRetType); local
2872 RetType,
2875 RetType, RetValExp);
H A DSemaDecl.cpp6985 QualType RetType = NewFD->getResultType(); local
6986 const CXXRecordDecl *Ret = RetType->isRecordType() ?
6987 RetType->getAsCXXRecordDecl() : RetType->getPointeeCXXRecordDecl();
H A DSemaDeclCXX.cpp9195 QualType RetType = Context.getLValueReferenceType(ArgType); local
9221 CopyAssignment->setType(Context.getFunctionType(RetType, ArgType, EPI));
9584 QualType RetType = Context.getLValueReferenceType(ArgType); local
9607 MoveAssignment->setType(Context.getFunctionType(RetType, ArgType, EPI));

Completed in 209 milliseconds