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

  /external/clang/test/SemaCXX/
reinterpret-cast.cpp 13 // cast away constness, and is integral, enumeration, pointer or
56 void constness() function
cstyle-cast.cpp 193 void constness() function
functional-cast.cpp 261 void constness() function
  /external/v8/src/
lookup.h 240 PropertyConstness constness() const { return property_details().constness(); } function in class:v8::internal::BASE_EMBEDDED
property-details.h 244 PropertyLocation location, PropertyConstness constness,
248 ConstnessField::encode(constness) |
279 PropertyDetails CopyWithConstness(PropertyConstness constness) const {
280 return PropertyDetails(value_, constness);
302 PropertyConstness constness() const { return ConstnessField::decode(value_); } function in class:v8::internal::BASE_EMBEDDED
392 PropertyDetails(int value, PropertyConstness constness) {
393 value_ = ConstnessField::update(value, constness);
408 // kMutable constness is more general than kConst, kConst generalizes only to
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 103 milliseconds