/llvm-project/llvm/test/DebugInfo/PDB/Native/ |
H A D | pdb-native-typedefs.test | 1 ; Test that the native PDB reader can enumerate typedefs. The output being 5 ; RUN: llvm-pdbutil pretty -native -typedefs %p/../Inputs/symbolformat.pdb \ 8 ; RUN: llvm-pdbutil diadump -native -typedefs %p/../Inputs/symbolformat.pdb \
|
/llvm-project/mlir/test/lib/Dialect/Transform/ |
H A D | CMakeLists.txt | 4 mlir_tablegen(TestTransformDialectExtensionTypes.h.inc -gen-typedef-decls -typedefs-dialect=transform) 5 mlir_tablegen(TestTransformDialectExtensionTypes.cpp.inc -gen-typedef-defs -typedefs-dialect=transform)
|
/llvm-project/flang/include/flang/Optimizer/HLFIR/ |
H A D | CMakeLists.txt | 2 mlir_tablegen(HLFIRTypes.h.inc -gen-typedef-decls -typedefs-dialect=hlfir) 3 mlir_tablegen(HLFIRTypes.cpp.inc -gen-typedef-defs -typedefs-dialect=hlfir)
|
/llvm-project/mlir/include/mlir/Dialect/OpenMP/ |
H A D | CMakeLists.txt | 21 mlir_tablegen(OpenMPOpsTypes.h.inc -gen-typedef-decls -typedefs-dialect=omp) 22 mlir_tablegen(OpenMPOpsTypes.cpp.inc -gen-typedef-defs -typedefs-dialect=omp)
|
/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/COFF/ |
H A D | 03-coff-incorrect-lexical-scope-typedef.test | 21 ; The lines 4 and 7 contains 2 typedefs, defined at different lexical 30 ; emits both typedefs at the same lexical scope (3), which is wrong. 31 ; GCC and MSVC emit correct lexical scope for both typedefs.
|
/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/DWARF/ |
H A D | 03-dwarf-incorrect-lexical-scope-typedef.test | 21 ; The lines 4 and 7 contains 2 typedefs, defined at different lexical 30 ; emits both typedefs at the same lexical scope (3), which is wrong. 31 ; GCC emit correct lexical scope for both typedefs.
|
/llvm-project/clang/test/SemaObjC/ |
H A D | block-omitted-return-type.m | 35 // expected-warning {{'align_value' attribute only applies to variables and typedefs}} 40 // expected-warning {{'align_value' attribute only applies to variables and typedefs}}
|
H A D | attr-swift_bridged_typedef.m | 11 // expected-error@-1 {{'swift_bridged_typedef' attribute only applies to typedefs}}
|
H A D | attr-swift_newtype.m | 13 // expected-error@-1 {{'__swift_newtype__' attribute only applies to typedefs}}
|
H A D | objcbridge-attribute.m | 32 …); // expected-error {{'objc_bridge(id)' is only allowed on structs and typedefs of void pointers}} 35 #error objc_bridge(id) on typedefs feature not found! 40 … expected-error {{'objc_bridge' attribute only applies to structs, unions, classes, and typedefs}};
|
H A D | attr-swift_bridge.m | 19 // expected-error@+1 {{'__swift_bridge__' attribute only applies to tag types, typedefs, Objective-…
|
/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/ |
H A D | 03-wasm-incorrect-lexical-scope-typedef.test | 21 ; The lines 4 and 7 contains 2 typedefs, defined at different lexical 30 ; emits both typedefs at the same lexical scope (3), which is wrong. 31 ; GCC emit correct lexical scope for both typedefs.
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | CMakeLists.txt | 24 mlir_tablegen(TestTypeDefs.h.inc -gen-typedef-decls -typedefs-dialect=test) 25 mlir_tablegen(TestTypeDefs.cpp.inc -gen-typedef-defs -typedefs-dialect=test)
|
/llvm-project/clang/test/Analysis/ |
H A D | nonnull-global-constants.mm | 59 // Type definitions should also work across typedefs, for pointers: 81 // Nested typedefs should work as well.
|
/llvm-project/clang/include/clang/Basic/ |
H A D | TypeNodes.td | 17 /// language. For example, in standard C/C++, typedefs do not introduce new 25 /// typedefs can have semantic impacts in ways that are only reflected in our 27 /// represent the alignment attribute on typedefs, and so it is necessary to
|
/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
H A D | CMakeLists.txt | 17 mlir_tablegen(LLVMTypes.h.inc -gen-typedef-decls -typedefs-dialect=llvm) 18 mlir_tablegen(LLVMTypes.cpp.inc -gen-typedef-defs -typedefs-dialect=llvm)
|
/llvm-project/llvm/test/DebugInfo/PDB/DIA/ |
H A D | pdbdump-symbol-format.test | 3 ; RUN: llvm-pdbutil pretty -classes -enums -typedefs %p/../Inputs/symbolformat.pdb > %t.types 7 ; RUN: llvm-pdbutil pretty -enums -typedefs %p/../Inputs/symbolformat.pdb | FileCheck --check-prefi…
|
/llvm-project/lldb/test/Shell/SymbolFile/PDB/ |
H A D | typedefs.test | 2 RUN: %build --compiler=msvc --arch=32 --nodefaultlib --output=%T/SimpleTypesTest.cpp.typedefs.exe %… 3 RUN: lldb-test symbols %T/SimpleTypesTest.cpp.typedefs.exe | FileCheck %s
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/mpi/ |
H A D | type-mismatch.rst | 8 standard (3.1) are verified by this check. User defined typedefs, custom MPI
|
/llvm-project/libcxx/modules/std/ |
H A D | ratio.inc | 35 // [ratio.si], convenience SI typedefs
|
/llvm-project/mlir/test/mlir-tblgen/ |
H A D | testdialect-typedefs.mlir | 4 // Tests the types in the 'Test' dialect, not the ones in 'typedefs.mlir'
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | qualified-auto.cpp | 3 namespace typedefs { namespace
|
/llvm-project/utils/bazel/llvm-project-overlay/mlir/test/ |
H A D | BUILD.bazel | 276 "--typedefs-dialect=test", 283 "--typedefs-dialect=test", 330 "-typedefs-dialect=transform", 337 "-typedefs-dialect=transform",
|
/llvm-project/llvm/test/DebugInfo/COFF/ |
H A D | udts-fixpoint.ll | 16 ; Check that there are only two typedefs, a and c.
|
/llvm-project/llvm/test/tools/llvm-pdbutil/ |
H A D | regex-filter.test | 13 ; RUN: llvm-pdbutil pretty -classes -typedefs %p/Inputs/FilterTest.pdb \
|