Searched refs:FType (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/CodeGen/
H A Dregparm.c11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall));
12 FType bar;
/external/llvm/lib/Analysis/
H A DProfileVerifierPass.cpp35 template<class FType, class BType>
47 ProfileInfoT<FType, BType> *PI;
49 std::set<const FType*> FisVisited;
74 AU.addRequired<ProfileInfoT<FType, BType> >();
82 bool runOnFunction(FType &F);
85 bool exitReachable(const FType*);
86 double ReadOrAssert(typename ProfileInfoT<FType, BType>::Edge);
92 template<class FType, class BType>
93 void ProfileVerifierPassT<FType, BType>::printDebugInfo(const BType *BB) {
98 if (BBWeight == ProfileInfoT<FType, BTyp
[all...]
/external/llvm/include/llvm/Analysis/
H A DProfileInfo.h54 template<class FType, class BType>
69 std::map<const FType*, EdgeWeights> EdgeInformation;
72 std::map<const FType*, BlockCounts> BlockInformation;
75 std::map<const FType*, double> FunctionInformation;
88 static const FType* getFunction(Edge e) {
104 double getExecutionCount(const FType *F);
113 typename std::map<const FType*, EdgeWeights>::const_iterator J =
132 EdgeWeights &getEdgeWeights (const FType *F) {
167 void transfer(const FType *Old, const FType *Ne
[all...]
H A DProfileDataLoader.h11 // The ProfileDataT<FType, BType> class is used to store the mapping of this
36 /// \brief The ProfileDataT<FType, BType> class is used to store the mapping of
40 template<class FType, class BType>
55 DenseMap<const FType*, EdgeWeights> EdgeInformation;
59 static const FType *getFunction(Edge e) {
75 const FType *f = getFunction(e);
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dconglomerate_functions.pl148 my $FType = "";
153 $FType = $1;
155 if ($FType eq 'STATIC') {
158 elsif ($FType eq 'INDIRECT') {
161 elsif ($FType eq 'EXPORTED') {
164 elsif ($FType eq 'NORMAL') {
/external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
H A Dconglomerate_functions.pl148 my $FType = "";
153 $FType = $1;
155 if ($FType eq 'STATIC') {
158 elsif ($FType eq 'INDIRECT') {
161 elsif ($FType eq 'EXPORTED') {
164 elsif ($FType eq 'NORMAL') {
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp701 QualType FType; local
708 FType = CGM.getContext().UnsignedLongTy;
709 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
710 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
728 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
729 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
730 FType = CGM.getContext().IntTy;
731 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
732 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
733 FType
1623 QualType FType = Field->getType(); local
2276 CreateMemberType(llvm::DIFile Unit, QualType FType, StringRef Name, uint64_t *Offset) argument
2581 QualType FType; local
[all...]
H A DCGDebugInfo.h347 /// CreateMemberType - Create new member and increase Offset by FType's size.
348 llvm::DIType CreateMemberType(llvm::DIFile Unit, QualType FType,
/external/stlport/test/unit/
H A Dptrspec_test.cpp92 typedef void (*FType)(); typedef
93 vector<FType> func_vector;
/external/llvm/include/llvm/MC/
H A DMCAssembler.h144 MCEncodedFragment(MCFragment::FragmentType FType, MCSectionData *SD = 0) argument
145 : MCFragment(FType, SD), BundlePadding(0)
181 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType, argument
183 : MCEncodedFragment(FType, SD)
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp137 FunctionType *FType = MF.getFunction()->getFunctionType(); local
172 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
245 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp4448 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); local
4450 SourceLocation(), ID, FType, 0, SC_Extern,
4508 QualType FType = Context->getPointerType(BFT); local
4515 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, FType, VK_RValue,
4634 FType, VK_LValue, SourceLocation());
4638 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
H A DRewriteModernObjC.cpp5403 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); local
5405 SourceLocation(), ID, FType, 0, SC_Extern,
5472 QualType FType = Context->getPointerType(BFT); local
5487 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, FType, VK_RValue,
5606 FType, VK_LValue, SourceLocation());
5618 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast,
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3924 if (const FunctionType *FType = Results[I].getFunctionType())
3925 if (const FunctionProtoType *Proto = dyn_cast<FunctionProtoType>(FType))

Completed in 690 milliseconds