Home
last modified time | relevance | path

Searched refs:typedefs (Results 1 – 25 of 64) sorted by relevance

123

/llvm-project/llvm/test/DebugInfo/PDB/Native/
H A Dpdb-native-typedefs.test1 ; 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 DCMakeLists.txt4 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 DCMakeLists.txt2 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 DCMakeLists.txt21 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 D03-coff-incorrect-lexical-scope-typedef.test21 ; 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 D03-dwarf-incorrect-lexical-scope-typedef.test21 ; 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 Dblock-omitted-return-type.m35 // 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 Dattr-swift_bridged_typedef.m11 // expected-error@-1 {{'swift_bridged_typedef' attribute only applies to typedefs}}
H A Dattr-swift_newtype.m13 // expected-error@-1 {{'__swift_newtype__' attribute only applies to typedefs}}
H A Dobjcbridge-attribute.m32 …); // 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 Dattr-swift_bridge.m19 // expected-error@+1 {{'__swift_bridge__' attribute only applies to tag types, typedefs, Objective-…
/llvm-project/llvm/test/tools/llvm-debuginfo-analyzer/WebAssembly/
H A D03-wasm-incorrect-lexical-scope-typedef.test21 ; 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 DCMakeLists.txt24 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 Dnonnull-global-constants.mm59 // Type definitions should also work across typedefs, for pointers:
81 // Nested typedefs should work as well.
/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td17 /// 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 DCMakeLists.txt17 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 Dpdbdump-symbol-format.test3 ; 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 Dtypedefs.test2 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 Dtype-mismatch.rst8 standard (3.1) are verified by this check. User defined typedefs, custom MPI
/llvm-project/libcxx/modules/std/
H A Dratio.inc35 // [ratio.si], convenience SI typedefs
/llvm-project/mlir/test/mlir-tblgen/
H A Dtestdialect-typedefs.mlir4 // 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 Dqualified-auto.cpp3 namespace typedefs { namespace
/llvm-project/utils/bazel/llvm-project-overlay/mlir/test/
H A DBUILD.bazel276 "--typedefs-dialect=test",
283 "--typedefs-dialect=test",
330 "-typedefs-dialect=transform",
337 "-typedefs-dialect=transform",
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dudts-fixpoint.ll16 ; Check that there are only two typedefs, a and c.
/llvm-project/llvm/test/tools/llvm-pdbutil/
H A Dregex-filter.test13 ; RUN: llvm-pdbutil pretty -classes -typedefs %p/Inputs/FilterTest.pdb \

123