Home
last modified time | relevance | path

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

12345678910>>...20

/third_party/rust/rust/tests/ui/issues/
Dissue-41298.rs3 struct Function<T, F> { t: T, f: F } argument
5 impl<T, R> Function<T, fn() -> R> { fn foo() { } } in foo() impl
6 impl<T, R> Function<T, fn() -> R> { fn bar() { } } in bar() implementation
/third_party/typescript/tests/cases/compiler/
DinterfaceMergedUnconstrainedNoErrorIrrespectiveOfOrder.ts4 interface Function<T extends (...args: any) => any> { interface
7 interface Function<T> { interface
13 interface Function<T> { interface
16 interface Function<T extends (...args: any) => any> { interface
/third_party/rust/rust/src/tools/miri/tests/pass/issues/
Dissue-91636.rs3 struct Function { struct
7 impl Function { implementation
/third_party/mesa3d/src/nouveau/compiler/nak/
Dopt_jump_thread.rs92 fn rewrite_cfg(func: &mut Function) { in rewrite_cfg()
122 fn opt_fall_through(func: &mut Function) { in opt_fall_through()
138 impl Function { impl
Dopt_dce.rs157 pub fn run(&mut self, f: &mut Function) { in run()
179 impl Function { implementation
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dmisc.rs13 fn get_fn(&self, instance: Instance<'tcx>) -> Self::Function; in get_fn()
18 fn set_frame_pointer_type(&self, llfn: Self::Function); in set_frame_pointer_type()
19 fn apply_target_cpu_attr(&self, llfn: Self::Function); in apply_target_cpu_attr()
21 fn declare_c_main(&self, fn_type: Self::Type) -> Option<Self::Function>; in declare_c_main()
/third_party/lwip/contrib/apps/LwipMibCompiler/CCodeGeneration/
DFunction.cs38 public class Function: CodeContainerBase class
46 public Function() in Function() method in CCodeGeneration.Function
50 public Function(string name, bool isStatic = false) in Function() method in CCodeGeneration.Function
/third_party/rust/crates/rust-openssl/openssl-errors/src/
Dlib.rs83 pub struct Function<T>(FunctionInner, PhantomData<T>); struct
86 unsafe impl<T> Sync for Function<T> where T: Sync {} implementation
87 unsafe impl<T> Send for Function<T> where T: Send {} implementation
89 impl<T> Function<T> { impl
/third_party/skia/third_party/externals/tint/src/sem/
Dstatement.h24 class Function; variable
37 class Function; variable
Dtype_mappings.h26 class Function; variable
42 class Function; variable
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dfunction.cc21 Function::Function() in Function() function in tint::writer::spirv::Function
25 Function::Function(const Instruction& declaration, in Function() function in tint::writer::spirv::Function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScopedNoAliasAA.h25 class Function; variable
37 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
DCFLSteensAliasAnalysis.h30 class Function; variable
53 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs24 Function, enumerator
78 pub(crate) struct Function { struct
92 kind: FunctionKind, argument
98 impl Function { argument
149 impl DotAttributes for Function { implementation
722 impl ClangSubItemParser for Function { implementation
Ditem_kind.rs22 Function(Function), enumerator
55 pub(crate) fn as_function(&self) -> Option<&Function> { in as_function()
69 pub(crate) fn expect_function(&self) -> &Function { in expect_function()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.h201 struct Function struct
203Function(int label, const char *name, TIntermSequence *arg, TIntermTyped *ret) : label(label), nam… in Function() function
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;
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/
Dpretty_clif.rs134 func: &Function, in write_preamble()
153 _func: &Function, in write_entity_definition()
169 func: &Function, in write_block_header()
179 func: &Function, in write_instruction()
240 func: &cranelift_codegen::ir::Function, in write_clif_file()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h21 class Function; variable
33 virtual void emitFunctionAnnot(const Function *, in emitFunctionAnnot()
/third_party/optimized-routines/math/tools/
Dremez.jl347 function ratfn_leastsquares(f::Function, xvals::Array{BigFloat}, n, d,
425 function goldensection(f::Function, a::BigFloat, b::BigFloat, c::BigFloat)
497 function find_extrema(f::Function, grid::Array{BigFloat})
620 function ratfn_equal_deviation(f::Function, coords::Array{BigFloat},
802 function ratfn_minimax(f::Function, interval::Tuple{BigFloat,BigFloat}, n, d,
/third_party/rust/rust/tests/incremental/
Dissue-96319-coinductive-cycle.rs21 pub struct Function { struct
22 pub parameters: Box<Stmt>,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DLoopDistribute.h23 class Function; variable
DLoopFuse.h21 class Function; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DMem2Reg.h21 class Function; variable

12345678910>>...20