OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IntegerType
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/asn1/
asn1parse.y
199
%type <type>
IntegerType
343
|
IntegerType
398
IntegerType
: kw_INTEGER
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h
40
class
IntegerType
: public Type {
44
explicit
IntegerType
(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){
49
/// This enum is just used to hold constants we need for
IntegerType
.
58
/// This static method is the primary way of constructing an
IntegerType
.
59
/// If an
IntegerType
with the same NumBits value was previously instantiated,
62
/// Get or create an
IntegerType
instance.
63
static
IntegerType
*get(LLVMContext &C, unsigned NumBits);
66
IntegerType
*getExtendedType() const {
70
/// Get the number of bits in this
IntegerType
97
return cast<
IntegerType
>(this)->getBitWidth()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp
7098
QualType
IntegerType
= ParamType;
7099
if (const EnumType *Enum =
IntegerType
->getAs<EnumType>())
7100
IntegerType
= Enum->getDecl()->getIntegerType();
7101
Value = Value.extOrTrunc(
IntegerType
->isExtIntType()
7102
? Context.getIntWidth(
IntegerType
)
7103
: Context.getTypeSize(
IntegerType
));
7180
QualType
IntegerType
= Context.getCanonicalType(ParamType);
7181
if (const EnumType *Enum =
IntegerType
->getAs<EnumType>())
7182
IntegerType
= Context.getCanonicalType(Enum->getDecl()->getIntegerType());
7187
unsigned AllowedBits = Context.getTypeSize(
IntegerType
);
[
all
...]
Completed in 87 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026