Home
last modified time | relevance | path

Searched full:js (Results 1 – 25 of 181) sorted by relevance

12345678

/llvm-project/clang/test/Format/
H A Dclang-format-ignore.cpp17 // RUN: touch foo.c foo.js
18 // RUN: clang-format -verbose foo.c foo.js 2>&1 | FileCheck %s -allow-empty
23 // RUN: clang-format -verbose foo.c foo.js 2>&1 \
26 // CHECK2-NEXT: Formatting [2/2] foo.js
28 // RUN: echo "*.js" > .clang-format-ignore
29 // RUN: clang-format -verbose foo.c foo.js 2>&1 \
32 // CHECK3-NOT: foo.js
38 // CHECK4-NOT: foo.js
47 // CHECK5-NOT: foo.js
/llvm-project/llvm/tools/llvm-rc/
H A DOpts.td10 class JS<string name, string help> :
18 def fileout : JS<"FO", "Change the output file location.">;
20 def define : JS<"D", "Define a symbol for the C preprocessor.">;
21 def undef : JS<"U", "Undefine a symbol for the C preprocessor.">;
23 def lang_id : JS<"L", "Set the default language identifier.">;
26 def includepath : JS<"I", "Add an include path.">;
37 def codepage : JS<"C", "Set the codepage used for input strings.">;
/llvm-project/llvm/test/CodeGen/X86/
H A Dpseudo_cmov_lower.ll3 ; This test checks that only a single js gets generated in the final code
6 ; CHECK: js
7 ; CHECK-NOT: js
17 ; This test checks that only a single js gets generated in the final code
21 ; CHECK: js
22 ; CHECK-NOT: js
34 ; This test checks that only a single js gets generated in the final code
37 ; CHECK: js
38 ; CHECK-NOT: js
50 ; This test checks that only a single js gets generated in the final code
[all …]
H A Dvector-reduce-fmaximum.ll29 ; SSE2-NEXT: js .LBB1_2
37 ; SSE2-NEXT: js .LBB1_4
53 ; SSE41-NEXT: js .LBB1_2
61 ; SSE41-NEXT: js .LBB1_4
76 ; AVX-NEXT: js .LBB1_1
115 ; SSE2-NEXT: js .LBB2_2
125 ; SSE2-NEXT: js .LBB2_4
135 ; SSE2-NEXT: js .LBB2_6
144 ; SSE2-NEXT: js .LBB2_8
154 ; SSE2-NEXT: js .LBB2_10
[all …]
H A Dtest-shrink.ll582 ; CHECK-LINUX64-NEXT: js .LBB13_2
594 ; CHECK-WIN32-64-NEXT: js .LBB13_2
604 ; CHECK-X86-NEXT: js .LBB13_2
625 ; CHECK-LINUX64-NEXT: js .LBB14_2
637 ; CHECK-WIN32-64-NEXT: js .LBB14_2
647 ; CHECK-X86-NEXT: js .LBB14_2
668 ; CHECK-LINUX64-NEXT: js .LBB15_2
680 ; CHECK-WIN32-64-NEXT: js .LBB15_2
690 ; CHECK-X86-NEXT: js .LBB15_2
712 ; CHECK-LINUX64-NEXT: js .LBB16_2
[all …]
H A Dsignbit-test.ll9 ; CHECK-NEXT: js .LBB0_2
51 ; CHECK-NEXT: js .LBB2_2
93 ; CHECK-NEXT: js .LBB4_2
135 ; CHECK-NEXT: js .LBB6_2
177 ; CHECK-NEXT: js .LBB8_2
219 ; CHECK-NEXT: js .LBB10_2
H A Dfminimum-fmaximum.ll29 ; SSE2-NEXT: js .LBB0_2
37 ; SSE2-NEXT: js .LBB0_4
50 ; AVX1-NEXT: js .LBB0_1
89 ; X86-NEXT: js .LBB0_1
188 ; SSE2-NEXT: js .LBB4_1
204 ; AVX1-NEXT: js .LBB4_1
255 ; X86-NEXT: js .LBB4_1
465 ; SSE2-NEXT: js .LBB9_2
473 ; SSE2-NEXT: js .LBB9_4
488 ; AVX1-NEXT: js
[all...]
H A D2007-01-13-StackPtrIndex.ll24 ; CHECK-NEXT: js .LBB0_1
27 ; CHECK-NEXT: js .LBB0_14
48 ; CHECK-NEXT: js .LBB0_10
81 ; CHECK-NEXT: js .LBB0_4
85 ; CHECK-NEXT: js .LBB0_18
130 ; CHECK-NEXT: js .LBB0_9
155 ; CHECK-NEXT: js .LBB0_21
175 ; CHECK-NEXT: js .LBB0_26
206 ; CHECK-NEXT: js .LBB0_30
236 ; CHECK-NEXT: js
[all...]
/llvm-project/llvm/utils/vscode/llvm/
H A Dpackage-lock.json13 "js-yaml": "^3.13.1",
50 "js-tokens": "^4.0.0"
86 "sprintf-js": "~1.0.2"
179 "esparse": "bin/esparse.js",
180 "esvalidate": "bin/esvalidate.js"
267 "node_modules/js-tokens": {
269 "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
273 "node_modules/js-yaml": {
275 "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
283 "js-yaml": "bin/js-yaml.js"
[all …]
H A Dpackage.json113 "js-yaml": "^3.13.1",
119 …"vscode:prepublish": "npx js-yaml syntaxes/ll.tmLanguage.yaml > syntaxes/ll.tmLanguage.json && tsc…
/llvm-project/clang-tools-extra/test/clang-doc/
H A Dassets.cpp5 // RUN: FileCheck %s -input-file=%t/test.js -check-prefix=JS
11 // INDEX-NEXT: <script src="index_json.js"></script>
12 // INDEX-NEXT: <script src="test.js"></script>
22 // JS: console.log("Hello, world!");
H A Dbasic-project.test4 // RUN: FileCheck %s -input-file=%t/docs/index_json.js -check-prefix=JSON-INDEX
/llvm-project/llvm/tools/llvm-readtapi/
H A DTapiOpts.td5 multiclass JS<string name, string help, string var = ""> {
26 defm output: JS<"o", "write output to <file>","<file>">;
28 defm filetype: JS<"filetype", "specify the output file type (tbd-v3, tbd-v4 or tbd-v5)","<value>">;
29 defm arch: JS<"arch", "specify the <architecture>", "<architecture>">;
42 defm ignore_arch : JS<"ignore-arch", "<architecture> slice to ignore for comparison", "<architecture>">;
/llvm-project/bolt/utils/dot2html/
H A Dd3-graphviz-template.html4 <script src="https://d3js.org/d3.v5.min.js"></script>
5 <script src="https://unpkg.com/@hpcc-js/wasm@0.3.11/dist/index.min.js"></script>
6 <script src="https://unpkg.com/d3-graphviz@3.0.5/build/d3-graphviz.js"></script>
/llvm-project/clang-tools-extra/unittests/clang-doc/
H A DHTMLGeneratorTest.cpp37 CDCtx.JsScripts.emplace_back("index.js");
69 <script src="../index_json.js"></script> in TEST()
70 <script src="../index.js"></script> in TEST()
186 <script src="../../../index_json.js"></script> in TEST()
187 <script src="../../../index.js"></script> in TEST()
309 <script src="index_json.js"></script> in TEST()
310 <script src="index.js"></script> in TEST()
357 <script src="index_json.js"></script> in TEST()
358 <script src="index.js"></script> in TEST()
452 <script src="index_json.js"></scrip in TEST()
[all...]
/llvm-project/llvm/tools/llvm-libtool-darwin/
H A DOpts.td7 class JS<string letter, string help> : JoinedOrSeparate<["-", "--"], letter>, HelpText<help>;
21 def libraries : JS<"l", "l<x> searches for the library libx.a in the library search path. If the st…
23 def librarySearchDirs : JS<"L", "L<dir> adds <dir> to the list of directories in which to search fo…
/llvm-project/mlir/utils/jupyter/mlir_opt_kernel/assets/
H A Dkernel.js1 define([ "codemirror/lib/codemirror", "base/js/namespace" ],
6 console.log("Loading kernel.js from MlirOptKernel");
/llvm-project/clang/test/SemaCXX/
H A Dlinkage-spec.cpp122 namespace js { extern int ObjectClass; } namespace
124 namespace js {} namespace
126 int js::ObjectClass;
/llvm-project/clang-tools-extra/pseudo/tool/
H A DCMakeLists.txt
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DCMakeLists.txt35 HTMLLogger.html HTMLLogger.css HTMLLogger.js
38 DEPENDS ${CLANG_SOURCE_DIR}/utils/bundle_resources.py HTMLLogger.html HTMLLogger.css HTMLLogger.js
/llvm-project/llvm/test/MC/X86/
H A Dalign-branch-necessary.s14 # CHECK: 18: js
15 js foo
/llvm-project/llvm/test/MC/AArch64/
H A Darmv8.3a-js.s8 // RUN: FileCheck --check-prefix=CHECK-JS %s
16 // CHECK-JS: error: instruction requires: jsconv
/llvm-project/clang/www/analyzer/
H A Dalpha_checks.html10 <script type="text/javascript" src="scripts/menu.js"></script>
11 <script type="text/javascript" src="scripts/expandcollapse.js"></script>
H A Davailable_checks.html10 <script type="text/javascript" src="scripts/menu.js"></script>
11 <script type="text/javascript" src="scripts/expandcollapse.js"></script>
/llvm-project/.github/workflows/
H A Dllvm-bugs.yml21 - run: npm install mailgun.js form-data
28 const Mailgun = require('mailgun.js');

12345678