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

  /external/clang/test/CodeGen/
regparm.c 11 typedef void (*FType)(int, int) __attribute ((regparm (3), stdcall));
12 FType bar;
le32-regparm.c 29 typedef void (*FType)(int, int) __attribute ((regparm (2)));
30 FType bar;
  /external/llvm/lib/Analysis/
ProfileVerifierPass.cpp 35 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, 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...]
ProfileDataLoader.h 11 // 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/clang/lib/CodeGen/
CGDebugInfo.cpp 680 QualType FType;
687 FType = CGM.getContext().UnsignedLongTy;
688 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
689 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
707 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy);
708 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
709 FType = CGM.getContext().IntTy;
710 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
711 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
712 FType = CGM.getContext().getPointerType(CGM.getContext().VoidTy)
    [all...]
CGDebugInfo.h 324 /// CreateMemberType - Create new member and increase Offset by FType's size.
325 llvm::DIType CreateMemberType(llvm::DIFile Unit, QualType FType,
  /external/llvm/include/llvm/MC/
MCAssembler.h 144 MCEncodedFragment(MCFragment::FragmentType FType, MCSectionData *SD = 0)
145 : MCFragment(FType, SD), BundlePadding(0)
181 MCEncodedFragmentWithFixups(MCFragment::FragmentType FType,
183 : MCEncodedFragment(FType, SD)
    [all...]
  /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/llvm/lib/Target/R600/
SIISelLowering.cpp 91 FunctionType *FType = MF.getFunction()->getFunctionType();
126 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
183 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 143 milliseconds