OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConstantType
(Results
1 - 4
of
4
) sorted by null
/external/tpm2/generator/
structure_generator.py
371
Can only be called on Typedef,
ConstantType
, AttributeStruct, and
467
class
ConstantType
(TPMType):
494
"""Initializes a
ConstantType
instance.
502
super(
ConstantType
, self).__init__()
513
"""Writes marshal implementations for
ConstantType
to |out_file|.
537
"""Writes marshal declarations for
ConstantType
to |out_file|.
[
all
...]
/art/runtime/verifier/
reg_type.h
565
class
ConstantType
: public RegType {
567
ConstantType
(uint32_t constant, uint16_t cache_id) SHARED_REQUIRES(Locks::mutator_lock_)
622
class PreciseConstType FINAL : public
ConstantType
{
626
:
ConstantType
(constant, cache_id) {}
633
class PreciseConstLoType FINAL : public
ConstantType
{
637
:
ConstantType
(constant, cache_id) {}
642
class PreciseConstHiType FINAL : public
ConstantType
{
646
:
ConstantType
(constant, cache_id) {}
651
class ImpreciseConstType FINAL : public
ConstantType
{
655
:
ConstantType
(constat, cache_id)
[
all
...]
/external/v8/src/
types.h
330
class
ConstantType
;
338
typedef typename Config::template Handle<
ConstantType
>::type ConstantHandle;
375
return
ConstantType
::New(value, region);
506
ConstantType
* AsConstant() { return
ConstantType
::cast(this); }
614
static bool Contains(RangeType* range,
ConstantType
* constant);
827
class TypeImpl<Config>::
ConstantType
: public StructuralType {
832
ConstantHandle type = Config::template cast<
ConstantType
>(
839
static
ConstantType
* cast(TypeImpl* type) {
841
return static_cast<
ConstantType
*>(type)
[
all
...]
/external/clang/lib/Sema/
SemaInit.cpp
[
all
...]
Completed in 318 milliseconds