Searched refs:getCC (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.h84 uint8_t getCC(UChar32 c) const;
H A Dn2builder.cpp276 uint8_t Normalizer2DataBuilder::getCC(UChar32 c) const { function in class:Normalizer2DataBuilder
367 if(getCC(lead)!=0) {
413 uint8_t trailCC=getCC(pairs[i].trail);
478 uint8_t myTrailCC=getCC(m.char32At(i));
480 uint8_t cTrailCC=getCC(cTrailChar);
612 buffer.append(c, getCC(c));
690 leadCC=getCC(m.char32At(0));
691 trailCC=getCC(m.char32At(length-1));
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.h84 uint8_t getCC(UChar32 c) const;
H A Dn2builder.cpp276 uint8_t Normalizer2DataBuilder::getCC(UChar32 c) const { function in class:Normalizer2DataBuilder
367 if(getCC(lead)!=0) {
413 uint8_t trailCC=getCC(pairs[i].trail);
478 uint8_t myTrailCC=getCC(m.char32At(i));
480 uint8_t cTrailCC=getCC(cTrailChar);
612 buffer.append(c, getCC(c));
690 leadCC=getCC(m.char32At(0));
691 trailCC=getCC(m.char32At(length-1));
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h464 ID.AddInteger(info.getCC());
/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2impl.h248 uint8_t getCC(uint16_t norm16) const { function in class:Normalizer2Impl
H A Dnormalizer2impl.cpp116 // s must be in NFD, otherwise we need to use getCC().
651 firstCC=prevCC=cc=getCC(iter.next16());
654 cc=getCC(iter.next16());
H A Dnormalizer2.cpp237 return impl.getCC(impl.getNorm16(c));
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.h254 uint8_t getCC(uint16_t norm16) const { function in class:Normalizer2Impl
H A Dnormalizer2impl.cpp116 // s must be in NFD, otherwise we need to use getCC().
753 firstCC=prevCC=cc=getCC(iter.next16());
756 cc=getCC(iter.next16());
H A Dnormalizer2.cpp237 return impl.getCC(impl.getNorm16(c));
/external/clang/lib/AST/
H A DTypePrinter.cpp648 switch (Info.getCC()) {
H A DASTContext.cpp2788 const CallingConv CallConv = Info.getCC();
6889 if (lbaseInfo.getCC() != rbaseInfo.getCC())
/external/clang/include/clang/AST/
H A DType.h2725 CallingConv getCC() const { return CallingConv(Bits & CallConvMask); } function in class:clang::FunctionType::ExtInfo
2789 CallingConv getCallConv() const { return getExtInfo().getCC(); }
/external/clang/lib/CodeGen/
H A DCGCall.cpp487 unsigned CC = ClangCallConvToLLVMCallConv(info.getCC());
538 FI->ASTCallingConvention = info.getCC();
/external/clang/lib/Sema/
H A DSemaDecl.cpp2485 if (OldTypeInfo.getCC() != NewTypeInfo.getCC()) {
2494 NewTypeInfo = NewTypeInfo.withCallingConv(OldTypeInfo.getCC());
2500 << FunctionType::getNameForCallConv(NewTypeInfo.getCC())
2503 FunctionType::getNameForCallConv(FI.getCC()));
/external/clang/lib/Serialization/
H A DASTWriter.cpp191 Record.push_back(C.getCC());

Completed in 1804 milliseconds