Home
last modified time | relevance | path

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

12345678910>>...40

/external/starlark-go/resolve/
Dbinding.go63 type Function struct { struct
64 Pos syntax.Position // of DEF or LAMBDA
65 Name string // name of def, or "lambda"
66 Params []syntax.Expr // param = ident | ident=expr | * | *ident | **ident
67 Body []syntax.Stmt // contains synthetic 'return expr' for lambda
69 HasVarargs bool // whether params includes *args (convenience)
70 HasKwargs bool // whether params includes **kwargs (convenience)
71 NumKwonlyParams int // number of keyword-only optional parameters
72 Locals []*Binding // this function's local/cell variables, parameters first
73 FreeVars []*Binding // enclosing cells to capture in closure
/external/google-breakpad/src/processor/
Dsource_line_resolver_base_types.h83 struct SourceLineResolverBase::Function { struct
84 Function() { } in Function() argument
85 Function(const string &function_name, in Function() function
93 string name;
94 MemAddr address;
95 MemAddr size;
98 int32_t parameter_size;
101 bool is_multiple;
Dbasic_source_line_resolver_types.h59 BasicSourceLineResolver::Function : public SourceLineResolverBase::Function { struct
60 Function(const string &function_name, in Function() function
72 typedef SourceLineResolverBase::Function Base; argument
Dfast_source_line_resolver_types.h73 struct FastSourceLineResolver::Function : struct
75 void CopyFrom(const Function *func_ptr) { in CopyFrom() argument
81 void CopyFrom(const char *raw) { in CopyFrom()
93 StaticRangeMap<MemAddr, Line> lines;
/external/llvm/tools/llvm-cov/
DCoverageFilters.cpp20 bool NameCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
26 NameRegexCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
30 bool RegionCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
35 bool LineCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
44 bool CoverageFilters::matches(const coverage::FunctionRecord &Function) { in matches()
53 CoverageFiltersMatchAll::matches(const coverage::FunctionRecord &Function) { in matches()
/external/llvm-project/lldb/test/API/lang/cpp/breakpoint-commands/
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
/external/rust/crates/libm/
Dbuild.rs31 struct Function { struct
32 name: String,
33 args: Vec<Ty>,
34 ret: Vec<Ty>,
35 tests: Vec<Test>,
86 fn parse(s: &str) -> Function { in parse()
139 fn generate_random_tests<R: Rng>(functions: &mut [Function], rng: &mut R) { in generate_random_tests()
146 fn generate_test<R: Rng>(function: &Function, rng: &mut R) -> Test { in generate_random_tests()
244 fn generate_test_outputs(functions: &mut [Function]) { in generate_test_outputs()
367 fn generate_unit_tests(functions: &[Function]) { in generate_unit_tests()
/external/google-breakpad/src/common/
Dmodule.h98 struct Function { struct
99 Function(const string &name_input, const Address &address_input) : in Function() function
104 static bool CompareByAddress(const Function *x, const Function *y) { in CompareByAddress() argument
109 string name;
112 const Address address;
113 vector<Range> ranges;
116 Address parameter_size;
120 vector<Line> lines;
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-argument-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
/external/rust/crates/criterion/src/
Droutine.rs165 pub struct Function<M: Measurement, F, T> struct
175 impl<M: Measurement, F, T> Function<M, F, T> implementation
189 impl<M: Measurement, F, T> Routine<M, T> for Function<M, F, T> implementation
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dunwinder.h46 #define ON_UNWIND(Name, Function) \ argument
49 #define ON_UNWIND_AUTO(Function) \ argument
52 #define ON_UNWIND_EXPLICIT(FunctionName, UnwinderName, Function) \ argument
/external/rust/crates/bindgen/src/ir/
Dfunction.rs25 Function, enumerator
77 pub struct Function { struct
91 kind: FunctionKind, argument
97 impl Function { argument
143 impl DotAttributes for Function { implementation
575 impl ClangSubItemParser for Function { implementation
Ditem_kind.rs22 Function(Function), enumerator
61 pub fn as_function(&self) -> Option<&Function> { in as_function()
75 pub fn expect_function(&self) -> &Function { in expect_function()
/external/llvm-project/libc/utils/CPP/
DFunctional.h15 template <typename Func> class Function; variable
22 template <typename Func> constexpr Function(Func &&f) : func(f) {} in Function() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
Dsanitizer_wrappers.cpp51 #define LLVM_SYMBOLIZER_GET_FUNC(Function) \ argument
56 #define LLVM_SYMBOLIZER_INTERCEPTOR1(Function, ...) \ argument
64 #define LLVM_SYMBOLIZER_INTERCEPTOR2(Function, ...) \ argument
74 #define LLVM_SYMBOLIZER_INTERCEPTOR3(Function, ...) \ argument
86 #define LLVM_SYMBOLIZER_INTERCEPTOR4(Function, ...) \ argument
/external/apache-commons-bcel/src/examples/Mini/
DFunction.java26 public class Function implements org.apache.bcel.Constants, EnvEntry { class
35 public Function(ASTIdent name, ASTIdent[] args) { in Function() method in Function
39 public Function(ASTIdent name, ASTIdent[] args, boolean reserved) { in Function() method in Function
/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp216 FunctionRecord Function(OrigFuncName, Record.Filenames); in load() local
265 void insert(const FunctionRecord &Function, unsigned FileID) { in insert()
415 for (const auto &Function : getCoveredFunctions()) in getUniqueSourceFiles() local
425 const FunctionRecord &Function) { in gatherFileIDs()
434 static Optional<unsigned> findMainViewFileID(const FunctionRecord &Function) { in findMainViewFileID()
448 const FunctionRecord &Function) { in findMainViewFileID()
463 for (const auto &Function : Functions) { in getCoverageForFile() local
483 for (const auto &Function : Functions) { in getInstantiations() local
501 CoverageMapping::getCoverageForFunction(const FunctionRecord &Function) { in getCoverageForFunction()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h201 struct Function struct
203Function(int label, const char *name, TIntermSequence *arg, TIntermTyped *ret) : label(label), nam… in Function() argument
207Function(int label, const TString &name, TIntermSequence *arg, TIntermTyped *ret) : label(label), … in Function() function
211 int label;
212 TString name;
213 TIntermSequence *arg;
214 TIntermTyped *ret;
/external/llvm-project/llvm/include/llvm/Analysis/
DScopedNoAliasAA.h24 class Function; variable
36 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
DTypeBasedAliasAnalysis.h26 class Function; variable
38 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
DCFLAndersAliasAnalysis.h28 class Function; variable
51 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTypeBasedAliasAnalysis.h26 class Function; variable
38 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
DScopedNoAliasAA.h25 class Function; variable
37 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
DCFLAndersAliasAnalysis.h28 class Function; variable
51 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnusedParametersCheck.cpp26 bool isOverrideMethod(const FunctionDecl *Function) { in isOverrideMethod()
59 const FunctionDecl *Function, unsigned Index) { in removeParameter()
134 const MatchFinder::MatchResult &Result, const FunctionDecl *Function, in warnOnUnusedParameter()
174 const auto *Function = Result.Nodes.getNodeAs<FunctionDecl>("function"); in check() local

12345678910>>...40