| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/altera/ |
| H A D | id-dependent-backward-branch.cpp | 35 ExampleStruct Example; in error() local 36 Example.IDDepField = get_local_id(0); in error() 41 int ThreadID3 = Example.IDDepField; // OK: not used in any loops in error() 59 for (int i = 0; i < Example.IDDepField; i++) { in error() 65 while (j < Example.IDDepField) { in error() 73 } while (j < Example.IDDepField); in error()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/benchmarks/CompletionModel/ |
| H A D | DecisionForestBenchmark.cpp | 23 std::vector<Example> generateRandomDataset(int NumExamples) { in generateRandomDataset() 32 std::vector<Example> Examples; in generateRandomDataset() 35 Example E; in generateRandomDataset() 64 void runDecisionForestPrediciton(const std::vector<Example> Examples) { in runDecisionForestPrediciton() 65 for (const Example &E : Examples) in runDecisionForestPrediciton() 73 const std::vector<Example> Examples = generateRandomDataset(1000000); in decisionForestPredict()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Complex/IR/ |
| H A D | ComplexOps.td | 52 Example: 70 Example: 90 Example: 111 Example: 142 Example: 171 Example: 211 Example: 235 Example: 262 Example: 284 Example: [all …]
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | OptionsBase.td | 9 // Example: def foo : Option<"foo", "f">, Group<1>; 11 // Example: def foo : Option<"foo", "f">, Groups<[1,4,6]>; 13 // Example: def foo : Option<"foo", "f">, GroupRange<1, 4>; 20 // Example: def foo : Option<"foo", "f">, Required; 26 // Example: def foo : Option<"long-option", "l"> 34 // Example: def foo : Option<"long-option", "l"> 60 // Example: def foo : Option<"foo", "f">, 68 // Example: def foo : Option<"foo", "f">, 73 // Example: def foo : Option<"foo", "f">, 86 // Example: def foo : Option<"foo", "f">, Arg<"Pid">; [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Math/IR/ |
| H A D | MathOps.td | 79 Example: 106 Example: 139 Example: 165 Example: 193 Example: 220 Example: 246 Example: 265 Example: 285 Example: 305 Example: [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | DecisionForestTests.cpp | 9 using Example = ::ns1::ns2::test::Example; in TEST() typedef 13 Example E; in TEST()
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | qemu-testing.rst | 35 **Example:** generate Ubuntu Bionic (armhf) rootfs image of size 1 GB 40 **Example:** generate Ubuntu Focal (arm64) rootfs image of size 2 GB 53 **Example:** Build QEMU binaries and Arm/AArch64 Linux kernel image 59 **Example:** Build Linux kernel image only 65 **Example:** Build qemu-system-arm and qemu-system-aarch64 binaries. 70 **Example:** Remove qemu.git, linux.git and linux.build from working directory 100 **Example:** Run QEMU Arm or AArch64 system emulation using run-qemu.sh 106 **Example:** Run QEMU with kernel image and qemu binary provided using commandline
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/PDLInterp/IR/ |
| H A D | PDLInterpOps.td | 95 Example: 122 Example: 155 Example: 177 Example: 200 Example: 227 Example: 259 Example: 284 Example: 316 Example: 339 Example: [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | pp-trace.rst | 171 Example::: 195 Example::: 223 Example::: 251 Example::: 271 Example::: 289 Example::: 309 Example::: 330 Example::: 352 Example::: 373 Example::: [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVLogicalOps.td | 81 #### Example: 115 #### Example: 149 #### Example: 183 #### Example: 217 #### Example: 248 #### Example: 279 #### Example: 313 #### Example: 347 #### Example: 381 #### Example: [all …]
|
| H A D | SPIRVGLOps.td | 126 #### Example: 155 #### Example: 186 #### Example: 218 #### Example: 250 #### Example: 282 #### Example: 316 #### Example: 350 #### Example: 384 #### Example: 416 #### Example: [all …]
|
| H A D | SPIRVArithmeticOps.td | 67 #### Example: 98 #### Example: 132 #### Example: 163 #### Example: 197 #### Example: 232 #### Example: 262 #### Example: 299 #### Example: 339 #### Example: 379 #### Example: [all …]
|
| H A D | SPIRVCLOps.td | 138 #### Example: 168 #### Example: 200 #### Example: 230 #### Example: 260 #### Example: 293 #### Example: 354 #### Example: 385 #### Example: 417 #### Example: 447 #### Example: [all …]
|
| H A D | SPIRVAtomicOps.td | 86 #### Example: 139 #### Example: 181 #### Example: 243 #### Example: 297 #### Example: 356 #### Example: 396 #### Example: 435 #### Example: 477 #### Example: 518 #### Example: [all …]
|
| H A D | SPIRVCastOps.td | 71 #### Example: 117 #### Example: 150 #### Example: 184 #### Example: 218 #### Example: 254 #### Example: 289 #### Example: 325 #### Example:
|
| H A D | SPIRVBitOps.td | 92 #### Example: 144 #### Example: 216 #### Example: 253 #### Example: 292 #### Example: 334 #### Example: 369 #### Example: 404 #### Example: 449 #### Example: 491 #### Example: [all …]
|
| /llvm-project-15.0.7/clang/docs/analyzer/developer-docs/ |
| H A D | DebugChecks.rst | 92 Example usage:: 117 Example usage:: 135 Example usage:: 149 Example usage:: 171 Example usage:: 188 Example usage:: 208 Example usage:: 222 Example usage:: 241 Example usage:: 254 Example usage:: [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/EmitC/IR/ |
| H A D | EmitC.td | 36 Example: 69 Example: 102 Example: 129 Example: 157 Example: 191 Example:
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/IR/ |
| H A D | ArithmeticOps.td | 139 Example: 187 Example: 237 Example: 266 Example: 296 Example: 318 Example: 340 Example: 364 Example: 393 Example: 421 Example: [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | use-noexcept.rst | 12 Example chapter 38 Example section in Options 63 Example section in Options
|
| H A D | use-nullptr.rst | 9 Example chapter 48 Example section in Options
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | redundant-access-specifiers.rst | 9 Example chapter 39 Example section in Options
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MarkdownQuickstartTemplate.md | 19 ~half of this document (starting with [Example Section](#example-section)) gives examples 56 ## Example Section 62 Headings (like `Example Section` just above) give your document its 65 ### Example Subsection 90 #### Example Subsubsection
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/ |
| H A D | SparseTensorOps.td | 42 Example: 106 Example: 131 Example: 156 Example: 191 Example: 232 Example: 263 Example: 300 Example: 320 Example: 467 Example of A+1, restricted to existing elements: [all …]
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenACC/ |
| H A D | OpenACCOps.td | 83 Example: 172 Example: 251 Example: 304 Example: 357 Example: 440 Example: 471 Example: 504 Example: 557 Example:
|