/llvm-project/clang/test/Frontend/ |
H A D | ast-main.cpp | 12 T *S<T>::mf() { in mf() function in S
|
/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/ |
H A D | p5.cpp | 7 void mf() { } in mf() function in N::Y
|
H A D | p2.cpp | 6 template<class T> class Array { void mf() { } }; in mf() function in Array
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | EdgeBundles.cpp | 41 runOnMachineFunction(MachineFunction & mf) runOnMachineFunction() argument
|
H A D | RegisterClassInfo.cpp | 42 void RegisterClassInfo::runOnMachineFunction(const MachineFunction &mf) { in runOnMachineFunction() argument
|
H A D | RegAllocBasic.cpp | 307 runOnMachineFunction(MachineFunction & mf) runOnMachineFunction() argument
|
H A D | BreakFalseDeps.cpp | 281 bool BreakFalseDeps::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
|
H A D | DFAPacketizer.cpp | 118 VLIWPacketizerList::VLIWPacketizerList(MachineFunction &mf, in VLIWPacketizerList()
|
H A D | InterferenceCache.h | 103 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear()
|
H A D | InterferenceCache.cpp | 50 init(MachineFunction * mf,LiveIntervalUnion * liuarray,SlotIndexes * indexes,LiveIntervals * lis,const TargetRegisterInfo * tri) init() argument
|
H A D | SpillPlacement.cpp | 192 runOnMachineFunction(MachineFunction & mf) runOnMachineFunction() argument
|
H A D | SwiftErrorValueTracking.cpp | 79 void SwiftErrorValueTracking::setFunction(MachineFunction &mf) { in setFunction() argument
|
H A D | LiveRangeCalc.cpp | 49 reset(const MachineFunction * mf,SlotIndexes * SI,MachineDominatorTree * MDT,VNInfo::Allocator * VNIA) reset() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-cast-function-type.cpp | 29 typedef void (S::*mf)(int); typedef
|
H A D | warn-cast-function-type-strict.cpp | 30 typedef void (S::*mf)(int); typedef
|
/llvm-project/libcxx/test/std/utilities/function.objects/func.not_fn/ |
H A D | not_fn.pass.cpp | 210 const MemFunCallable mf(false); in other_callable_types_test() local 219 MemFunCallable mf(false); in other_callable_types_test() local 228 const MemFunCallable mf(false); in other_callable_types_test() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGVLIW.cpp | 66 ScheduleDAGVLIW(MachineFunction & mf,AAResults * aa,SchedulingPriorityQueue * availqueue) ScheduleDAGVLIW() argument
|
H A D | ScheduleDAGFast.cpp | 77 ScheduleDAGFast(MachineFunction &mf) in ScheduleDAGFast() argument 655 ScheduleDAGLinearize(MachineFunction &mf) : ScheduleDAGSDNodes(mf) {} in ScheduleDAGLinearize() argument
|
/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 224 bool MSP430BSel::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
|
/llvm-project/clang/test/Sema/ |
H A D | warn-fortify-source.c | 214 void mf() const { in mf() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | static-accessed-through-instance.cpp | 19 void mf() { in mf() function 38 void mf() { in mf() function
|
/llvm-project/clang/test/Analysis/ |
H A D | stack-addr-ps.cpp | 70 int *mf() { mf() function
|
/llvm-project/libclc/generic/lib/math/ |
H A D | log_base.h | 142 float mf = (float)m; in log2() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AdvSIMDScalarPass.cpp | 390 bool AArch64AdvSIMDScalar::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
|
/llvm-project/clang/test/Parser/ |
H A D | cxx0x-lambda-expressions.cpp | 149 void mf() { A(([*this]{})); } // cxx17ext-warning {{'*this' by copy is a C++17 extension}} in __anon994757eb5202() function
|