OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isIntegerTy
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_value.h
117
bool
isIntegerTy
() const { return getKind() == TK_Integer; }
119
return
isIntegerTy
() && (TypeInfo & 1);
122
return
isIntegerTy
() && !(TypeInfo & 1);
125
CHECK(
isIntegerTy
());
153
CHECK(getType().
isIntegerTy
());
/src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_value.h
116
bool
isIntegerTy
() const { return getKind() == TK_Integer; }
118
return
isIntegerTy
() && (TypeInfo & 1);
121
return
isIntegerTy
() && !(TypeInfo & 1);
124
CHECK(
isIntegerTy
());
155
CHECK(getType().
isIntegerTy
());
/src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_value.h
116
bool
isIntegerTy
() const { return getKind() == TK_Integer; }
118
return
isIntegerTy
() && (TypeInfo & 1);
121
return
isIntegerTy
() && !(TypeInfo & 1);
124
CHECK(
isIntegerTy
());
155
CHECK(getType().
isIntegerTy
());
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
202
bool
isIntegerTy
() const { return getTypeID() == IntegerTyID; }
205
bool
isIntegerTy
(unsigned Bitwidth) const;
208
bool isIntOrIntVectorTy() const { return getScalarType()->
isIntegerTy
(); }
213
return getScalarType()->
isIntegerTy
(BitWidth);
217
bool isIntOrPtrTy() const { return
isIntegerTy
() || isPointerTy(); }
258
return isFloatingPointTy() || isX86_MMXTy() ||
isIntegerTy
() ||
/src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp
59
bool Type::
isIntegerTy
(unsigned Bitwidth) const {
60
return
isIntegerTy
() && cast<IntegerType>(this)->getBitWidth() == Bitwidth;
636
return ElemTy->
isIntegerTy
() || ElemTy->isFloatingPointTy() ||
Completed in 1336 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026