HomeSort by relevance Sort by last modified time
    Searched refs:FType (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CodeGen/
regparm.c 11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall));
12 FType bar;
  /external/llvm/lib/Analysis/
ProfileVerifierPass.cpp 34 template<class FType, class BType>
46 ProfileInfoT<FType, BType> *PI;
48 std::set<const FType*> FisVisited;
73 AU.addRequired<ProfileInfoT<FType, BType> >();
81 bool runOnFunction(FType &F);
84 bool exitReachable(const FType*);
85 double ReadOrAssert(typename ProfileInfoT<FType, BType>::Edge);
91 template<class FType, class BType>
92 void ProfileVerifierPassT<FType, BType>::printDebugInfo(const BType *BB) {
97 if (BBWeight == ProfileInfoT<FType, BType>::MissingValue) { BBWeight = 0;
    [all...]
  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 54 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 *New)
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 601 QualType FType;
608 FType = CGM.getContext().UnsignedLongTy;
609 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
610 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
628 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
629 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
630 FType = CGM.getContext().IntTy;
631 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
632 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
633 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy)
    [all...]
CGDebugInfo.h 283 /// CreateMemberType - Create new member and increase Offset by FType's size.
284 llvm::DIType CreateMemberType(llvm::DIFile Unit, QualType FType,
  /external/stlport/test/unit/
ptrspec_test.cpp 92 typedef void (*FType)();
93 vector<FType> func_vector;
  /ndk/tests/device/test-gnustl-full/unit/
ptrspec_test.cpp 92 typedef void (*FType)();
93 vector<FType> func_vector;
  /ndk/tests/device/test-stlport/unit/
ptrspec_test.cpp 92 typedef void (*FType)();
93 vector<FType> func_vector;
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 256 milliseconds