Searched defs:Representation (Results 1 - 9 of 9) 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.h341 NestedNameSpecifier *Representation; member in class:clang::NestedNameSpecifierLocBuilder
361 : Representation(nullptr), Buffer(nullptr), BufferSize(0),
375 NestedNameSpecifier *getRepresentation() const { return Representation; }
468 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange();
484 return NestedNameSpecifierLoc(Representation, Buffer);
490 Representation = nullptr;
/external/v8/test/cctest/compiler/
H A Dcall-tester.h30 static MachineType Representation() { function in struct:v8::internal::compiler::ReturnValueTraits
43 static MachineType Representation() { return kMachPtr; } function in struct:v8::internal::compiler::ReturnValueTraits
49 static MachineType Representation() { return kMachPtr; } function in struct:v8::internal::compiler::ReturnValueTraits
55 static MachineType Representation() { return kRepBit; } function in struct:v8::internal::compiler::ReturnValueTraits
61 static MachineType Representation() { return kMachInt32; } function in struct:v8::internal::compiler::ReturnValueTraits
67 static MachineType Representation() { return kMachUint32; } function in struct:v8::internal::compiler::ReturnValueTraits
73 static MachineType Representation() { return kMachInt64; } function in struct:v8::internal::compiler::ReturnValueTraits
79 static MachineType Representation() { return kMachUint64; } function in struct:v8::internal::compiler::ReturnValueTraits
85 static MachineType Representation() { return kMachInt16; } function in struct:v8::internal::compiler::ReturnValueTraits
91 static MachineType Representation() { retur function in struct:v8::internal::compiler::ReturnValueTraits
97 static MachineType Representation() { return kMachInt8; } function in struct:v8::internal::compiler::ReturnValueTraits
103 static MachineType Representation() { return kMachUint8; } function in struct:v8::internal::compiler::ReturnValueTraits
112 static MachineType Representation() { return kMachFloat64; } function in struct:v8::internal::compiler::ReturnValueTraits
[all...]
/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/v8/src/
H A Dproperty-details.h57 class Representation { class in namespace:v8::internal
74 Representation() : kind_(kNone) { } function in class:v8::internal::Representation
76 static Representation None() { return Representation(kNone); }
77 static Representation Tagged() { return Representation(kTagged); }
78 static Representation Integer8() { return Representation(kInteger8); }
79 static Representation UInteger8() { return Representation(kUInteger
164 explicit Representation(Kind k) : kind_(k) { } function in class:v8::internal::Representation
[all...]
H A Ddeoptimizer.h815 SlotRepresentation Representation() { return representation_; } function in class:v8::internal::BASE_EMBEDDED
H A Dhydrogen-instructions.h279 bool AddAndCheckOverflow(const Representation& r, Range* other);
280 bool SubAndCheckOverflow(const Representation& r, Range* other);
281 bool MulAndCheckOverflow(const Representation& r, Range* other);
588 Representation representation() const { return representation_; }
589 void ChangeRepresentation(Representation r) {
599 virtual void AssumeRepresentation(Representation r);
601 virtual Representation KnownOptimalRepresentation() {
602 Representation r = representation();
605 if (t.IsSmi()) return Representation::Smi();
606 if (t.IsHeapNumber()) return Representation
6213 ForObservableJSObjectOffset(int offset, Representation representation = Representation::Tagged()) argument
6306 HObjectAccess(Portion portion, int offset, Representation representation = Representation::Tagged(), Handle<String> name = Handle<String>::null(), bool immutable = false, bool existing_inobject_property = true) 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) {}

Completed in 2804 milliseconds