Home
last modified time | relevance | path

Searched refs:getCC (Results 1 – 25 of 34) sorted by relevance

12

/external/icu/icu4c/source/tools/gennorm2/
Dnorms.cpp135 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()
Dnorms.h163 uint8_t getCC(UChar32 c) const { return getNormRef(c).cc; } in getCC() function
Dn2builder.cpp907 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/
Derr_typecheck_assign_const_filecheck.cpp39 const C &getCC() const;
156 a.b.getCC().d.e.Cnum = 5; in test3()
/external/syzkaller/tools/syz-declextract/
Dsyz-declextract.cpp64 if (FPT->getExtInfo().getCC() != CC_X86StdCall) in VisitFunctionDecl()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DNormalizer2Impl.java215 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()
DNorm2AllModes.java157 return impl.getCC(impl.getNorm16(c)); in getCombiningClass()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java209 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()
DNorm2AllModes.java147 return impl.getCC(impl.getNorm16(c)); in getCombiningClass()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp879 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
881 CTy->getCC()); in constructTypeDIE()
1197 CC = SPTy->getCC(); in applySubprogramAttributes()
DCodeViewDebug.cpp1293 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/
DDwarfUnit.cpp931 if (CTy->getCC() && CTy->getCC() != dwarf::DW_CC_normal) in constructTypeDIE()
933 CTy->getCC()); in constructTypeDIE()
1296 CC = SPTy->getCC(); in applySubprogramAttributes()
DCodeViewDebug.cpp1703 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeFunction()
1742 CallingConvention CC = dwarfCCToCodeView(Ty->getCC()); in lowerTypeMemberFunction()
/external/icu/icu4c/source/common/
Dnorm2allmodes.h146 return impl.getCC(impl.getNorm16(c)); in getCombiningClass()
Dnormalizer2impl.h284 uint8_t getCC(uint16_t norm16) const { in getCC() function
Dnormalizer2impl.cpp290 leadCC = impl.getCC(impl.getNorm16(c)); in append()
908 if ((cc = getCC(norm16)) == 0) { in decomposeAndAppend()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h646 ID.AddInteger(info.getCC()); in Profile()
/external/llvm/lib/IR/
DLLVMContextImpl.h493 : 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/
DLLVMContextImpl.h564 : Flags(N->getFlags()), CC(N->getCC()), TypeArray(N->getRawTypeArray()) {}
567 return Flags == RHS->getFlags() && CC == RHS->getCC() &&
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h955 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray());
968 uint8_t getCC() const { return CC; }
/external/clang/lib/CodeGen/
DCGCall.cpp692 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/
DTypePrinter.cpp687 switch (Info.getCC()) { in printFunctionProtoAfter()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1129 return getTemporary(getContext(), getFlags(), getCC(), getTypeArray());
1142 uint8_t getCC() const { return CC; }
/external/clang/include/clang/AST/
DType.h2957 CallingConv getCC() const { return CallingConv(Bits & CallConvMask); }
3020 CallingConv getCallConv() const { return getExtInfo().getCC(); }
/external/clang/lib/Sema/
DSemaDecl.cpp2823 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()

12