/external/icu/icu4c/source/tools/gennorm2/ |
D | norms.cpp | 135 buffer.append(c, getCC(c)); in reorder() 147 uint8_t trailCC=getCC(pairs[i].trail); in combinesWithCCBetween() 191 if(norms.getCC(lead)!=0) { in rangeHandler() 260 uint8_t myTrailCC=norms.getCC(m.char32At(i)); in rangeHandler() 262 uint8_t cTrailCC=norms.getCC(cTrailChar); in rangeHandler()
|
D | norms.h | 163 uint8_t getCC(UChar32 c) const { return getNormRef(c).cc; } in getCC() function
|
D | n2builder.cpp | 907 cc = norms.getCC(c); in writeDataFile() 997 uint8_t cc1 = b1.norms.getCC(c); in computeDiff() 998 uint8_t cc2 = b2.norms.getCC(c); in computeDiff()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | err_typecheck_assign_const_filecheck.cpp | 39 const C &getCC() const; 156 a.b.getCC().d.e.Cnum = 5; in test3()
|
/external/clang/test/SemaCXX/ |
D | err_typecheck_assign_const_filecheck.cpp | 39 const C &getCC() const; 156 a.b.getCC().d.e.Cnum = 5; in test3()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 879 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE() 881 CTy->getCC()); in constructTypeDIE() 1197 CC = SPTy->getCC(); in applySubprogramAttributes()
|
D | CodeViewDebug.cpp | 1293 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeFunction() 1326 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeMemberFunction()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Normalizer2Impl.java | 215 leadCC = impl.getCC(impl.getNorm16(c)); in append() 718 public int getCC(int norm16) { in getCC() method in Normalizer2Impl 1087 firstCC=prevCC=cc=getCC(getNorm16(c)); in decomposeAndAppend() 1095 cc=getCC(getNorm16(c)); in decomposeAndAppend()
|
D | Norm2AllModes.java | 157 return impl.getCC(impl.getNorm16(c)); in getCombiningClass()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Normalizer2Impl.java | 209 leadCC = impl.getCC(impl.getNorm16(c)); in append() 709 public int getCC(int norm16) { in getCC() method in Normalizer2Impl 1078 firstCC=prevCC=cc=getCC(getNorm16(c)); in decomposeAndAppend() 1086 cc=getCC(getNorm16(c)); in decomposeAndAppend()
|
D | Norm2AllModes.java | 147 return impl.getCC(impl.getNorm16(c)); in getCombiningClass()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 871 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE() 873 CTy->getCC()); in constructTypeDIE() 1243 CC = SPTy->getCC(); in applySubprogramAttributes()
|
/external/icu/libicu/cts_headers/ |
D | norm2allmodes.h | 146 return impl.getCC(impl.getNorm16(c)); in getCombiningClass()
|
D | normalizer2impl.h | 284 uint8_t getCC(uint16_t norm16) const { in getCC() function
|
/external/icu/icu4c/source/common/ |
D | norm2allmodes.h | 146 return impl.getCC(impl.getNorm16(c)); in getCombiningClass()
|
D | normalizer2impl.h | 284 uint8_t getCC(uint16_t norm16) const { in getCC() function
|
/external/OpenCSD/decoder/include/opencsd/etmv4/ |
D | trc_pkt_elem_etmv4i.h | 197 const uint32_t getCC() const { return pkt_valid.bits.cc_valid ? cycle_count : 0; }; in getCC() function
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 803 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE() 805 CTy->getCC()); in constructTypeDIE() 1193 CC = SPTy->getCC(); in applySubprogramAttributes()
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 646 ID.AddInteger(info.getCC()); in Profile()
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 744 ID.AddInteger(info.getCC()); in Profile()
|
/external/OpenCSD/decoder/source/etmv4/ |
D | trc_pkt_decode_etmv4i.cpp | 446 params[0] = m_curr_packet_in->getCC(); in decodePacket() 462 params[2] = m_curr_packet_in->getCC(); in decodePacket()
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.h | 493 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {} 496 return Flags == RHS->getFlags() && CC == RHS->getCC() &&
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 569 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {} 572 return Flags == RHS->getFlags() && CC == RHS->getCC() &&
|
/external/llvm-project/llvm/lib/IR/ |
D | LLVMContextImpl.h | 638 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {} 641 return Flags == RHS->getFlags() && CC == RHS->getCC() &&
|
/external/llvm-project/clang/lib/AST/ |
D | ASTStructuralEquivalence.cpp | 588 if (EI1.getCC() != EI2.getCC()) in IsStructurallyEquivalent()
|