HomeSort by relevance Sort by last modified time
    Searched refs:FType (Results 1 - 16 of 16) 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 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/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl 148 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/
conglomerate_functions.pl 148 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/
CGDebugInfo.cpp 701 QualType FType;
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 = CGM.getContext().getPointerType(CGM.getContext().VoidTy)
    [all...]
CGDebugInfo.h 347 /// CreateMemberType - Create new member and increase Offset by FType's size.
348 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 137 FunctionType *FType = MF.getFunction()->getFunctionType();
172 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
245 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 506 milliseconds