Home
last modified time | relevance | path

Searched defs:Return (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DPointerUnion.h28 typedef T Return; typedef
42 typedef typename PointerUnionTypeSelectorReturn<RET_NE>::Return Return; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerUnion.h27 using Return = T; member
41 using Return = typename PointerUnionTypeSelectorReturn<RET_NE>::Return; member
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_return_test.cc25 TEST_F(BuilderTest, Return) { in TEST_F() argument
/third_party/node/deps/v8/src/execution/
Dsimulator.h176 GeneratedCode(GeneratedCode<Return, Args...> other) in GeneratedCode() function
/third_party/node/deps/v8/src/compiler/
Draw-machine-assembler.cc593 void RawMachineAssembler::Return(Node* value) { in Return() function in v8::internal::compiler::RawMachineAssembler
600 void RawMachineAssembler::Return(Node* v1, Node* v2) { in Return() function in v8::internal::compiler::RawMachineAssembler
607 void RawMachineAssembler::Return(Node* v1, Node* v2, Node* v3) { in Return() function in v8::internal::compiler::RawMachineAssembler
614 void RawMachineAssembler::Return(Node* v1, Node* v2, Node* v3, Node* v4) { in Return() function in v8::internal::compiler::RawMachineAssembler
621 void RawMachineAssembler::Return(int count, Node* vs[]) { in Return() function in v8::internal::compiler::RawMachineAssembler
Dcode-assembler.cc424 void CodeAssembler::Return(TNode<Object> value) { in Return() function in v8::internal::compiler::CodeAssembler
430 void CodeAssembler::Return(TNode<Object> value1, TNode<Object> value2) { in Return() function in v8::internal::compiler::CodeAssembler
437 void CodeAssembler::Return(TNode<Object> value1, TNode<Object> value2, in Return() function in v8::internal::compiler::CodeAssembler
446 void CodeAssembler::Return(TNode<Int32T> value) { in Return() function in v8::internal::compiler::CodeAssembler
453 void CodeAssembler::Return(TNode<Uint32T> value) { in Return() function in v8::internal::compiler::CodeAssembler
460 void CodeAssembler::Return(TNode<WordT> value) { in Return() function in v8::internal::compiler::CodeAssembler
468 void CodeAssembler::Return(TNode<Float32T> value) { in Return() function in v8::internal::compiler::CodeAssembler
475 void CodeAssembler::Return(TNode<Float64T> value) { in Return() function in v8::internal::compiler::CodeAssembler
482 void CodeAssembler::Return(TNode<WordT> value1, TNode<WordT> value2) { in Return() function in v8::internal::compiler::CodeAssembler
493 void CodeAssembler::Return(TNode<WordT> value1, TNode<Object> value2) { in Return() function in v8::internal::compiler::CodeAssembler
Dwasm-compiler.h337 Node* Return(Node* fst, Nodes*... more) { in Return() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsCCState.h144 bool Return = CCState::CheckReturn(ArgsFlags, Fn); in CheckReturn() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.hpp107 Return enumerator
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs463 type Return; typedef
470 ) -> Self::Return; in codegen()
506 type Return = (); typedef
538 type Return = (); typedef
630 type Return = (); typedef
777 type Return = (); typedef
1098 type Return = (); typedef
1197 type Return = (); typedef
1825 type Return = (); typedef
3018 type Return = (); typedef
[all …]
/third_party/typescript/tests/cases/compiler/
DramdaToolsNoInfinite2.ts359 export type Return<F extends Function> = F extends ((...args: any[]) => infer R) ? R : never; alias
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts84 Return, enumerator
DparserRealSource10.ts47 Return, enumerator
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h1884 const ast::ReturnStatement* Return(const Source& source) { in Return() function
1890 const ast::ReturnStatement* Return() { in Return() function
1899 const ast::ReturnStatement* Return(const Source& source, EXPR&& val) { in Return() function
1907 const ast::ReturnStatement* Return(EXPR&& val) { in Return() function
/third_party/skia/third_party/externals/tint/src/transform/
Dremove_unreachable_statements_test.cc34 TEST_F(RemoveUnreachableStatementsTest, Return) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp49 enum class IPOGrouping { Register, Return, Memory }; enumerator
/third_party/typescript/src/compiler/transformers/
Dgenerators.ts133 Return, // A completion instruction for the `return` keyword enumerator
212 Return = 2, enumerator
Des2015.ts67 Return = 1 << 3 enumerator
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.h605 void Return(const TNode<Object> result) { in Return() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h144 Return, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp444 auto &Return = getActionDefinitionsBuilder(Representative); in getActionDefinitionsBuilder() local
/third_party/skia/src/sksl/dsl/
DDSLCore.cpp285 static DSLStatement Return(DSLExpression value, PositionInfo pos) { in Return() function in SkSL::dsl::DSLCore
461 DSLStatement Return(DSLExpression expr, PositionInfo pos) { in Return() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp262 if (auto *Return = dyn_cast<ReturnInst>(V)) in isSink() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1024 Node Return(uint32_t Count, Node *Vals) { in Return() function in IceBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp117 StringRef Return = in readString() local

12