Home
last modified time | relevance | path

Searched refs:getRecord (Results 1 – 25 of 37) sorted by relevance

12

/external/clang/include/clang/Basic/
DBuiltins.h84 return getRecord(ID).Name; in getName()
89 return getRecord(ID).Type; in getTypeString()
99 return strchr(getRecord(ID).Attributes, 'U') != nullptr; in isPure()
105 return strchr(getRecord(ID).Attributes, 'c') != nullptr; in isConst()
110 return strchr(getRecord(ID).Attributes, 'n') != nullptr; in isNoThrow()
115 return strchr(getRecord(ID).Attributes, 'r') != nullptr; in isNoReturn()
120 return strchr(getRecord(ID).Attributes, 'j') != nullptr; in isReturnsTwice()
126 return strchr(getRecord(ID).Attributes, 'u') != nullptr; in isUnevaluated()
132 return strchr(getRecord(ID).Attributes, 'F') != nullptr; in isLibFunction()
139 return strchr(getRecord(ID).Attributes, 'f') != nullptr; in isPredefinedLibFunction()
[all …]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DScriptRunModuleWriter.java33 int script = scriptData.getRecord(record).scriptCode(); in writeScriptRuns()
36 output.print(Utility.hex(scriptData.getRecord(record).startChar(), 6)); in writeScriptRuns()
38 output.print(Utility.hex(scriptData.getRecord(record).endChar(), 6)); in writeScriptRuns()
68 …scriptRangeOffsets[scriptData.getRecord(record).scriptCode() - minScript].addElement(new Integer(r… in writeScriptRuns()
DCanonGSUBBuilder.java77 ArabicCharacterData.Record record = data.getRecord(i); in buildArabicContextualForms()
119 ArabicCharacterData.Record record = data.getRecord(i); in buildArabicLigatureTree()
201 ArabicCharacterData.Record record = data.getRecord(i); in addArabicGlyphClasses()
276 CanonicalCharacterData.Record record = data.getRecord(script, i); in buildLigatureTree()
303 CanonicalCharacterData.Record record = data.getRecord(script, r); in buildDecompTables()
DArabicCharacterData.java83 public Record getRecord(int index) in getRecord() method in ArabicCharacterData
DCanonicalCharacterData.java143 public Record getRecord(int script, int index) in getRecord() method in CanonicalCharacterData
DScriptData.java234 public Record getRecord(int index) in getRecord() method in ScriptData
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp835 !PatFragRec->getRecord()->getValueAsString("PredicateCode").empty(); in hasPredCode()
845 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
851 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
857 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
862 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
869 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
873 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
876 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
879 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
882 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode()
[all …]
DCodeGenInstruction.h341 Record *getRecord() const { assert(isRecord()); return R; } in getRecord() function
DAsmWriterEmitter.cpp855 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction()
880 Record *R = CGA.ResultOperands[i].getRecord(); in EmitPrintAliasInstruction()
/external/clang/lib/Basic/
DBuiltins.cpp32 const Builtin::Info &Builtin::Context::getRecord(unsigned ID) const { in getRecord() function in Builtin::Context
101 Table.get(getRecord(ID).Name).setBuiltinID(0); in forgetBuiltin()
112 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt); in isLike()
/external/llvm/include/llvm/Object/
DStackMapParser.h383 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() function
392 return record_iterator(getRecord(0)); in records_begin()
402 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DStackMapParser.h382 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() function
391 return record_iterator(getRecord(0)); in records_begin()
401 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarArchiveInputStream.java274 final byte[] headerBuf = getRecord(); in getNextTarEntry()
396 private byte[] getRecord() throws IOException { in getRecord() method in TarArchiveInputStream
526 final byte[] headerBuf = getRecord(); in readOldGNUSparse()
/external/replicaisland/src/com/replica/replicaisland/
DInventoryComponent.java52 public UpdateRecord getRecord() { in getRecord() method in InventoryComponent
DPlayerComponent.java229 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update()
351 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in stateMove()
DAnimationComponent.java175 InventoryComponent.UpdateRecord inventory = mInventory.getRecord(); in update()
/external/llvm/lib/TableGen/
DRecord.cpp168 if (RTy->getRecord() == Rec || Rec->isSubClassOf(RTy->getRecord())) in typeIsConvertibleTo()
171 for (const auto &SCPair : RTy->getRecord()->getSuperClasses()) in typeIsConvertibleTo()
187 for (const auto &SuperPair1 : RecTy1->getRecord()->getSuperClasses()) { in resolveTypes()
196 for (const auto &SuperPair2 : RecTy2->getRecord()->getSuperClasses()) { in resolveTypes()
1153 if (RecordVal *Field = RecordType->getRecord()->getValue(FieldName)) in getFieldType()
1231 if (DRRT->getRecord()->isSubClassOf(SRRT->getRecord()) || in convertInitializerTo()
1232 DRRT->getRecord() == SRRT->getRecord()) in convertInitializerTo()
1326 if (const RecordVal *RV = RTy->getRecord()->getValue(FieldName)) in getFieldType()
1434 if (getDef()->isSubClassOf(RRT->getRecord())) in convertInitializerTo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamReader.h302 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function
394 return BitstreamEntry::getRecord(Code);
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h403 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function
494 return BitstreamEntry::getRecord(Code);
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp757 return PatFragRec->getRecord()->getValueAsString("PredicateCode"); in getPredCode()
761 return PatFragRec->getRecord()->getValueAsString("ImmediateCode"); in getImmCode()
773 return "Predicate_" + PatFragRec->getRecord()->getName(); in getFnName()
2365 OS << getRecord()->getName(); in print()
3089 new TreePatternNode(I->getRecord(), ResultNodeOperands, in parseInstructionPattern()
3090 GetNumNodeResults(I->getRecord(), *this)); in parseInstructionPattern()
3100 DAGInsts.insert(std::make_pair(I->getRecord(), TheInst)); in parseInstructionPattern()
3105 TreePattern Temp(I->getRecord(), ResultPattern, false, *this); in parseInstructionPattern()
3108 DAGInstruction &TheInsertedInst = DAGInsts.find(I->getRecord())->second; in parseInstructionPattern()
3218 PrintWarning(Pattern->getRecord()->getLoc(), in AddPatternToMatch()
[all …]
DCodeGenInstruction.h329 Record *getRecord() const { assert(isRecord()); return R; } in getRecord() function
DCodeGenDAGPatterns.h239 Record *getRecord() const { return Def; } in getRecord() function
593 Record *getRecord() const { return TheRecord; } in getRecord() function
DAsmWriterEmitter.cpp830 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction()
856 Record *R = CGA.ResultOperands[i].getRecord(); in EmitPrintAliasInstruction()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitstreamReader.h322 static NaClBitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function
600 return NaClBitstreamEntry::getRecord(Code); in advance()
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp86 inline AlphabeticIndex::Record *getRecord(const UVector &list, int32_t i) { in getRecord() function
661 Record *r = getRecord(*inputList_, i); in initBuckets()

12