| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | dialect.td | 57 // DEF: a::SomeOp definitions 58 // DEF: BNS::SomeOp definitions 59 // DEF: ::C::CC::SomeOp definitions 60 // DEF: DSomeOp definitions 61 // DEF: ENS::SomeOp definitions 62 // DEF: ::E::SPECIAL_NS::SpecialNSOp definitions
|
| H A D | op-result.td | 29 // CHECK-LABEL: OpB definitions 44 // CHECK-LABEL: OpC definitions 60 // CHECK-LABEL: OpD definitions 69 // CHECK-LABEL: OpE definitions 87 // CHECK-LABEL: OpG definitions
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-nm.rst | 41 Common symbol. Multiple definitions link together into one definition. 92 regular definitions exist in a link. If multiple weak definitions and no 93 regular definitions exist, one of the weak definitions will be used. 103 be used if no regular definitions exist in a link. If multiple weak definitions 104 and no regular definitions exist, one of the weak definitions will be used. 167 Print only symbols whose definitions are external; that is, accessible from
|
| H A D | tblgen.rst | 180 Generate Clang diagnostics definitions. 305 Generate ARM MVE builtin definitions for Clang. 325 Generate ARM CDE builtin definitions for Clang. 544 Generate options definitions. 611 Generate op interface definitions. 631 Generate enum utility definitions. 663 Generate operation definitions. 699 Generate SPIR-V operation utility definitions. 711 Generate SPIR-V enum availability definitions. 727 Generate struct utility definitions. [all …]
|
| /llvm-project-15.0.7/mlir/test/python/ |
| H A D | python_test_ops.td | 1 //===-- python_test_ops.td - Python test Op definitions ----*- tablegen -*-===// 39 // Type definitions. 45 // Attribute definitions. 51 // Operation definitions.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/ |
| H A D | definitions-in-headers.rst | 1 .. title:: clang-tidy - misc-definitions-in-headers 3 misc-definitions-in-headers 6 Finds non-extern non-inline function and variable definitions in header files, 23 // OK: internal linkage variable definitions are ignored for now.
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | redefinition-c-tagtypes.m | 18 // [email protected]:12 {{type 'struct NS' has incompatible definitions}} 29 // [email protected]:23 {{type 'enum NSE' has incompatible definitions}} 45 …/ [email protected]:39 {{type 'enum NSMyEnum' has incompatible definitions}}
|
| H A D | odr_hash.mm | 112 // [email protected]:* {{Types::Attributed::invalid1' has different definitions in different … 115 // [email protected]:* {{'Types::Attributed::invalid2' has different definitions in different… 162 // [email protected]:* {{'Types::BlockPointer::invalid1' has different definitions in differe… 165 // [email protected]:* {{'Types::BlockPointer::invalid2' has different definitions in differe… 168 // [email protected]:* {{'Types::BlockPointer::invalid3' has different definitions in differe… 171 // [email protected]:* {{'Types::BlockPointer::invalid4' has different definitions in differe… 226 // [email protected]:* {{'Types::ObjCObject::Invalid3' has different definitions in different… 323 // [email protected]:* {{'CallMethods::invalid1' has different definitions in different modul… 326 // [email protected]:* {{'CallMethods::invalid2' has different definitions in different modul…
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | static-definition-in-anonymous-namespace.rst | 6 Finds static function and variable definitions in anonymous namespace. 9 visibility of definitions to a single translation unit.
|
| /llvm-project-15.0.7/openmp/runtime/cmake/ |
| H A D | LibompUtils.cmake | 32 # - unconditionally appends <flag> to the list of definitions 35 # - appends <flag> to the list of definitions if BOOLEAN is true 38 # - appends <flag> to the list of definitions if BOOLEAN is true 41 # - appends <flag> to the list of definitions if BOOLEAN is false 44 # - appends <flag> to the list of definitions if VARIABLE is defined 47 # - appends <flag>=1 to the list of definitions if <BOOLEAN> is true, <flag>=0 otherwise
|
| /llvm-project-15.0.7/llvm/test/ExecutionEngine/OrcLazy/ |
| H A D | hidden-visibility.ll | 1 ; RUN: lli -jit-kind=orc-lazy -extra-module %p/Inputs/hidden-definitions.ll %s 2 ; RUN: not lli -jit-kind=orc-lazy -jd libFoo -extra-module %p/Inputs/hidden-definitions.ll %s
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | invalid.ll | 5 ; CHECK: subprogram definitions must have a compile unit 7 ; CHECK-NOT: subprogram definitions must have a compile unit
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | ThreadingSupportAPI.rst | 19 interface as well as definitions for the interface. 74 This macro is defined when libc++ expects the definitions of the internal 82 definitions in ``<__threading_support>`` as non-inline definitions meant to
|
| /llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
| H A D | dsl.py | 165 def defines(*definitions: OpDefinitionDef): 166 if any(not isinstance(defi, OpDefinitionDef) for defi in definitions): 169 current_op_def().metadata.defines.extend(definitions)
|
| /llvm-project-15.0.7/libc/cmake/modules/cpu_features/ |
| H A D | check_cpu_features.cpp.in | 10 // This allows for introspection of compiler definitions. 14 // MSVC is using a different set of preprocessor definitions for
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | suspicious-include.rst | 13 #include "Dinosaur.hpp" // OK, .hpp files tend not to have definitions. 14 #include "Pterodactyl.h" // OK, .h files tend not to have definitions.
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticSerializationKinds.td | 119 "%q0 has different definitions in different modules; " 132 "%q0 has different definitions in different modules; first difference is " 153 "%q0 has different definitions in different modules; first difference is " 170 "%q0 has different definitions in different modules; first difference is " 181 "%q0 has different definitions in different modules; first difference is " 297 "%q0 has different definitions in different modules; first difference is " 320 "%q0 has different definitions in different modules; first difference is " 333 "%q0 has different definitions in different modules; first difference is " 352 "%q0 has different definitions in different modules; " 375 "%q0 has different definitions in different modules; " [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/ |
| H A D | private-headers.test | 2 ## dynamic section and version definitions. 13 # CHECK: Version definitions:
|
| /llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/ |
| H A D | comdat.ll | 9 ;; so definitions with the same name in other modules must have the same CFG and 19 ;; weakodr in a comdat is not renamed. There is no guarantee that definitions in
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 11 // MCInstPredicate definitions are used by target scheduling models to describe 21 // The syntax for MCInstPredicate is declarative, and predicate definitions can 33 // MCInstPredicate definitions are typically used by scheduling models to 34 // construct MCSchedPredicate definitions (see the definition of class 51 // of this, MCInstPredicate definitions are not bound to a particular 54 // Tablegen backends know how to expand MCInstPredicate definitions into actual 238 // TIIPredicate definitions are used to model calls to the target-specific 243 // There cannot be multiple TIIPredicate definitions with the same name for the 287 // InstructionEquivalenceClass definitions can be used to identify the set of 356 // Convenience classes and definitions used by processor scheduling models to
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | gnu-weak.test | 3 GNU ld can handle several definitions of the same weak symbol, and 7 For each of the weak definitions, GNU tools produce a regular symbol
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 49 // These are definitions for instructions, that are converted into constrained 64 // These are definitions for compare instructions (signaling and quiet version). 69 // Theses are definitions for intrinsic functions, that are converted into
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/ |
| H A D | __init__.py | 202 def transform(line, definitions): argument 208 if key not in definitions or not definitions[key]:
|
| /llvm-project-15.0.7/llvm/docs/TableGen/ |
| H A D | index.rst | 60 example, to get a list of all of the definitions that subclass a particular type 96 of the classes, then all of the definitions. This is a good way to see what the 97 various definitions expand to fully. Running this on the ``X86.td`` file prints 191 TableGen files consist of two key parts: 'classes' and 'definitions', both of 201 **TableGen definitions** are the concrete form of 'records'. These generally do 221 definitions of a particular class, such as "Instruction". 233 all at once. Each instantiation can result in multiple TableGen definitions. 234 If a multiclass inherits from another multiclass, the definitions in the
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | debuginfo-compositetype-import.ll | 23 ; Ensure that full type definitions of composite types are imported if requested 24 ; RUN: llvm-lto -import-full-type-definitions -thinlto-action=import %t2.bc -thinlto-index=%t.index… 26 ; RUN: -import-full-type-definitions \
|