OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeKind
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordMapping.h
46
Optional<TypeLeafKind>
TypeKind
;
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
gmock-internal-utils.h
116
enum
TypeKind
{
159
static_cast< ::testing::internal::
TypeKind
>( \
174
template <
TypeKind
kFromKind, typename From,
TypeKind
kToKind, typename To>
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.h
86
u16
TypeKind
;
114
return static_cast<Kind>(
TypeKind
);
/src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
core.py
92
class
TypeKind
(LLVMEnumeration):
93
"""Represents an individual
TypeKind
enumeration."""
98
super(
TypeKind
, self).__init__(name, value)
609
(
TypeKind
, enumerations.TypeKinds),
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h
135
enum
TypeKind
{
149
// "kind" of T as defined by enum
TypeKind
.
150
template <typename T,
TypeKind
kTypeKind>
/src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_value.h
85
u16
TypeKind
;
113
return static_cast<Kind>(
TypeKind
);
/src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_value.h
85
u16
TypeKind
;
113
return static_cast<Kind>(
TypeKind
);
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp
353
auto
TypeKind
= ASTNodeKind::getFromNodeKind<Type>();
356
if (From.isSame(
TypeKind
) && To.isSame(QualKind)) return true;
/src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp
100
enum class
TypeKind
{
134
const
TypeKind
TKind;
137
Type(
TypeKind
K) : TKind(K) {}
140
TypeKind
typeKind
() const { return TKind; }
180
VoidType() : Type(
TypeKind
::Void) {}
186
static bool classof(const Type *T) { return T->
typeKind
() ==
TypeKind
::Void; }
196
: Type(
TypeKind
::Pointer), Pointee(Pointee), Const(Const) {}
217
return T->
typeKind
() == TypeKind::Pointer
[
all
...]
NeonEmitter.cpp
145
enum
TypeKind
{
153
TypeKind
Kind;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
FormatString.h
276
/// The
TypeKind
identifies certain well-known types like size_t and
278
enum class
TypeKind
{ DontCare, SizeT, PtrdiffT };
279
TypeKind
TK =
TypeKind
::DontCare;
289
bool isSizeT() const { return TK ==
TypeKind
::SizeT; }
291
bool isPtrdiffT() const { return TK ==
TypeKind
::PtrdiffT; }
304
Res.TK =
TypeKind
::SizeT;
312
Res.TK =
TypeKind
::PtrdiffT;
/src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py
1722
if underlying_type.kind ==
TypeKind
.ENUM:
1724
if underlying_type.kind in (
TypeKind
.CHAR_U,
1725
TypeKind
.UCHAR,
1726
TypeKind
.CHAR16,
1727
TypeKind
.CHAR32,
1728
TypeKind
.USHORT,
1729
TypeKind
.UINT,
1730
TypeKind
.ULONG,
1731
TypeKind
.ULONGLONG,
1732
TypeKind
.UINT128)
[
all
...]
/src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go
70
TypeKind
C.LLVMTypeKind
223
// llvm.
TypeKind
227
VoidTypeKind
TypeKind
= C.LLVMVoidTypeKind
228
FloatTypeKind
TypeKind
= C.LLVMFloatTypeKind
229
DoubleTypeKind
TypeKind
= C.LLVMDoubleTypeKind
230
X86_FP80TypeKind
TypeKind
= C.LLVMX86_FP80TypeKind
231
FP128TypeKind
TypeKind
= C.LLVMFP128TypeKind
232
PPC_FP128TypeKind
TypeKind
= C.LLVMPPC_FP128TypeKind
233
LabelTypeKind
TypeKind
= C.LLVMLabelTypeKind
234
IntegerTypeKind
TypeKind
= C.LLVMIntegerTypeKin
[
all
...]
Completed in 31 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026