| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DependenceFlags.h | 188 Dependence semantic() { in LLVM_COMMON_DEPENDENCE() 251 return Dependence(D).semantic().expr(); in toExprDependenceForImpliedType() 292 return Dependence(D).semantic().type(); in toSemanticDependence()
|
| /llvm-project-15.0.7/clang/test/ParserHLSL/ |
| H A D | semantic_parsing.hlsl | 6 // expected-error@+1 {{unknown HLSL semantic 'SV_IWantAPony'}}
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | SplitReduction.cpp | 35 const llvm::fltSemantics &semantic = floatType.getFloatSemantics(); in getNeutralElement() local 37 return b.getFloatAttr(resultType, llvm::APFloat::getZero(semantic)); in getNeutralElement() 39 return b.getFloatAttr(resultType, llvm::APFloat(semantic, 1)); in getNeutralElement() 42 llvm::APFloat::getLargest(semantic, true)); in getNeutralElement() 45 llvm::APFloat::getLargest(semantic, true)); in getNeutralElement()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | InternalsManual.rst | 2793 and then the semantic handling of the attribute. 2808 into a semantic attribute depends on the attribute definition and semantic 2813 ``ParsedAttr`` objects to be converted into a semantic attribute. 2819 semantic checking for some attributes, etc. 2963 semantic attribute will require a string and integer argument. 3014 Attributes that do not require custom semantic handling should set the 3016 ``IgnoredAttr`` automatically do not get a semantic handler. All other 3033 semantic attributes generated. 3042 semantic attribute class object, with ``public`` access. 3088 attribute using ``hasAttr<T>()``. To obtain a pointer to the semantic [all …]
|
| H A D | MSVCCompatibility.rst | 34 parsing and semantic compatibility tweaks are controlled by 120 The first major semantic difference is that MSVC appears to defer all parsing
|
| H A D | ItaniumMangleAbiTags.rst | 8 This text tries to describe gcc semantic for mangling "abi_tag" attributes
|
| H A D | PCHInternals.rst | 26 representation after it has completed parsing and semantic analysis. The PCH 300 declaration context (for example, during semantic analysis of the expression 311 However, it is common for the code generator and semantic analysis to 402 selector (which is required for semantic analysis in Objective-C) and also 455 whenever semantic analysis needs to read information from the :ref:`global 483 the semantic model of chained precompiled headers, because the most-recent
|
| H A D | Tooling.rst | 5 Clang provides infrastructure to write tools that need syntactic and semantic
|
| /llvm-project-15.0.7/llvm/docs/HistoricalNotes/ |
| H A D | 2007-OriginalClangReadme.txt | 42 libparse - C (for now) parsing and local semantic analysis. This library 78 compiler tool, it makes sense to take those plus the AST building and semantic 108 semantic analysis (some errors and warnings are not produced). 143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | identifier-length.rst | 37 variable names have semantic value. 56 variable names have semantic value.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/NVGPU/IR/ |
| H A D | NVGPU.td | 15 // Ops semantic are going to be based on vendor specific PTX defintion: 67 This operation is meant to follow the semantic of described here: 103 This operation is meant to follow the semantic of described here:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | scatter-schedule.ll | 7 ; The right order is "from LSB to MSB", otherwise the semantic is broken.
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | ld64-vs-lld.rst | 19 them more compactly. This should not result in any meaningful semantic
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/ |
| H A D | enum_targets_gen.bzl | 27 This rule provides a slightly more semantic API than template_rule, but the main
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/ |
| H A D | README.md | 8 There is no semantic analysis, apart from guesses to disambiguate the parse.
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | merge-ids-and-types-1.yaml | 12 # For easy understanding, a semantic representation of the types we will set up
|
| H A D | merge-ids-and-types-2.yaml | 7 # For easy understanding, a semantic representation of the types we will set up
|
| /llvm-project-15.0.7/flang/docs/ |
| H A D | ReleaseNotes.md | 40 semantic diagnostics are not affected).
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | mangle.mm | 60 // Don't crash when mangling an enum whose semantic context
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-dwarfutil.rst | 16 In basic usage, it makes a semantic copy of the input to the output. If any
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | atomicrmw.ll | 5 ; - the ordering of atomicrmw is compatible with a load (i.e., no release semantic) 121 ; release semantic, which is incorrect. We can canonicalize the operation.
|
| /llvm-project-15.0.7/polly/test/ScheduleOptimizer/ManualOptimization/ |
| H A D | distribute_illegal_pragmaloc.ll | 3 …e_illegal.c:1:42: not applying loop fission/distribution: cannot ensure semantic equivalence due t…
|
| H A D | distribute_illegal_looploc.ll | 3 …te_illegal.c:2:3: not applying loop fission/distribution: cannot ensure semantic equivalence due t…
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | tbaa.ll | 55 ; This part checks for more semantic verifier rules.
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticCommentKinds.td | 26 // HTML semantic errors
|