Home
last modified time | relevance | path

Searched refs:bodyLoc (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DGeneralization.cpp158 [](OpBuilder &bodyBuilder, Location bodyLoc, ValueRange bodyArgs) { in createGenericOp() argument
160 bodyBuilder.create<MulFOp>(bodyLoc, bodyArgs[0], bodyArgs[1]); in createGenericOp()
161 Value add = bodyBuilder.create<AddFOp>(bodyLoc, mul, bodyArgs[2]); in createGenericOp()
162 bodyBuilder.create<linalg::YieldOp>(bodyLoc, add); in createGenericOp()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DGeneralization.cpp158 [](OpBuilder &bodyBuilder, Location bodyLoc, ValueRange bodyArgs) { in createGenericOp() argument
160 bodyBuilder.create<MulFOp>(bodyLoc, bodyArgs[0], bodyArgs[1]); in createGenericOp()
161 Value add = bodyBuilder.create<AddFOp>(bodyLoc, mul, bodyArgs[2]); in createGenericOp()
162 bodyBuilder.create<linalg::YieldOp>(bodyLoc, add); in createGenericOp()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DGeneralization.cpp175 [](OpBuilder &bodyBuilder, Location bodyLoc, ValueRange bodyArgs) { in createGenericOp() argument
177 bodyBuilder.create<MulFOp>(bodyLoc, bodyArgs[0], bodyArgs[1]); in createGenericOp()
178 Value add = bodyBuilder.create<AddFOp>(bodyLoc, mul, bodyArgs[2]); in createGenericOp()
179 bodyBuilder.create<YieldOp>(bodyLoc, add); in createGenericOp()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DGeneralization.cpp175 [](OpBuilder &bodyBuilder, Location bodyLoc, ValueRange bodyArgs) { in createGenericOp() argument
177 bodyBuilder.create<MulFOp>(bodyLoc, bodyArgs[0], bodyArgs[1]); in createGenericOp()
178 Value add = bodyBuilder.create<AddFOp>(bodyLoc, mul, bodyArgs[2]); in createGenericOp()
179 bodyBuilder.create<YieldOp>(bodyLoc, add); in createGenericOp()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DGeneralization.cpp175 [](OpBuilder &bodyBuilder, Location bodyLoc, ValueRange bodyArgs) { in createGenericOp() argument
177 bodyBuilder.create<MulFOp>(bodyLoc, bodyArgs[0], bodyArgs[1]); in createGenericOp()
178 Value add = bodyBuilder.create<AddFOp>(bodyLoc, mul, bodyArgs[2]); in createGenericOp()
179 bodyBuilder.create<YieldOp>(bodyLoc, add); in createGenericOp()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/stylish-haskell-0.12.2.0/lib/Language/Haskell/Stylish/Step/
H A DSimpleAlign.hs140 bodyLoc = S.getLoc body function
143 bodyPos <- toRealSrcSpan bodyLoc
172 bodyLoc = S.getLoc body function
176 bodyPos <- toRealSrcSpan bodyLoc
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/evanw/esbuild/internal/js_parser/
H A Djs_parser_lower.go246 bodyLoc logger.Loc,
319 bodyLoc,
326 thisValue = js_ast.Expr{Loc: bodyLoc, Data: js_ast.EThisShared}
332 Body: js_ast.FnBody{Loc: bodyLoc, Stmts: *bodyStmts},
442 callAsync := p.callRuntime(bodyLoc, "__async", []js_ast.Expr{
445 {Loc: bodyLoc, Data: &js_ast.EFunction{Fn: fn}},
458 ValueOrNil: js_ast.Expr{Loc: bodyLoc, Data: &js_ast.EArrow{
463 Loc: bodyLoc,
486 ValueOrNil: js_ast.Expr{Loc: bodyLoc, Data: &js_ast.EArrow{
492 Loc: bodyLoc,
[all …]
H A Djs_parser.go5544 bodyLoc := p.lexer.Loc()
5615 BodyLoc: bodyLoc,
6275 bodyLoc := p.lexer.Loc()
6293 bodyLoc := p.lexer.Loc()
6336 BodyLoc: bodyLoc,
6342 bodyLoc := p.lexer.Loc()
6386 bodyLoc := p.lexer.Loc()
6410 BodyLoc: bodyLoc,
7747 bodyLoc := s.Yes.Loc
7749 bodyLoc = body[0].Loc
[all …]
/dports/devel/esbuild/esbuild-0.12.23/internal/js_parser/
H A Djs_parser_lower.go243 bodyLoc logger.Loc,
315 bodyLoc,
322 thisValue = js_ast.Expr{Loc: bodyLoc, Data: js_ast.EThisShared}
328 Body: js_ast.FnBody{Loc: bodyLoc, Stmts: *bodyStmts},
438 callAsync := p.callRuntime(bodyLoc, "__async", []js_ast.Expr{
441 {Loc: bodyLoc, Data: &js_ast.EFunction{Fn: fn}},
449 superIndexStmt := js_ast.Stmt{Loc: bodyLoc, Data: &js_ast.SLocal{
452 ValueOrNil: js_ast.Expr{Loc: bodyLoc, Data: &js_ast.EArrow{
457 Loc: bodyLoc,
458 Stmts: []js_ast.Stmt{{Loc: bodyLoc, Data: &js_ast.SReturn{
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1850 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1851 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1877 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1878 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1892 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1893 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1897 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1905 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1850 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1851 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1877 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1878 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1892 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1893 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1897 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1905 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1850 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1851 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1877 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1878 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1892 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1893 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1897 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1905 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1849 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1850 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1876 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1877 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1891 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1892 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1896 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1904 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1849 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1850 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1876 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1877 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1891 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1892 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1896 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1904 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1848 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1849 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1875 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1876 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1890 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1891 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1895 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1903 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1848 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1849 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1875 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1876 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1890 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1891 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1895 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1903 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1850 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1851 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1877 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1878 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1892 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1893 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1897 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1905 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1850 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1851 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1877 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1878 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1892 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1893 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1897 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1905 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1841 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1842 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1868 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1869 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1883 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1884 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1888 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1896 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1850 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1851 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1877 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1878 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1892 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1893 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1897 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1905 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1850 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1851 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1877 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1878 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1892 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1893 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1897 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1905 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1850 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1851 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1877 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1878 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1892 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1893 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1897 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1905 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1842 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1843 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1869 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1870 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1884 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1885 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1889 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1897 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1842 SourceLocation bodyLoc = lastCatchBody->getLocStart(); in RewriteObjCTryStmt() local
1843 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1869 SourceLocation bodyLoc = lastCatchBody->getLocStart(); in RewriteObjCTryStmt() local
1870 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1884 SourceLocation bodyLoc = lastCatchBody->getLocEnd(); in RewriteObjCTryStmt() local
1885 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1889 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1897 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1850 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1851 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1877 SourceLocation bodyLoc = lastCatchBody->getBeginLoc(); in RewriteObjCTryStmt() local
1878 const char *bodyBuf = SM->getCharacterData(bodyLoc); in RewriteObjCTryStmt()
1892 SourceLocation bodyLoc = lastCatchBody->getEndLoc(); in RewriteObjCTryStmt() local
1893 assert(*SM->getCharacterData(bodyLoc) == '}' && in RewriteObjCTryStmt()
1897 bodyLoc = bodyLoc.getLocWithOffset(-1); in RewriteObjCTryStmt()
1905 InsertText(bodyLoc, buf); in RewriteObjCTryStmt()

12