/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/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/syzkaller/tools/syz-declextract/ |
D | syz-declextract.cpp | 64 if (FPT->getExtInfo().getCC() != CC_X86StdCall) in VisitFunctionDecl()
|
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 931 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE() 933 CTy->getCC()); in constructTypeDIE() 1296 CC = SPTy->getCC(); in applySubprogramAttributes()
|
D | CodeViewDebug.cpp | 1703 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeFunction() 1742 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeMemberFunction()
|
/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
|
D | normalizer2impl.cpp | 290 leadCC = impl.getCC(impl.getNorm16(c)); in append() 908 if ((cc = getCC(norm16)) == 0) { in decomposeAndAppend()
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 646 ID.AddInteger(info.getCC()); in Profile()
|
/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-7.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 564 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {} 567 return Flags == RHS->getFlags() && CC == RHS->getCC() &&
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 955 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); 968 uint8_t getCC() const { return CC; }
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 692 unsigned CC = ClangCallConvToLLVMCallConv(info.getCC()); in arrangeLLVMFunctionInfo() 704 if (info.getCC() != CC_Swift) { in arrangeLLVMFunctionInfo() 744 FI->ASTCallingConvention = info.getCC(); in create()
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 687 switch (Info.getCC()) { in printFunctionProtoAfter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1129 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray()); 1142 uint8_t getCC() const { return CC; }
|
/external/clang/include/clang/AST/ |
D | Type.h | 2957 CallingConv getCC() const { return CallingConv(Bits & CallConvMask); } 3020 CallingConv getCallConv() const { return getExtInfo().getCC(); }
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 2823 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) { in MergeFunctionDecl() 2832 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC()); in MergeFunctionDecl() 2838 << FunctionType::getNameForCallConv(NewTypeInfo.getCC()) in MergeFunctionDecl() 2841 FunctionType::getNameForCallConv(FI.getCC())); in MergeFunctionDecl() 8234 CallingConv CC = FT->getExtInfo().getCC(); in ActOnFunctionDeclarator()
|