HomeSort by relevance Sort by last modified time
    Searched refs:ShortConstant (Results 1 - 7 of 7) sorted by null

  /external/clang/test/Sema/
format-strings-enum-fixed-type.cpp 46 typedef enum : short_t { ShortConstant = 0 } ShortEnum;
50 printf("%hhd", ShortConstant); // expected-warning{{format specifies type 'char'}}
53 printf("%hd", ShortConstant); // no-warning
57 printf("%d", ShortConstant); // no-warning
60 printf("%lld", ShortConstant); // expected-warning{{format specifies type 'long long'}}
  /art/runtime/verifier/
reg_type_cache.h 139 ImpreciseConstType& ShortConstant() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
reg_type.cc 830 return reg_types->ShortConstant();
836 return reg_types->ShortConstant();
reg_type_cache.cc 455 ImpreciseConstType& RegTypeCache::ShortConstant() {
method_verifier.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 524 milliseconds