Searched defs:Fn (Results 1 - 25 of 124) sorted by relevance

12345

/external/valgrind/perf/
H A Dmany-xpts.c4 #define Fn(N, Np1) \ macro
18 Fn(17, 999)
19 Fn(16, 17)
20 Fn(15, 16)
21 Fn(14, 15)
22 Fn(13, 14)
23 Fn(12, 13)
24 Fn(11, 12)
25 Fn(10, 11)
26 Fn(
[all...]
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/
H A Dput_long_double_en_US.pass.cpp27 typedef std::money_put<char, output_iterator<char*> > Fn; typedef
30 : public Fn
34 : Fn(refs) {}
H A Dput_long_double_fr_FR.pass.cpp29 typedef std::money_put<char, output_iterator<char*> > Fn; typedef
32 : public Fn
36 : Fn(refs) {}
H A Dput_long_double_ru_RU.pass.cpp35 typedef std::money_put<char, output_iterator<char*> > Fn; typedef
38 : public Fn
42 : Fn(refs) {}
H A Dput_long_double_zh_CN.pass.cpp30 typedef std::money_put<char, output_iterator<char*> > Fn; typedef
33 : public Fn
37 : Fn(refs) {}
H A Dput_string_en_US.pass.cpp27 typedef std::money_put<char, output_iterator<char*> > Fn; typedef
30 : public Fn
34 : Fn(refs) {}
/external/llvm/bindings/ocaml/analysis/
H A Danalysis_ocaml.c45 CAMLprim value llvm_verify_function(LLVMValueRef Fn) { argument
46 return Val_bool(LLVMVerifyFunction(Fn, LLVMReturnStatusAction) == 0);
56 CAMLprim value llvm_assert_valid_function(LLVMValueRef Fn) { argument
57 LLVMVerifyFunction(Fn, LLVMAbortProcessAction);
62 CAMLprim value llvm_view_function_cfg(LLVMValueRef Fn) { argument
63 LLVMViewFunctionCFG(Fn);
68 CAMLprim value llvm_view_function_cfg_only(LLVMValueRef Fn) { argument
69 LLVMViewFunctionCFGOnly(Fn);
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dstart-deactivated.cc42 typedef void (*Fn)(); typedef
70 ((Fn)fn)();
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
H A Dget_long_double_en_US.pass.cpp27 typedef std::money_get<char, input_iterator<const char*> > Fn; typedef
30 : public Fn
34 : Fn(refs) {}
H A Dget_long_double_fr_FR.pass.cpp29 typedef std::money_get<char, input_iterator<const char*> > Fn; typedef
32 : public Fn
36 : Fn(refs) {}
H A Dget_long_double_ru_RU.pass.cpp35 typedef std::money_get<char, input_iterator<const char*> > Fn; typedef
38 : public Fn
42 : Fn(refs) {}
H A Dget_long_double_zh_CN.pass.cpp30 typedef std::money_get<char, input_iterator<const char*> > Fn; typedef
33 : public Fn
37 : Fn(refs) {}
H A Dget_string_en_US.pass.cpp27 typedef std::money_get<char, input_iterator<const char*> > Fn; typedef
30 : public Fn
34 : Fn(refs) {}
/external/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h77 bool RunSafely(function_ref<void()> Fn);
78 bool RunSafely(void (*Fn)(void*), void *UserData) { argument
79 return RunSafely([&]() { Fn(UserData); });
91 bool RunSafelyOnThread(void (*Fn)(void*), void *UserData, argument
93 return RunSafelyOnThread([&]() { Fn(UserData); }, RequestedStackSize);
/external/llvm/lib/Analysis/
H A DAnalysis.cpp99 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { argument
101 *unwrap<Function>(Fn), Action != LLVMReturnStatusAction ? &errs()
110 void LLVMViewFunctionCFG(LLVMValueRef Fn) { argument
111 Function *F = unwrap<Function>(Fn);
115 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn) { argument
116 Function *F = unwrap<Function>(Fn);
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
H A Dp1.cpp12 typedef void Fn(); typedef
13 Fn ar4[10]; // expected-error {{array of functions}}
/external/llvm/lib/Support/
H A DThreading.cpp44 void llvm::llvm_execute_on_thread(void (*Fn)(void*), void *UserData, argument
46 ThreadInfo Info = { Fn, UserData };
86 void llvm::llvm_execute_on_thread(void (*Fn)(void*), void *UserData, argument
88 struct ThreadInfo param = { Fn, UserData };
106 void llvm::llvm_execute_on_thread(void (*Fn)(void*), void *UserData, argument
109 Fn(UserData);
/external/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp49 Function *Fn = CI->getCalledFunction();
50 if (!Fn || Fn->getIntrinsicID() != Intrinsic::expect)
101 Function *Fn = CI->getCalledFunction();
102 if (!Fn || Fn->getIntrinsicID() != Intrinsic::expect)
148 Function *Fn = CI->getCalledFunction(); local
149 if (Fn && Fn->getIntrinsicID() == Intrinsic::expect) {
/external/llvm/lib/CodeGen/
H A DOptimizePHIs.cpp65 bool OptimizePHIs::runOnMachineFunction(MachineFunction &Fn) { argument
66 if (skipOptnoneFunction(*Fn.getFunction()))
69 MRI = &Fn.getRegInfo();
70 TII = Fn.getSubtarget().getInstrInfo();
77 for (MachineFunction::iterator I = Fn.begin(), E = Fn.end(); I != E; ++I)
H A DCallingConvLower.cpp70 CCAssignFn Fn) {
76 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) {
89 CCAssignFn Fn) {
94 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this))
103 CCAssignFn Fn) {
108 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) {
121 CCAssignFn Fn) {
126 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) {
140 CCAssignFn Fn) {
145 if (Fn(
69 AnalyzeFormalArguments(const SmallVectorImpl<ISD::InputArg> &Ins, CCAssignFn Fn) argument
88 CheckReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, CCAssignFn Fn) argument
102 AnalyzeReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, CCAssignFn Fn) argument
120 AnalyzeCallOperands(const SmallVectorImpl<ISD::OutputArg> &Outs, CCAssignFn Fn) argument
138 AnalyzeCallOperands(SmallVectorImpl<MVT> &ArgVTs, SmallVectorImpl<ISD::ArgFlagsTy> &Flags, CCAssignFn Fn) argument
157 AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins, CCAssignFn Fn) argument
174 AnalyzeCallResult(MVT VT, CCAssignFn Fn) argument
194 getRemainingRegParmsForType(SmallVectorImpl<MCPhysReg> &Regs, MVT VT, CCAssignFn Fn) argument
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonSplitConst32AndConst64.cpp58 bool runOnMachineFunction(MachineFunction &Fn) override;
65 bool HexagonSplitConst32AndConst64::runOnMachineFunction(MachineFunction &Fn) { argument
69 Fn.getTarget().getObjFileLowering());
73 const TargetInstrInfo *TII = Fn.getSubtarget().getInstrInfo();
74 const TargetRegisterInfo *TRI = Fn.getSubtarget().getRegisterInfo();
77 for (MachineFunction::iterator MBBb = Fn.begin(), MBBe = Fn.end();
/external/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp40 bool runOnMachineFunction(MachineFunction &Fn) override;
56 bool MSP430BSel::runOnMachineFunction(MachineFunction &Fn) { argument
58 static_cast<const MSP430InstrInfo *>(Fn.getSubtarget().getInstrInfo());
60 Fn.RenumberBlocks();
61 BlockSizes.resize(Fn.getNumBlockIDs());
65 for (MachineFunction::iterator MFI = Fn.begin(), E = Fn.end(); MFI != E;
101 for (MachineFunction::iterator MFI = Fn.begin(), E = Fn.end(); MFI != E;
/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp47 bool runOnMachineFunction(MachineFunction &Fn) override;
66 bool PPCBSel::runOnMachineFunction(MachineFunction &Fn) { argument
68 static_cast<const PPCInstrInfo *>(Fn.getSubtarget().getInstrInfo());
70 Fn.RenumberBlocks();
71 BlockSizes.resize(Fn.getNumBlockIDs());
92 for (MachineFunction::iterator MFI = Fn.begin(), E = Fn.end(); MFI != E;
136 for (MachineFunction::iterator MFI = Fn.begin(), E = Fn.end(); MFI != E;
/external/llvm/bindings/go/llvm/
H A DIRBindings.cpp24 void LLVMAddFunctionAttr2(LLVMValueRef Fn, uint64_t PA) { argument
25 Function *Func = unwrap<Function>(Fn);
35 uint64_t LLVMGetFunctionAttr2(LLVMValueRef Fn) { argument
36 Function *Func = unwrap<Function>(Fn);
41 void LLVMRemoveFunctionAttr2(LLVMValueRef Fn, uint64_t PA) { argument
42 Function *Func = unwrap<Function>(Fn);
/external/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h135 static void addGlobalExtension(ExtensionPointTy Ty, ExtensionFn Fn);
136 void addExtension(ExtensionPointTy Ty, ExtensionFn Fn);
162 PassManagerBuilder::ExtensionFn Fn) {
163 PassManagerBuilder::addGlobalExtension(Ty, Fn);
161 RegisterStandardPasses(PassManagerBuilder::ExtensionPointTy Ty, PassManagerBuilder::ExtensionFn Fn) argument

Completed in 555 milliseconds

12345