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

  /external/clang/lib/Sema/
SemaCUDA.cpp 223 const RecordType *FieldType =
225 if (!FieldType) {
229 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(FieldType->getDecl());
SemaDeclAttr.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
WireFormat.java 107 public enum FieldType {
135 FieldType(final JavaType javaType, final int wireType) {
  /art/compiler/dex/
type_inference.cc 593 TypeInference::Type TypeInference::FieldType(const DexFile* dex_file, uint32_t field_idx) {
609 ifields[i] = FieldType(current_dex_file, field_idx);
623 sfields[i] = FieldType(dex_file, mir_graph->GetSFieldLoweringInfo(i).FieldIndex());
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 293 llvm::Type *FieldType = getStorageType(Field);
294 if (LayoutSize < getSize(FieldType))
295 FieldType = getByteArrayType(LayoutSize);
296 setBitFieldInfo(Field, CharUnits::Zero(), FieldType);
299 llvm::Type *FieldType = getStorageType(Field);
310 StorageType = FieldType;
319 getAlignment(FieldType) > getAlignment(StorageType) ||
320 (getAlignment(FieldType) == getAlignment(StorageType) &&
321 getSize(FieldType) > getSize(StorageType)))
322 StorageType = FieldType;
    [all...]
CGClass.cpp 555 QualType FieldType = Field->getType();
567 FieldType = MemberInit->getIndirectMember()->getAnonField()->getType();
578 = CGF.getContext().getAsConstantArrayType(FieldType);
593 CGF.EmitAggregateCopy(LHS.getAddress(), Src.getAddress(), FieldType,
608 QualType FieldType = Field->getType();
609 switch (getEvaluationKind(FieldType)) {
628 QualType BaseElementTy = getContext().getBaseElementType(FieldType);
647 EmitAggMemberInitializer(*this, LHS, Init, ArrayIndexVar, FieldType,
654 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
656 pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
    [all...]
CGExpr.cpp     [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 73 // Used to store values of type WireFormatLite::FieldType without having to
77 typedef uint8 FieldType;
91 inline ExtensionInfo(FieldType type_param, bool isrepeated, bool ispacked)
95 FieldType type;
168 int number, FieldType type,
171 int number, FieldType type,
175 int number, FieldType type,
220 FieldType ExtensionType(int number) const;
243 void SetInt32 (int number, FieldType type, int32 value, desc);
244 void SetInt64 (int number, FieldType type, int64 value, desc)
    [all...]
wire_format_lite.h 96 enum FieldType {
134 static CppType FieldTypeToCppType(FieldType type);
138 WireFormatLite::FieldType type) {
158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
251 // the represented type and the FieldType. These are specialized with the
253 template <typename CType, enum FieldType DeclaredType>
259 template <typename CType, enum FieldType DeclaredType>
267 template <typename CType, enum FieldType DeclaredType>
278 template <typename CType, enum FieldType DeclaredType>
285 template <typename CType, enum FieldType DeclaredType
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 176 enum FieldType {
186 static GMTOffsetField* createTimeField(FieldType type, uint8_t width, UErrorCode& status);
187 static UBool isValid(FieldType type, int32_t width);
188 static FieldType getTypeByLetter(UChar ch);
190 FieldType getType() const;
196 FieldType fType;
238 GMTOffsetField::createTimeField(FieldType type, uint8_t width, UErrorCode& status) {
256 GMTOffsetField::isValid(FieldType type, int32_t width) {
269 GMTOffsetField::FieldType
281 inline GMTOffsetField::FieldType
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdh.h 162 EVENT_FIELD_TYPE FieldType;
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /prebuilts/tools/common/fest/
fest-reflect-1.2.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 853 milliseconds