/external/llvm-project/clang/include/clang/Basic/ |
D | Builtins.h | 84 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/clang/include/clang/Basic/ |
D | Builtins.h | 84 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/llvm-project/clang/utils/TableGen/ |
D | ASTTableGen.h | 100 llvm::Record *getRecord() const { return Record; } in getRecord() function 134 return lhs.getRecord() == rhs.getRecord(); 186 DeclNode getBase() const { return DeclNode(ASTNode::getBase().getRecord()); } in getBase() 208 TypeNode getBase() const { return TypeNode(ASTNode::getBase().getRecord()); } in getBase() 230 StmtNode getBase() const { return StmtNode(ASTNode::getBase().getRecord()); } in getBase() 494 visit(NodeClass(node.getRecord()), in visitASTNodeHierarchy() 495 NodeClass(base.getRecord())); in visitASTNodeHierarchy()
|
D | ASTTableGen.cpp | 58 return removeExpectedNodeNameSuffix(getRecord(), "Type"); in getId()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ScriptRunModuleWriter.java | 33 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()
|
D | CanonGSUBBuilder.java | 77 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()
|
D | ArabicCharacterData.java | 83 public Record getRecord(int index) in getRecord() method in ArabicCharacterData
|
/external/llvm-project/clang/lib/Basic/ |
D | Builtins.cpp | 31 const Builtin::Info &Builtin::Context::getRecord(unsigned ID) const { in getRecord() function in Builtin::Context 109 Table.get(getRecord(ID).Name).setBuiltinID(0); in forgetBuiltin() 113 const char *WidthPos = ::strchr(getRecord(ID).Attributes, 'V'); in getRequiredVectorWidth() 136 const char *Like = ::strpbrk(getRecord(ID).Attributes, Fmt); in isLike() 163 const char *CalleePos = ::strchr(getRecord(ID).Attributes, 'C'); in performsCallback()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 872 !PatFragRec->getRecord()->getValueAsString("PredicateCode").empty(); in hasPredCode() 882 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode() 888 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode() 894 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode() 899 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode() 907 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode() 911 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode() 914 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode() 917 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode() 920 PrintFatalError(getOrigPatFragRecord()->getRecord()->getLoc(), in getPredCode() [all …]
|
/external/clang/lib/Basic/ |
D | Builtins.cpp | 32 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/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | MutationObserver.js | 201 function getRecord(type, target) { function 292 var record = new getRecord("attributes", target); 308 var record = getRecord("characterData", target); 332 var record = getRecord("childList", e.target.parentNode);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | StackMapParser.h | 390 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() function 399 return record_iterator(getRecord(0)); in records_begin() 409 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end()
|
/external/llvm/include/llvm/Object/ |
D | StackMapParser.h | 383 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/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/ |
D | TarArchiveInputStream.java | 274 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/llvm-project/llvm/include/llvm/Object/ |
D | StackMapParser.h | 408 RecordAccessor getRecord(unsigned RecordIndex) const { in getRecord() function 417 return record_iterator(getRecord(0)); in records_begin() 427 return record_iterator(getRecord(getNumRecords() - 1).next()); in records_end()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | InventoryComponent.java | 52 public UpdateRecord getRecord() { in getRecord() method in InventoryComponent
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | TpiStream.cpp | 204 TagRecord &ForwardTR = ForwardTRH->getRecord(); in findFullDeclForForwardRef() 205 TagRecord &FullTR = FullTRH->getRecord(); in findFullDeclForForwardRef()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | TpiStream.cpp | 204 TagRecord &ForwardTR = ForwardTRH->getRecord(); in findFullDeclForForwardRef() 205 TagRecord &FullTR = FullTRH->getRecord(); in findFullDeclForForwardRef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | TpiHashing.h | 42 codeview::TagRecord &getRecord() { in getRecord() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | TpiHashing.h | 42 codeview::TagRecord &getRecord() { in getRecord() function
|
/external/llvm/lib/TableGen/ |
D | Record.cpp | 168 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/llvm-project/clang/lib/AST/Interp/ |
D | ByteCodeExprGen.h | 87 Record *getRecord(QualType Ty); 88 Record *getRecord(const RecordDecl *RD);
|
D | ByteCodeExprGen.cpp | 506 Record *ByteCodeExprGen<Emitter>::getRecord(QualType Ty) { in getRecord() function in ByteCodeExprGen 508 return getRecord(RecordTy->getDecl()); in getRecord() 514 Record *ByteCodeExprGen<Emitter>::getRecord(const RecordDecl *RD) { in getRecord() function in ByteCodeExprGen
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamReader.h | 403 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function 494 return BitstreamEntry::getRecord(Code);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
D | BitstreamReader.h | 329 static BitstreamEntry getRecord(unsigned AbbrevID) { in getRecord() function 432 return BitstreamEntry::getRecord(Code);
|