Searched defs:Representation (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h45 typedef SmallVector<value_type, InitialCapacity> Representation; typedef in class:clang::ContinuousRangeMap
46 Representation Rep;
83 typedef typename Representation::iterator iterator;
84 typedef typename Representation::const_iterator const_iterator;
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h327 NestedNameSpecifier *Representation; member in class:clang::NestedNameSpecifierLocBuilder
347 : Representation(0), Buffer(0), BufferSize(0), BufferCapacity(0) { }
360 NestedNameSpecifier *getRepresentation() const { return Representation; }
438 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange();
454 return NestedNameSpecifierLoc(Representation, Buffer);
460 Representation = 0;
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp32 class Representation {}; class in struct:test0::Num
33 friend class Representation;
/external/chromium_org/v8/src/
H A Dproperty-details.h81 class Representation { class in namespace:v8::internal
94 Representation() : kind_(kNone) { } function in class:v8::internal::Representation
96 static Representation None() { return Representation(kNone); }
97 static Representation Tagged() { return Representation(kTagged); }
98 static Representation Smi() { return Representation(kSmi); }
99 static Representation Integer32() { return Representation(kInteger3
156 explicit Representation(Kind k) : kind_(k) { } function in class:v8::internal::Representation
[all...]
H A Dhydrogen-instructions.h292 bool AddAndCheckOverflow(const Representation& r, Range* other);
293 bool SubAndCheckOverflow(const Representation& r, Range* other);
294 bool MulAndCheckOverflow(const Representation& r, Range* other);
422 bool ToStringOrToNumberCanBeObserved(Representation representation) {
696 Representation representation() const { return representation_; }
697 void ChangeRepresentation(Representation r) {
707 virtual void AssumeRepresentation(Representation r);
709 virtual Representation KnownOptimalRepresentation() {
710 Representation r = representation();
713 if (t.IsSmi()) return Representation
5594 HObjectAccess(Portion portion, int offset, Representation representation = Representation::Tagged(), Handle<String> name = Handle<String>::null()) argument
[all...]
/external/robolectric/src/main/java/android/net/
H A DUri__FromAndroid.java1898 static class Representation { class in class:Uri__FromAndroid.AbstractPart
1928 parcel.writeInt(Representation.BOTH);
1932 parcel.writeInt(Representation.ENCODED);
1935 parcel.writeInt(Representation.DECODED);
1972 case Representation.BOTH:
1974 case Representation.ENCODED:
1976 case Representation.DECODED:
2156 case Representation.BOTH:
2158 case Representation.ENCODED:
2160 case Representation
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h36 OptionalFlag(const char *Representation) argument
37 : representation(Representation), flag(false) {}
/external/v8/src/
H A Dhydrogen-instructions.h291 class Representation { class in namespace:v8::internal
302 Representation() : kind_(kNone) { } function in class:v8::internal::Representation
304 static Representation None() { return Representation(kNone); }
305 static Representation Tagged() { return Representation(kTagged); }
306 static Representation Integer32() { return Representation(kInteger32); }
307 static Representation Double() { return Representation(kDoubl
326 explicit Representation(Kind k) : kind_(k) { } function in class:v8::internal::Representation
[all...]

Completed in 403 milliseconds