Home
last modified time | relevance | path

Searched refs:underlying (Results 1 – 25 of 165) sorted by relevance

1234567

/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Ddebug-info-enum.ll2 ; * test value representation for each possible underlying integer type
30 ; Test enumeration with a fixed "signed char" underlying type.
48 ; Test enumeration with a fixed "unsigned char" underlying type.
62 ; Test enumeration with a fixed "short" underlying type.
80 ; Test enumeration with a fixed "unsigned short" underlying type.
94 ; Test enumeration with a fixed "int" underlying type.
112 ; Test enumeration with a fixed "unsigend int" underlying type.
126 ; Test enumeration with a fixed "long long" underlying type.
144 ; Test enumeration with a fixed "unsigned long long" underlying type.
158 ; Test enumeration without a fixed underlying type. The underlying type should
[all …]
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandAlias.cpp204 auto underlying = GetUnderlyingCommand(); in Desugar() local
205 if (!underlying) in Desugar()
208 if (underlying->IsAlias()) { in Desugar()
209 auto desugared = ((CommandAlias *)underlying.get())->Desugar(); in Desugar()
216 return {underlying, GetOptionArguments()}; in Desugar()
/llvm-project-15.0.7/mlir/test/lib/Analysis/DataFlow/
H A DTestDenseDataFlowAnalysis.cpp170 const UnderlyingValueLattice *underlying; in getMostUnderlyingValue() local
172 underlying = getUnderlyingValueFn(value); in getMostUnderlyingValue()
173 if (!underlying || underlying->isUninitialized()) in getMostUnderlyingValue()
175 Value underlyingValue = underlying->getValue().getUnderlyingValue(); in getMostUnderlyingValue()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Denum-fixed-type.m6 # error Enumerations with a fixed underlying type are not supported
11 # error Enumerations with a fixed underlying type are not supported
47 …lem } DerivedEnum; // expected-error {{non-integral type 'BaseEnum' is an invalid underlying type}}
H A Dblocks.m77 // In C, enum constants have the type of the underlying integer type, not the
154 // Since we fixed the underlying type of the enum, this is considered a
212 // Since we fixed the underlying type of the enum, these are considered
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dobjc-fixed-enum.m2 // The DWARF standard says the underlying data type of an enum may be
4 // so the debugger knows about the signedness of the underlying type.
9 // Enum with no specified underlying type
21 // Enum declared with a fixed underlying type
/llvm-project-15.0.7/clang/test/FixIt/
H A Dfixit-format-ios-nopedantic.m11 // For thumbv7-apple-ios8.0.0 the underlying type of ssize_t is long
12 // and the underlying type of size_t is unsigned long.
H A Dfixit-format-ios.m12 // For thumbv7-apple-ios8.0.0 the underlying type of ssize_t is long
13 // and the underlying type of size_t is unsigned long.
H A Dformat.m85 …NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has underlying t…
92 …NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has underlying t…
310 …icit)0); // expected-warning{{format specifies type 'double' but the argument has underlying type}}
313 …Long)0); // expected-warning{{format specifies type 'double' but the argument has underlying type}}
316 … // expected-warning{{format specifies type 'double' but the argument has underlying type 'short'}}
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dmisplaced-const.rst22 The check does not diagnose when the underlying ``typedef``/``using`` type is a
25 (or disallowed) on the underlying pointee type.
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DEnumAttr.td80 "bit position larger than underlying storage";
127 // The underlying type for the C++ enum class. An empty string mean the
128 // underlying type is not explicitly specified.
131 // The name of the utility function that converts a value of the underlying
135 // llvm::Optional<<qualified-enum-class-name>> <fn-name>(<underlying-type>);
166 // The underlying Attribute class, which holds the enum value
385 // Op attribute getters should return the underlying C++ enum type.
388 // Convert from attribute to the underlying C++ type in op getters.
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dstore-barrier.ll5 ; an underlying object would be moved across the barrier. In this
7 ; won't have an underlying object.
H A Dextload-align.ll6 ; alignment size (2) corresponding to the underlying memory size (i16)
/llvm-project-15.0.7/clang/test/Modules/
H A Dsignal.m7 // The dead symlink is still around, but the underlying lock file is gone.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVImageOps.td28 underlying OpTypeImage (unless that underlying Sampled Type is
33 underlying OpTypeImage must be 0.
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Dimage-ops.mlir40 … @+1 {{the component type of result must be the same as sampled type of the underlying image type}}
48 // expected-error @+1 {{the Dim operand of the underlying image type must be 2D, Cube, or Rect}}
56 // expected-error @+1 {{the MS operand of the underlying image type must be 0}}
/llvm-project-15.0.7/flang/include/flang/Optimizer/CodeGen/
H A DCGOps.td40 - shape: A vector that is the runtime shape of the underlying array.
152 the underlying data is not contiguous.
153 - shape: A vector that is the runtime shape of the underlying array.
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DFileTimeType.rst89 providing glorified C++ wrappers for it. If the underlying API supports
91 on users that are not present in the underlying filesystem.
93 Having a smaller range that the underlying filesystem forces the
144 the underlying system interfaces? If it wasn't good enough for them, then it
155 supported by the underlying filesystem; meaning ``last_write_time(p)`` will
179 with at least the same range and resolution of the underlying filesystem. The
252 what the underlying system uses, and because it might allow us to match
376 underlying filesystem uses the ``timespec`` struct for the same purpose.
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2002-06-25-MegaPatchInfo.txt29 BasicBlock::iterator) now produces a reference to the underlying type (same
30 example: Instruction&) instead of a pointer to the underlying object. This
/llvm-project-15.0.7/llvm/test/Analysis/GlobalsModRef/
H A Dnonescaping-noalias.ll4 ; a non-escaping global as one indentified underlying object and some pointer
5 ; that would inherently have escaped any other function as the other underlying
/llvm-project-15.0.7/llvm/docs/
H A DGetElementPtr.rst280 However, for the underlying integer computation implied, there is no
346 the actual underlying allocated object.
349 address is outside the actual underlying allocated object and not the address
370 Can I do GEP with a different pointer type than the type of the underlying object?
375 underlying integer computation. They need not correspond with the actual type of
376 the underlying object.
379 the underlying object. Types in this context serve only to specify memory size
390 The underlying integer computation is sufficiently defined; null has a defined
500 reconstruct this structure; sometimes the underlying addressing doesn't
/llvm-project-15.0.7/llvm/test/Analysis/LoopAccessAnalysis/
H A Dunderlying-objects-1.ll11 ; both have A as their underlying object. The dependence is safe for
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdb-type-ref-stats.test42 CHECK: field list: 0x100A, underlying type: 0x0074 (int)
49 CHECK: field list: 0x100C, underlying type: 0x0074 (int)
89 CHECK: field list: 0x1017, underlying type: 0x0074 (int)
145 CHECK: field list: 0x101F, underlying type: 0x0074 (int)
176 CHECK: field list: 0x1027, underlying type: 0x0074 (int)
211 CHECK: field list: 0x1031, underlying type: 0x0074 (int)
242 CHECK: field list: 0x100A, underlying type: 0x0074 (int)
289 CHECK: field list: 0x1046, underlying type: 0x0074 (int)
419 CHECK: field list: 0x1065, underlying type: 0x0074 (int)
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Dperf_counters.md7 down the cause of a regression; or verifying that the underlying cause of a
/llvm-project-15.0.7/libcxx/utils/gdb/libcxx/
H A Dprinters.py514 self.underlying = val["c"]
521 return iter([("", self.underlying)])
532 self.underlying = val["c"]
543 return iter([("", self.underlying)])

1234567