Home
last modified time | relevance | path

Searched refs:toggle (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A DPR49490.cpp5 struct toggle { struct
9 toggle global_toggle; argument
10 toggle get_global_toggle() { return global_toggle; } in get_global_toggle()
14 bool compare(toggle one, bool other) { in compare()
/llvm-project-15.0.7/compiler-rt/test/profile/Linux/
H A Dinstrprof-cs.c15 static void toggle(int t) { in toggle() function
26 toggle(g1); in main()
29 toggle(g2); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dx86-64-bittest-logic.ll90 %a = xor i64 %x, 2147483648 ; toggle bit 31
100 %a = xor i64 %x, 4294967296 ; toggle bit 32
110 %a = xor i64 %x, 4611686018427387904 ; toggle bit 62
120 %a = xor i64 %x, 9223372036854775808 ; toggle bit 63
210 %a = xor i64 %x, 2147483648 ; toggle bit 31
220 %a = xor i64 %x, 4294967296 ; toggle bit 32
230 %a = xor i64 %x, 4611686018427387904 ; toggle bit 62
240 %a = xor i64 %x, 9223372036854775808 ; toggle bit 63
330 %a = xor i64 %x, 2147483648 ; toggle bit 31
340 %a = xor i64 %x, 4294967296 ; toggle bit 32
[all …]
/llvm-project-15.0.7/llvm/test/Other/ChangePrinters/DotCfg/
H A Dprint-changed-dot-cfg.ll140 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
156 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
173 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
190 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
207 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
228 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
246 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
272 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
277 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
284 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
[all …]
/llvm-project-15.0.7/polly/www/video-js/
H A Dvideo.js1173 this.each(this.elements.playToggles, function(toggle){ argument
1174 _V_.removeClass(toggle, "vjs-paused");
1175 _V_.addClass(toggle, "vjs-playing");
1179 this.each(this.elements.playToggles, function(toggle){ argument
1180 _V_.removeClass(toggle, "vjs-playing");
1181 _V_.addClass(toggle, "vjs-paused");
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Dmacro-usage.rst60 Boolean flag to toggle ignoring command-line-defined macros.
/llvm-project-15.0.7/llvm/test/MC/Disassembler/Hexagon/
H A Dxtype_bit.txt90 # Set/clear/toggle bit
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dparameterized_classes_subst.m100 - (void)toggle; method
186 [[[[NSViewController alloc] init] view] toggle];
/llvm-project-15.0.7/clang-tools-extra/clang-doc/assets/
H A Dclang-doc-default-stylesheet.css753 #sidenav-left-toggle {
761 #sidenav-left-toggle {
/llvm-project-15.0.7/libcxx/include/
H A D__debug22 // Catch invalid uses of the legacy _LIBCPP_DEBUG toggle.
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DREADME-Thumb.txt226 to toggle the 's' bit since they do not set CPSR when they are inside IT blocks.
/llvm-project-15.0.7/clang/docs/
H A DLibTooling.rst165 # Alternatively to calling cmake, use ccmake, toggle to advanced mode and
H A DReleaseNotes.rst593 - Added ``-cl-ext`` flag to the Clang driver to toggle extensions/features
H A DUsersManual.rst3260 however :option:`-cl-ext` flag can be used to toggle individual extensions and
/llvm-project-15.0.7/llvm/utils/gn/
H A DREADME.rst133 ``config.h`` header, but one header per toggle. That way, when e.g.
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/intrinsics/
H A Dxtype_bit.ll247 ; Set/clear/toggle bit
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td1796 // Clr/set/toggle bit for 64-bit values with immediate bit index.