Home
last modified time | relevance | path

Searched defs:Function (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/llvm-project-15.0.7/lldb/test/API/lang/cpp/breakpoint-commands/
H A Dnested.cpp11 int Function () in Function() function in Foo::Bar::Baz
24 int Function () in Function() function in Foo::Bar::Baz2
34 int Function () in Function() function
46 int Function () in Function() function in Baz
56 Function () in Function() function
/llvm-project-15.0.7/libc/benchmarks/
H A DLibcFunctionPrototypes.h13 MemcpyFunction Function; member
19 MemmoveFunction Function; member
25 MemsetFunction Function; member
31 BzeroFunction Function; member
37 MemcmpOrBcmpFunction Function; member
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dargument-comment-gmock.cpp10 struct Function<R()> { struct
11 typedef R Result;
15 struct Function<R(A1)> struct
17 typedef A1 Argument1;
21 struct Function<R(A1, A2)> struct
44 tn ::testing::internal::Function<__VA_ARGS__>::Result
/llvm-project-15.0.7/libc/src/__support/CPP/
H A DFunctional.h15 template <typename Func> class Function; variable
22 template <typename Func> constexpr Function(Func &&f) : func(f) {} in Function() function
H A DStringView.h248 template <typename F> StringView take_while(F Function) const { in take_while()
254 template <typename F> StringView take_until(F Function) const { in take_until()
260 template <typename F> StringView drop_while(F Function) const { in drop_while()
266 template <typename F> StringView drop_until(F Function) const { in drop_until()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScopedNoAliasAA.h24 class Function; variable
36 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
H A DTypeBasedAliasAnalysis.h26 class Function; variable
38 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
H A DCFLAndersAliasAnalysis.h28 class Function; variable
51 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
H A DCFLSteensAliasAnalysis.h28 class Function; variable
51 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp52 #define LLVM_SYMBOLIZER_GET_FUNC(Function) \ argument
57 #define LLVM_SYMBOLIZER_INTERCEPTOR1(Function, ...) \ argument
65 #define LLVM_SYMBOLIZER_INTERCEPTOR2(Function, ...) \ argument
75 #define LLVM_SYMBOLIZER_INTERCEPTOR3(Function, ...) \ argument
87 #define LLVM_SYMBOLIZER_INTERCEPTOR4(Function, ...) \ argument
/llvm-project-15.0.7/bolt/lib/Passes/
H A DAllocCombiner.cpp53 bool shouldProcess(const BinaryFunction &Function) { in shouldProcess()
60 BinaryFunction &Function = It.second; in runForAllWeCare() local
115 runForAllWeCare(BC.getBinaryFunctions(), [&](BinaryFunction &Function) { in runOnFunctions()
H A DThreeWayBranch.cpp20 bool ThreeWayBranch::shouldRunOnFunction(BinaryFunction &Function) { in shouldRunOnFunction()
29 void ThreeWayBranch::runOnFunction(BinaryFunction &Function) { in runOnFunction()
152 BinaryFunction &Function = It.second; in runOnFunctions() local
H A DRegReAssign.cpp39 void RegReAssign::swap(BinaryFunction &Function, MCPhysReg A, MCPhysReg B) { in swap()
138 void RegReAssign::rankRegisters(BinaryFunction &Function) { in rankRegisters()
216 void RegReAssign::aggressivePassOverFunction(BinaryFunction &Function) { in aggressivePassOverFunction()
318 bool RegReAssign::conservativePassOverFunction(BinaryFunction &Function) { in conservativePassOverFunction()
409 BinaryFunction &Function = I.second; in runOnFunctions() local
H A DAligner.cpp71 void alignMaxBytes(BinaryFunction &Function) { in alignMaxBytes()
81 void alignCompact(BinaryFunction &Function, const MCCodeEmitter *Emitter) { in alignCompact()
106 void AlignerPass::alignBlocks(BinaryFunction &Function, in alignBlocks()
H A DPatchEntries.cpp39 BinaryFunction &Function = BFI.second; in runOnFunctions() local
62 BinaryFunction &Function = BFI.second; in runOnFunctions() local
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAssemblyAnnotationWriter.h21 class Function; variable
33 virtual void emitFunctionAnnot(const Function *, in emitFunctionAnnot()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnusedParametersCheck.cpp26 bool isOverrideMethod(const FunctionDecl *Function) { in isOverrideMethod()
60 const FunctionDecl *Function, unsigned Index) { in removeParameter()
135 const MatchFinder::MatchResult &Result, const FunctionDecl *Function, in warnOnUnusedParameter()
178 const auto *Function = Result.Nodes.getNodeAs<FunctionDecl>("function"); in check() local
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DLoopDistribute.h23 class Function; variable
H A DLoopDataPrefetch.h20 class Function; variable
H A DLoopFuse.h21 class Function; variable
H A DDeadStoreElimination.h24 class Function; variable
H A DDCE.h20 class Function; variable
H A DNewGVN.h21 class Function; variable
H A DSink.h21 class Function; variable
H A DLoopSink.h20 class Function; variable

12345678910>>...19