HomeSort by relevance Sort by last modified time
    Searched refs:RecordType (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/DebugInfo/PDB/
IPDBDataStream.h 24 typedef llvm::SmallVector<uint8_t, 32> RecordType;
30 virtual llvm::Optional<RecordType> getItemAtIndex(uint32_t Index) const = 0;
31 virtual bool getNext(RecordType &Record) = 0;
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIADataStream.h 23 llvm::Optional<RecordType> getItemAtIndex(uint32_t Index) const override;
24 bool getNext(RecordType &Record) override;
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIADataStream.cpp 36 llvm::Optional<DIADataStream::RecordType>
38 RecordType Record;
42 return llvm::Optional<RecordType>();
46 return llvm::Optional<RecordType>();
50 bool DIADataStream::getNext(RecordType &Record) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
txfw32.h 34 USHORT RecordType;
46 USHORT RecordType;
64 USHORT RecordType;
  /external/clang/tools/diagtool/
DiagnosticNames.h 47 template<typename RecordType>
58 typedef RecordType value_type;
  /external/clang/lib/AST/
CXXInheritance.cpp 145 const RecordType *Ty = I.getType()->getAs<RecordType>();
212 DetectedVirtual = BaseType->getAs<RecordType>();
267 = cast<CXXRecordDecl>(BaseSpec.getType()->castAs<RecordType>()
329 if (const RecordType *Record = PE.Base->getType()->getAs<RecordType>())
340 if (const RecordType *Record =
341 HidingP.back().Base->getType()->getAs<RecordType>())
361 return Specifier->getType()->castAs<RecordType>()->getDecl()
371 Specifier->getType()->castAs<RecordType>()->getDecl(
    [all...]
VTTBuilder.cpp 65 cast<CXXRecordDecl>(I.getType()->getAs<RecordType>()->getDecl());
91 cast<CXXRecordDecl>(I.getType()->getAs<RecordType>()->getDecl());
155 cast<CXXRecordDecl>(I.getType()->getAs<RecordType>()->getDecl());
DeclarationName.cpp 151 if (const RecordType *ClassRec = ClassType->getAs<RecordType>())
161 if (const RecordType *Rec = Type->getAs<RecordType>())
190 if (const RecordType *Rec = Type->getAs<RecordType>())
ItaniumCXXABI.cpp 43 const RecordType *RT = VD.getType()->getAs<RecordType>();
44 assert(RT && "type of VarDecl is expected to be RecordType.");
45 assert(RT->getDecl()->isUnion() && "RecordType is expected to be a union.");
Type.cpp 53 ND = ty->getAs<RecordType>()->getDecl();
359 if (const RecordType *RT = getAs<RecordType>())
364 if (const RecordType *RT = getAs<RecordType>())
369 if (const RecordType *RT = getAs<RecordType>())
374 if (const RecordType *RT = getAs<RecordType>())
379 if (const RecordType *RT = getAs<RecordType>())
    [all...]
InheritViz.cpp 95 = static_cast<const CXXRecordDecl *>(Type->getAs<RecordType>()->getDecl());
  /system/extras/simpleperf/
record_test.cpp 32 template <class RecordType>
33 void CheckRecordMatchBinary(const RecordType& record);
38 template <class RecordType>
39 void RecordTest::CheckRecordMatchBinary(const RecordType& record) {
  /external/avahi/avahi-sharp/
RecordBrowser.cs 39 public enum RecordType {
58 public RecordType Type;
86 private RecordType type;
132 public RecordBrowser (Client client, string name, RecordType type) :
138 RecordType type, LookupFlags flags)
196 info.Type = (RecordType) type;
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 31 const RecordType *RT = T->getAs<RecordType>();
205 if (const RecordType *baseT = T->getAs<RecordType>()) {
251 if (const RecordType *RT = T->getAs<RecordType>()) {
CastSizeChecker.cpp 51 const RecordType *RT = ToPointeeTy->getAs<RecordType>();
PaddingChecker.cpp 107 const RecordType *RT = ArrTy->getElementType()->getAs<RecordType>();
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 135 if (!isSafeToConvert(I.getType()->getAs<RecordType>()->getDecl(),
161 if (const auto *RT = T->getAs<RecordType>())
206 const RecordType *RT = dyn_cast<RecordType>(TT);
310 if (const RecordType *RT = FT->getReturnType()->getAs<RecordType>())
314 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>())
374 if (const RecordType *RT = dyn_cast<RecordType>(Ty)
    [all...]
CodeGenTBAA.cpp 177 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
228 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
248 if (const RecordType *TTy = QTy->getAs<RecordType>()) {
CGCXX.cpp 84 cast<CXXRecordDecl>(I.getType()->getAs<RecordType>()->getDecl());
297 const RecordType *RT = T->getAs<RecordType>();
CGExprAgg.cpp 230 const RecordType *RecordTy = T->getAs<RecordType>();
328 RecordDecl *Record = E->getType()->castAs<RecordType>()->getDecl();
    [all...]
CGDebugInfo.h 154 llvm::DIType *CreateType(const RecordType *Tyg);
155 llvm::DIType *CreateTypeDefinition(const RecordType *Ty);
156 llvm::DICompositeType *CreateLimitedType(const RecordType *Ty);
395 /// Create a forward decl for a RecordType in a given context.
396 llvm::DICompositeType *getOrCreateRecordFwdDecl(const RecordType *,
428 llvm::DICompositeType *getOrCreateLimitedType(const RecordType *Ty,
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h 43 enum RecordType { RECORD_UNKNOWN, RECORD_INPUT, RECORD_GENERATED };
68 virtual RecordType getRecordType() const { return RECORD_UNKNOWN; }
84 virtual RecordType getRecordType() const { return RECORD_INPUT; }
156 virtual RecordType getRecordType() const { return RECORD_GENERATED; }
165 virtual RecordType getRecordType() const { return RECORD_GENERATED; }
  /external/clang/include/clang/AST/
CXXInheritance.h 153 const RecordType *DetectedVirtual;
211 const RecordType* getDetectedVirtual() const {
  /external/clang/lib/Sema/
SemaCUDA.cpp 324 const RecordType *BaseType = B->getType()->getAs<RecordType>();
367 const RecordType *FieldType =
368 Context.getBaseElementType(F->getType())->getAs<RecordType>();
  /external/mdnsresponder/mDNSCore/
mDNS.c 118 (rr)->resrec.RecordType & kDNSRecordTypeUniqueMask && \
123 (rr)->RecordType != kDNSRecordTypePacketNegative && \
390 m->rec.r.resrec.RecordType = 0; // Clear RecordType to show we're not still using it
456 if (!(rr->resrec.RecordType & kDNSRecordTypeActiveMask))
459 AddRecord ? "Add" : "Rmv", rr->resrec.RecordType, ARDisplayString(m, rr));
562 #define ResourceRecordIsValidAnswer(RR) ( ((RR)-> resrec.RecordType & kDNSRecordTypeActiveMask) && \
563 ((RR)->Additional1 == mDNSNULL || ((RR)->Additional1->resrec.RecordType & kDNSRecordTypeActiveMask)) && \
564 ((RR)->Additional2 == mDNSNULL || ((RR)->Additional2->resrec.RecordType & kDNSRecordTypeActiveMask)) && \
565 ((RR)->DependentOn == mDNSNULL || ((RR)->DependentOn->resrec.RecordType & kDNSRecordTypeActiveMask))
    [all...]

Completed in 953 milliseconds

1 2 3 4 5