HomeSort by relevance Sort by last modified time
    Searched refs:Record (Results 201 - 225 of 278) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/24.3.0-alpha4/
manifest-merger-24.3.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/24.3.0-alpha5/
manifest-merger-24.3.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/24.3.0-beta1/
manifest-merger-24.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/24.3.0-beta2/
manifest-merger-24.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/24.3.0-beta3/
manifest-merger-24.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/24.3.0-beta4/
manifest-merger-24.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/24.3.1/
manifest-merger-24.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/24.4.0-alpha1/
manifest-merger-24.4.0-alpha1.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/manifest-merger/24.1.0/
manifest-merger-24.1.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/manifest-merger/24.2.0/
manifest-merger-24.2.0.jar 
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 57 /// \brief A record of all of the declarations we have found and placed
635 case Type::Record:
781 const CXXRecordDecl *Record = nullptr;
783 Record = ClassTemplate->getTemplatedDecl();
784 else if ((Record = dyn_cast<CXXRecordDecl>(D))) {
786 if (isa<ClassTemplateSpecializationDecl>(Record))
793 Record = Record->getDefinition();
794 if (!Record)
798 QualType RecordTy = Context.getTypeDeclType(Record);
    [all...]
SemaExprCXX.cpp 231 if (CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(Ctx))
232 MemberOfType = Context.getTypeDeclType(Record);
244 if (const RecordType *Record = MemberOfType->getAs<RecordType>()) {
246 = dyn_cast<ClassTemplateSpecializationDecl>(Record->getDecl())) {
805 // Skip this copy constructor if it is trivial, we don't need to record it
1089 const RecordType *record = local
    [all...]
SemaInit.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 124 #pragma mark - Resource Record Utility Functions
190 // If we have a single large record to put in the packet, then we allow the packet to be up to 9K bytes,
  /external/clang/include/clang/Lex/
Preprocessor.h 423 /// \brief A record of the macro definitions and expansions that
428 PreprocessingRecord *Record;
727 /// \brief Retrieve the preprocessing record, or NULL if there is no
728 /// preprocessing record.
729 PreprocessingRecord *getPreprocessingRecord() const { return Record; }
731 /// \brief Create a new preprocessing record, which will keep track of
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 115 const CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(ND);
116 if (!Record)
119 return Record->isLambda();
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CodeGenTypes.cpp 110 /// isSafeToConvert - Return true if it is safe to convert the specified record
159 // If this is a record, check it.
174 /// isSafeToConvert - Return true if it is safe to convert the specified record
315 case Type::Record: // Handled above.
485 // Force conversion of all the relevant record types, to make sure
687 // If we're done converting the outer-most record, then convert any deferred
696 /// getCGRecordLayout - Return record layout info for the given record decl.
710 assert(Layout && "Unable to find record layout information for type");
CGExprConstant.cpp 495 // If the struct is bigger than the size of the record type,
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 145 layoutRecordType(const clang::RecordDecl *Record,
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 180 /// byteFromRec - Extract a value at most 8 bits in with from a Record given the
183 /// @param rec - The record from which to extract the value.
184 /// @param name - The name of the field in the record.
186 static uint8_t byteFromRec(const Record* rec, const std::string &name) {
238 std::vector<Record*> Predicates = Rec->getValueAsListOfDefs("Predicates");
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-aether-provider-3.2.1.jar 
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/clang/include/clang/Sema/
Sema.h 739 /// \brief Data structure used to record current or nested
    [all...]

Completed in 490 milliseconds

1 2 3 4 5 6 7 891011>>