Home
last modified time | relevance | path

Searched refs:Toggle (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dxrefs.test25 # Toggle: we're on the definition, so jump to the declaration.
/llvm-project-15.0.7/libunwind/docs/
H A DBuildingLibunwind.rst101 Toggle assertions independent of the build mode.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dcgp-usubo.ll19 ; Verify insertion point for single-BB. Toggle predicate.
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp1118 if (Location *Toggle = getToggle(Params, S)) in onGoToDefinition() local
1119 return Reply(std::vector<Location>{std::move(*Toggle)}); in onGoToDefinition()
1137 if (Location *Toggle = getToggle(Params, S)) in onGoToDeclaration() local
1138 return Reply(std::vector<Location>{std::move(*Toggle)}); in onGoToDeclaration()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcgp-usubo.ll19 ; Verify insertion point for single-BB. Toggle predicate.
/llvm-project-15.0.7/libcxx/docs/
H A DBuildingLibcxx.rst207 Toggle the installation of the library portion of libc++.
213 Toggle the installation of the libc++ headers.
/llvm-project-15.0.7/llvm/test/Transforms/CodeGenPrepare/X86/
H A Doverflow-intrinsics.ll378 ; Verify insertion point for single-BB. Toggle predicate.