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

  /external/clang/test/Sema/
format-strings-enum-fixed-type.cpp 74 typedef enum : char { CharConstant = 'a' } CharEnum;
80 printf("%hhd", CharConstant); // no-warning
84 printf("%hd", CharConstant); // expected-warning{{format specifies type 'short'}}
88 printf("%d", CharConstant); // no-warning
91 printf("%lld", CharConstant); // expected-warning{{format specifies type 'long long'}}
  /external/javassist/src/main/javassist/compiler/ast/
IntConst.java 34 /* Returns IntConstant, CharConstant, or LongConstant.
59 else if (type1 == TokenId.CharConstant
60 && type2 == TokenId.CharConstant)
61 newType = TokenId.CharConstant;
  /external/javassist/src/main/javassist/compiler/
TokenId.java 103 int CharConstant = 401;
Parser.java 871 case CharConstant :
946 || t == IntConstant || t == CharConstant
1016 case CharConstant :
    [all...]
TypeChecker.java 995 if (type == IntConstant || type == CharConstant)
    [all...]
CodeGen.java     [all...]
  /art/runtime/verifier/
reg_type_cache.h 138 ImpreciseConstType& CharConstant() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
reg_type_cache.cc 448 ImpreciseConstType& RegTypeCache::CharConstant() {
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 1255 milliseconds