HomeSort by relevance Sort by last modified time
    Searched defs:ConstantType (Results 1 - 3 of 3) 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 707 class ConstantType : public RegType {
709 ConstantType(uint32_t constant, uint16_t cache_id) REQUIRES_SHARED(Locks::mutator_lock_)
768 class PreciseConstType FINAL : public ConstantType {
772 : ConstantType(constant, cache_id) {
785 class PreciseConstLoType FINAL : public ConstantType {
789 : ConstantType(constant, cache_id) {
800 class PreciseConstHiType FINAL : public ConstantType {
804 : ConstantType(constant, cache_id) {
815 class ImpreciseConstType FINAL : public ConstantType {
819 : ConstantType(constat, cache_id)
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 143 milliseconds