Home
last modified time | relevance | path

Searched refs:FunctionBody (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/dports/www/node10/node-v10.24.1/deps/v8/src/wasm/
H A Dfunction-body-decoder.h32 struct FunctionBody { struct
38 FunctionBody(FunctionSig* sig, uint32_t offset, const byte* start, in FunctionBody() argument
45 FunctionBody& body);
51 FunctionBody& body, bool is_wasm,
55 FunctionBody& body);
58 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
67 FunctionBody body(sig, 0, start, end); in VerifyWasmCode()
74 FunctionBody body(sig, 0, start, end); in BuildTFGraph()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_visa.cpp54 for (FunctionBody *fb : other.function_data) { in ISAfile()
55 FunctionBody *fb2 = new FunctionBody(other.version); in ISAfile()
77 for (FunctionBody *fb : function_data) in operator =()
81 for (FunctionBody *fb : other.function_data) in operator =()
91 for (FunctionBody *f : function_data) in ~ISAfile()
133 FunctionBody *fb = new FunctionBody(version); in loadFunctionData()
150 std::vector<FunctionBody*> &ISAfile::getFunctionsData() { in getFunctionsData()
242 for (FunctionBody* f : function_data) { in writeToFile()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_visa.cpp54 for (FunctionBody *fb : other.function_data) { in ISAfile()
55 FunctionBody *fb2 = new FunctionBody(other.version); in ISAfile()
77 for (FunctionBody *fb : function_data) in operator =()
81 for (FunctionBody *fb : other.function_data) in operator =()
91 for (FunctionBody *f : function_data) in ~ISAfile()
133 FunctionBody *fb = new FunctionBody(version); in loadFunctionData()
150 std::vector<FunctionBody*> &ISAfile::getFunctionsData() { in getFunctionsData()
242 for (FunctionBody* f : function_data) { in writeToFile()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.57.0/src/readers/
H A Dcode_section.rs22 pub struct FunctionBody<'a> { struct
27 impl<'a> FunctionBody<'a> { argument
183 pub fn read<'b>(&mut self) -> Result<FunctionBody<'b>> in read()
192 Ok(FunctionBody { in read()
200 type Item = FunctionBody<'a>;
219 type Item = Result<FunctionBody<'a>>;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.51.4/src/readers/
H A Dcode_section.rs22 pub struct FunctionBody<'a> { struct
27 impl<'a> FunctionBody<'a> { argument
183 pub fn read<'b>(&mut self) -> Result<FunctionBody<'b>> in read()
192 Ok(FunctionBody { in read()
200 type Item = FunctionBody<'a>;
219 type Item = Result<FunctionBody<'a>>;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.52.2/src/readers/
H A Dcode_section.rs22 pub struct FunctionBody<'a> { struct
27 impl<'a> FunctionBody<'a> { implementation
183 pub fn read<'b>(&mut self) -> Result<FunctionBody<'b>> in read()
192 Ok(FunctionBody { in read()
200 type Item = FunctionBody<'a>;
219 type Item = Result<FunctionBody<'a>>;
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/wasmparser-0.39.1/src/readers/
H A Dcode_section.rs22 pub struct FunctionBody<'a> { struct
27 impl<'a> FunctionBody<'a> { argument
183 pub fn read<'b>(&mut self) -> Result<FunctionBody<'b>> in read()
192 Ok(FunctionBody { in read()
200 type Item = FunctionBody<'a>;
219 type Item = Result<FunctionBody<'a>>;
/dports/www/firefox/firefox-99.0/third_party/rust/wasmparser/src/readers/
H A Dcode_section.rs22 pub struct FunctionBody<'a> { struct
27 impl<'a> FunctionBody<'a> { impl
178 pub fn read<'b>(&mut self) -> Result<FunctionBody<'b>> in read()
187 Ok(FunctionBody { in read()
195 type Item = FunctionBody<'a>;
217 type Item = Result<FunctionBody<'a>>;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wasmparser/src/readers/
H A Dcode_section.rs22 pub struct FunctionBody<'a> { struct
27 impl<'a> FunctionBody<'a> { implementation
178 pub fn read<'b>(&mut self) -> Result<FunctionBody<'b>> in read()
187 Ok(FunctionBody { in read()
195 type Item = FunctionBody<'a>;
217 type Item = Result<FunctionBody<'a>>;
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/wasmparser/src/readers/
H A Dcode_section.rs22 pub struct FunctionBody<'a> { struct
27 impl<'a> FunctionBody<'a> { implementation
178 pub fn read<'b>(&mut self) -> Result<FunctionBody<'b>> in read()
187 Ok(FunctionBody { in read()
195 type Item = FunctionBody<'a>;
217 type Item = Result<FunctionBody<'a>>;
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser/src/readers/
H A Dcode_section.rs22 pub struct FunctionBody<'a> { struct
27 impl<'a> FunctionBody<'a> { implementation
183 pub fn read<'b>(&mut self) -> Result<FunctionBody<'b>> in read()
192 Ok(FunctionBody { in read()
200 type Item = FunctionBody<'a>;
219 type Item = Result<FunctionBody<'a>>;
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wasmparser-0.48.2/src/readers/
H A Dcode_section.rs22 pub struct FunctionBody<'a> { struct
27 impl<'a> FunctionBody<'a> { argument
183 pub fn read<'b>(&mut self) -> Result<FunctionBody<'b>> in read()
192 Ok(FunctionBody { in read()
200 type Item = FunctionBody<'a>;
219 type Item = Result<FunctionBody<'a>>;
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/wasmparser-0.77.0/src/readers/
H A Dcode_section.rs22 pub struct FunctionBody<'a> { struct
27 impl<'a> FunctionBody<'a> { argument
178 pub fn read<'b>(&mut self) -> Result<FunctionBody<'b>> in read()
187 Ok(FunctionBody { in read()
195 type Item = FunctionBody<'a>;
217 type Item = Result<FunctionBody<'a>>;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/
H A Dliftoff-compiler.h20 struct FunctionBody;
56 AccountingAllocator*, CompilationEnv*, const FunctionBody&, int func_index,
62 AccountingAllocator*, CompilationEnv*, const FunctionBody&);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/baseline/
H A Dliftoff-compiler.h20 struct FunctionBody;
57 AccountingAllocator*, CompilationEnv*, const FunctionBody&, int func_index,
63 AccountingAllocator*, CompilationEnv*, const FunctionBody&, int func_index);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dfunction-body-decoder.h26 struct FunctionBody { struct
32 FunctionBody(const FunctionSig* sig, uint32_t offset, const byte* start, in FunctionBody() argument
41 const FunctionBody& body);
45 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
49 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dfunction-body-decoder.h30 struct FunctionBody { struct
36 FunctionBody(const FunctionSig* sig, uint32_t offset, const byte* start, in FunctionBody() function
47 const FunctionBody& body);
51 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
55 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dfunction-body-decoder.h26 struct FunctionBody { struct
32 FunctionBody(const FunctionSig* sig, uint32_t offset, const byte* start, in FunctionBody() argument
43 const FunctionBody& body);
47 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
51 bool PrintRawWasmCode(AccountingAllocator* allocator, const FunctionBody& body,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp45 bool find(Stmt *FunctionBody, const Expr *MovingCall,
86 bool UseAfterMoveFinder::find(Stmt *FunctionBody, const Expr *MovingCall, in find() argument
100 CFG::buildCFG(nullptr, FunctionBody, Context, Options); in find()
105 std::make_unique<ExprSequence>(TheCFG.get(), FunctionBody, Context); in find()
417 Stmt *FunctionBody = nullptr; in check() local
419 FunctionBody = ContainingLambda->getBody(); in check()
421 FunctionBody = ContainingFunc->getBody(); in check()
432 if (finder.find(FunctionBody, MovingCall, Arg->getDecl(), &Use)) in check()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp45 bool find(Stmt *FunctionBody, const Expr *MovingCall,
86 bool UseAfterMoveFinder::find(Stmt *FunctionBody, const Expr *MovingCall, in find() argument
100 CFG::buildCFG(nullptr, FunctionBody, Context, Options); in find()
105 llvm::make_unique<ExprSequence>(TheCFG.get(), FunctionBody, Context); in find()
417 Stmt *FunctionBody = nullptr; in check() local
419 FunctionBody = ContainingLambda->getBody(); in check()
421 FunctionBody = ContainingFunc->getBody(); in check()
432 if (finder.find(FunctionBody, MovingCall, Arg->getDecl(), &Use)) in check()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp45 bool find(Stmt *FunctionBody, const Expr *MovingCall,
86 bool UseAfterMoveFinder::find(Stmt *FunctionBody, const Expr *MovingCall, in find() argument
100 CFG::buildCFG(nullptr, FunctionBody, Context, Options); in find()
105 std::make_unique<ExprSequence>(TheCFG.get(), FunctionBody, Context); in find()
417 Stmt *FunctionBody = nullptr; in check() local
419 FunctionBody = ContainingLambda->getBody(); in check()
421 FunctionBody = ContainingFunc->getBody(); in check()
432 if (finder.find(FunctionBody, MovingCall, Arg->getDecl(), &Use)) in check()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp46 bool find(Stmt *FunctionBody, const Expr *MovingCall,
87 bool UseAfterMoveFinder::find(Stmt *FunctionBody, const Expr *MovingCall, in find() argument
101 CFG::buildCFG(nullptr, FunctionBody, Context, Options); in find()
106 llvm::make_unique<ExprSequence>(TheCFG.get(), FunctionBody, Context); in find()
418 Stmt *FunctionBody = nullptr; in check() local
420 FunctionBody = ContainingLambda->getBody(); in check()
422 FunctionBody = ContainingFunc->getBody(); in check()
433 if (finder.find(FunctionBody, MovingCall, Arg->getDecl(), &Use)) in check()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_assists/src/handlers/
H A Dextract_function.rs200 return FunctionBody::from_expr(expr); in extraction_target()
213 body: FunctionBody,
319 enum FunctionBody { enum
461 impl FunctionBody { impl
613 impl FunctionBody { implementation
965 impl HasTokenAtOffset for FunctionBody { implementation
1024 body: &FunctionBody, in locals_defined_in_body() argument
1067 body: &FunctionBody, in is_defined_outside_of_body() argument
1086 FunctionBody::Expr(e) => e.syntax(), in node_to_insert_after()
1424 FunctionBody::Expr(expr) => { in make_body()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_assists/src/handlers/
H A Dextract_function.rs200 return FunctionBody::from_expr(expr); in extraction_target()
213 body: FunctionBody,
319 enum FunctionBody { enum
461 impl FunctionBody { impl
613 impl FunctionBody { implementation
965 impl HasTokenAtOffset for FunctionBody { implementation
1024 body: &FunctionBody, in locals_defined_in_body() argument
1067 body: &FunctionBody, in is_defined_outside_of_body() argument
1086 FunctionBody::Expr(e) => e.syntax(), in node_to_insert_after()
1424 FunctionBody::Expr(expr) => { in make_body()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp66 bool find(Stmt *FunctionBody, const Expr *MovingCall,
108 bool UseAfterMoveFinder::find(Stmt *FunctionBody, const Expr *MovingCall, in find() argument
122 CFG::buildCFG(nullptr, FunctionBody, Context, Options); in find()
127 std::make_unique<ExprSequence>(TheCFG.get(), FunctionBody, Context); in find()
439 Stmt *FunctionBody = nullptr; in check() local
441 FunctionBody = ContainingLambda->getBody(); in check()
443 FunctionBody = ContainingFunc->getBody(); in check()
454 if (finder.find(FunctionBody, MovingCall, Arg->getDecl(), &Use)) in check()

12345678910>>...17