Home
last modified time | relevance | path

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

12345678910>>...17

/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
DconstructorOverloads4.ts2 export class Function { class
/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> { implementation
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs25 Function, enumerator
79 pub struct Function { struct
93 kind: FunctionKind, argument
99 impl Function { argument
150 impl DotAttributes for Function { implementation
654 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()
/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/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() argument
211 int label;
212 TString name;
213 TIntermSequence *arg;
214 TIntermTyped *ret;
/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/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/node/deps/v8/src/runtime/
Druntime.h759 struct Function { in FOR_EACH_INTRINSIC_RETURN_OBJECT() struct
760 FunctionId function_id; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
761 IntrinsicType intrinsic_type; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
763 const char* name; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
767 Address entry; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
771 int8_t nargs; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
773 int8_t result_size; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
Dintrinsic_table.go106 type Function struct { struct
107 OverloadDescriptions []string
108 NumOverloads int
109 OverloadsOffset *int
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DLoopFuse.h21 class Function; variable
DDeadStoreElimination.h24 class Function; variable
DNewGVN.h21 class Function; variable
DLoopDistribute.h23 class Function; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DAddDiscriminators.h22 class Function; variable
DMem2Reg.h21 class Function; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp81 MapVector<std::pair<Function *, Function *>, uint64_t> &Counts) const { in addModuleFlags() argument
/third_party/vk-gl-cts/framework/randomshaders/
DrsgShader.cpp44 Function::Function (void) in Function() function in rsg::Function
48 Function::Function (const char* name) in Function() function in rsg::Function

12345678910>>...17