Home
last modified time | relevance | path

Searched refs:getRecord (Results 1 – 25 of 33) 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
DScriptData.java234 public Record getRecord(int index) in getRecord() method in ScriptData
DCanonicalCharacterData.java143 public Record getRecord(int script, int index) in getRecord() method in CanonicalCharacterData
/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/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/lib/TableGen/
DRecord.cpp371 if (RRT->getRecord()->isSubClassOf(getRecord()) || in convertValue()
372 RRT->getRecord() == getRecord()) in convertValue()
378 if (Rec == RHS->getRecord() || RHS->getRecord()->isSubClassOf(Rec)) in baseClassOf()
383 if (RHS->getRecord()->isSubClassOf(SC[i])) in baseClassOf()
401 RecTy1->getRecord()->getSuperClasses(); in resolveTypes()
420 RecTy2->getRecord()->getSuperClasses(); in resolveTypes()
1259 RecordVal *Field = RecordType->getRecord()->getValue(FieldName); in getFieldType()
1362 if (const RecordVal *RV = RTy->getRecord()->getValue(FieldName)) in getFieldType()
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h403 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function
494 return BitstreamEntry::getRecord(Code);
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp632 return PatFragRec->getRecord()->getValueAsCode("PredicateCode"); in getPredCode()
636 return PatFragRec->getRecord()->getValueAsCode("ImmediateCode"); in getImmCode()
648 return "Predicate_" + PatFragRec->getRecord()->getName(); in getFnName()
1987 OS << getRecord()->getName(); in print()
2698 new TreePatternNode(I->getRecord(), ResultNodeOperands, in ParseInstructions()
2699 GetNumNodeResults(I->getRecord(), *this)); in ParseInstructions()
2707 Instructions.insert(std::make_pair(I->getRecord(), TheInst)); in ParseInstructions()
2712 TreePattern Temp(I->getRecord(), ResultPattern, false, *this); in ParseInstructions()
2715 DAGInstruction &TheInsertedInst = Instructions.find(I->getRecord())->second; in ParseInstructions()
2977 TreePattern Temp(Result->getRecord(), DstPattern, false, *this); in ParsePatterns()
DCodeGenInstruction.h303 Record *getRecord() const { assert(isRecord()); return R; } in getRecord() function
DCodeGenDAGPatterns.h214 Record *getRecord() const { return Def; } in getRecord() function
546 Record *getRecord() const { return TheRecord; } in getRecord() function
DAsmWriterEmitter.cpp863 const Record *Rec = RO.getRecord(); in EmitPrintAliasInstruction()
876 CGA->ResultOperands[i].getRecord()->getName() + in EmitPrintAliasInstruction()
/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()
DCodeGenInstruction.cpp565 Record *Rec = getRecord(); in getMINumOperands()
/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
662 Record *r = getRecord(*inputList_, i); in initBuckets()

12