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

  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
InterfaceEnum.java 5 VAL();
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
InterfaceEnum.java 20 VAL;
  /external/clang/test/CodeGenCXX/
debug-info-byval.cpp 18 class VAL {
26 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) {
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeApp.java 150 final int VAL = i*2 + 100;
153 mStuffing[OFF+j] = VAL;
  /external/llvm/include/llvm/ADT/
APInt.h 79 /// integer bit-width <= 64, it uses VAL, otherwise it uses pVal.
81 uint64_t VAL; ///< Used to store the <= 64 bits integer value.
98 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {}
148 VAL &= mask;
157 return isSingleWord() ? VAL : pVal[whichWord(bitPosition)];
184 void initSlowCase(unsigned numBits, uint64_t val, bool isSigned);
211 bool EqualSlowCase(uint64_t Val) const;
226 /// \brief Create a new APInt of numBits width, initialized as val.
228 /// If isSigned is true then val is treated as if it were a signed valu
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 89 uint64_t VAL; ///< Used to store the <= 64 bits integer value.
289 return APSInt(APInt(Integer.BitWidth, Integer.VAL), Integer.IsUnsigned);
Expr.h 554 /// Val - This is the value the expression can be folded to.
555 APValue Val;
    [all...]

Completed in 274 milliseconds