/llvm-project/clang/test/Parser/ |
H A D | objcxx0x-lambda-expressions.mm | 46 struct Func { struct 48 Func(F&&); argument 55 Func{ argument
|
/llvm-project/clang/test/Layout/ |
H A D | ms-vtordisp-local.cpp | 15 virtual void Func() {} in f() function 38 virtual void Func() {} in Func() function 60 virtual void Func() {} in f1() function 81 virtual void Func() {} in f1() function 102 virtual void Func() {} in f1() function 122 virtual void Func() {} in f1() function 144 virtual void Func() {} in f1() function 170 virtual void Func() {} in f2() function 193 virtual void Func() {} in Func() function
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | coff_platform.per_jd.cpp | 25 __orc_rt_coff_onexit_per_jd(OnExitFunction Func) { in __orc_rt_coff_onexit_per_jd() 29 ORC_RT_INTERFACE int __orc_rt_coff_atexit_per_jd(AtExitFunction Func) { in __orc_rt_coff_atexit_per_jd()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | attr-cpuspecific.cpp | 7 void Func(){} in Func() function 9 void Func(){} in Func() function
|
/llvm-project/bolt/lib/Passes/ |
H A D | RegAnalysis.cpp | 45 CGWalker.registerVisitor([&](BinaryFunction *Func) -> bool { in RegAnalysis() 54 CGWalker.registerVisitor([&](BinaryFunction *Func) -> bool { in RegAnalysis() 79 BinaryFunction *Func = &MapEntry.second; in RegAnalysis() local 196 BitVector RegAnalysis::getFunctionUsedRegsList(const BinaryFunction *Func) { in getFunctionUsedRegsList() 215 BitVector RegAnalysis::getFunctionClobberList(const BinaryFunction *Func) { in getFunctionClobberList()
|
H A D | LongJmp.cpp | 52 getBBAtHotColdSplitPoint(BinaryFunction & Func) getBBAtHotColdSplitPoint() argument 75 BinaryFunction &Func = *SourceBB.getFunction(); createNewStub() local 118 lookupStubFromGroup(const StubGroupsTy & StubGroups,const BinaryFunction & Func,const MCInst & Inst,const MCSymbol * TgtSym,uint64_t DotAddress) const lookupStubFromGroup() argument 162 const BinaryFunction &Func = *SourceBB.getFunction(); lookupGlobalStub() local 172 const BinaryFunction &Func = *SourceBB.getFunction(); lookupLocalStub() local 185 const BinaryFunction &Func = *BB.getFunction(); replaceTargetWithStub() local 285 tentativeBBLayout(const BinaryFunction & Func) tentativeBBLayout() argument 431 usesStub(const BinaryFunction & Func,const MCInst & Inst) const usesStub() argument 463 const BinaryFunction &Func = *StubBB.getFunction(); relaxStub() local 518 const BinaryFunction &Func = *BB.getFunction(); needsStub() local 543 relax(BinaryFunction & Func,bool & Modified) relax() argument [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LibCallsShrinkWrap.cpp | 131 const LibFunc &Func) { in performCallDomainErrorOnly() 183 const LibFunc &Func) { in performCallRangeErrorOnly() 221 const LibFunc &Func) { in performCallErrors() 294 LibFunc Func; in checkCandidate() local 314 const LibFunc &Func) { in generateOneRangeCond() 336 const LibFunc &Func) { in generateTwoRangeCond() 415 const LibFunc &Func) { in generateCondForPow() 488 LibFunc Func; in perform() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | CodeExtractorTest.cpp | 58 Function *Func = M->getFunction("foo"); TEST() local 106 Function *Func = M->getFunction("foo"); TEST() local 166 Function *Func = M->getFunction("foo"); TEST() local 223 Function *Func = M->getFunction("foo"); TEST() local 281 Function *Func = M->getFunction("foo"); TEST() local 352 Function *Func = M->getFunction("foo"); TEST() local 393 Function *Func = M->getFunction("foo"); TEST() local 446 Function *Func = M->getFunction("test"); TEST() local 490 Function *Func = M->getFunction("foo"); TEST() local 534 Function *Func = M->getFunction("foo"); TEST() local 585 Function *Func = M->getFunction("foo"); TEST() local [all...] |
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
H A D | copy_assign.pass.cpp | 96 typedef std::function<int()> Func; in main() typedef 103 typedef std::function<int(int)> Func; in main() typedef 110 typedef std::function<int(int, int)> Func; in main() typedef 117 typedef std::function<int(int, int, int)> Func; in main() typedef
|
/llvm-project/llvm/test/tools/llvm-pdbutil/Inputs/ |
H A D | PrettyFuncDumperTest.cpp | 14 void Func(int array[]) { return; } in Func() function 22 void Func(int& a, const double b, volatile bool c) { return; } in Func() function 26 void Func(char a, int b, ...) { in Func() function
|
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/ |
H A D | FuncSymbolsTestMain.cpp | 12 int Func(int a, ...) { return 1; } in Func() function in MemberTest::A 24 void Func(int a, const long b, volatile bool c, ...) { return; } in Func() function 28 void Func(char a, int b) { in Func() function
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCCState.h | 105 std::vector<TargetLowering::ArgListEntry> &FuncArgs, const char *Func) { in PreAnalyzeCallOperands() argument 117 const char *Func) { in AnalyzeCallOperands() argument 145 void PreAnalyzeCallResult(const Type *RetTy, const char *Func) { in PreAnalyzeCallResult() argument 153 PreAnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> & Ins,CCAssignFn Fn,const Type * RetTy,const char * Func) PreAnalyzeCallResult() argument 163 AnalyzeCallResult(const SmallVectorImpl<ISD::InputArg> & Ins,CCAssignFn Fn,const Type * RetTy,const char * Func) AnalyzeCallResult() argument [all...] |
/llvm-project/clang/lib/AST/Interp/ |
H A D | FunctionPointer.h |
|
H A D | InterpBuiltin.cpp |
|
/llvm-project/libc/test/UnitTest/ |
H A D | LibcDeathTestExecutors.cpp | 19 testProcessKilled(testutils::FunctionCaller * Func,int Signal,const char * LHSStr,const char * RHSStr,internal::Location Loc) testProcessKilled() argument 62 testProcessExits(testutils::FunctionCaller * Func,int ExitCode,const char * LHSStr,const char * RHSStr,internal::Location Loc) testProcessExits() argument
|
/llvm-project/clang-tools-extra/clang-tidy/cert/ |
H A D | ProperlySeededRandomGeneratorCheck.cpp | 84 const auto *Func = Result.Nodes.getNodeAs<CXXMemberCallExpr>("seed"); in check() local 95 const MatchFinder::MatchResult &Result, const T *Func) { in checkSeed()
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUHSAMetadataStreamer.cpp | 215 emitKernelLanguage(const Function & Func,msgpack::MapDocNode Kern) emitKernelLanguage() argument 234 emitKernelAttrs(const Function & Func,msgpack::MapDocNode Kern) emitKernelAttrs() argument 261 auto &Func = MF.getFunction(); emitKernelArgs() local 275 auto Func = Arg.getParent(); emitKernelArg() local 388 auto &Func = MF.getFunction(); emitHiddenKernelArgs() local 548 auto &Func = MF.getFunction(); emitKernel() local 585 auto &Func = MF.getFunction(); emitHiddenKernelArgs() local 691 emitKernelAttrs(const Function & Func,msgpack::MapDocNode Kern) emitKernelAttrs() argument [all...] |
/llvm-project/clang/test/CodeGen/ |
H A D | 2003-10-06-NegateExprType.c | 5 void Func(int *B) { in Func() function
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | MemoryProfileInfoTest.cpp | 162 Function *Func = M->getFunction("test"); TEST_F() local 217 Function *Func = M->getFunction("test"); TEST_F() local 266 Function *Func = M->getFunction("test"); TEST_F() local 315 Function *Func = M->getFunction("test"); TEST_F() local 365 Function *Func = M->getFunction("test"); TEST_F() local 418 Function *Func = M->getFunction("test"); TEST_F() local 491 Function *Func = M->getFunction("test"); TEST_F() local 562 Function *Func = M->getFunction("test"); TEST_F() local 625 Function *Func = M->getFunction("test"); TEST_F() local [all...] |
/llvm-project/clang/unittests/Analysis/ |
H A D | CFGBuildResult.h | 40 const FunctionDecl *Func; variable 52 const auto *Func = Result.Nodes.getNodeAs<FunctionDecl>("func"); in run() local
|
/llvm-project/clang-tools-extra/clangd/test/index-serialization/Inputs/ |
H A D | sample.h | 5 virtual void Func() {} in Func() function
|
H A D | sample.cpp | 7 void Func() override {} in Func() function
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | InfiniteLoopCheck.cpp | 69 static bool isVarThatIsPossiblyChanged(const Decl *Func, const Stmt *LoopStmt, in isVarThatIsPossiblyChanged() argument 107 static bool isAtLeastOneCondVarChanged(const Decl *Func, const Stmt *LoopStmt, in isAtLeastOneCondVarChanged() argument 202 const Decl *Func) { in overlap() argument 241 const Decl *Func, in hasRecursionOverStaticLoopCondVariables() argument 291 const auto *Func = Result.Nodes.getNodeAs<Decl>("func"); check() local [all...] |
/llvm-project/bolt/include/bolt/Passes/ |
H A D | FrameAnalysis.h | 177 bool hasFrameInfo(const BinaryFunction &Func) const { in hasFrameInfo() 182 bool requiresAlignment(const BinaryFunction &Func) const { in requiresAlignment() 188 bool hasStackArithmetic(const BinaryFunction &Func) const { in hasStackArithmetic()
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCLowerMASSVEntries.cpp | 97 PPCLowerMASSVEntries::createMASSVFuncName(Function &Func, in createMASSVFuncName() argument 107 bool PPCLowerMASSVEntries::handlePowSpecialCases(CallInst *CI, Function &Func, in handlePowSpecialCases() argument 136 bool PPCLowerMASSVEntries::lowerMASSVCall(CallInst *CI, Function &Func, in lowerMASSVCall() argument [all...] |