Searched refs:CodeUnit (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcodeunit.py16 Returns a list of CodeUnit objects.
32 code_units = [CodeUnit(morf, file_locator) for morf in morfs]
37 class CodeUnit(object): class in inherits:object
75 return "<CodeUnit name=%r filename=%r>" % (self.name, self.filename)
H A Dcontrol.py7 from coverage.codeunit import code_unit_factory, CodeUnit namespace
542 if not isinstance(it, CodeUnit):
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp2463 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth);
2465 return static_cast<char>((CodeUnit >> (8 * OffsetInCodeUnit)) & 0xff);
2470 uint32_t CodeUnit = SL->getCodeUnit(Index / CharByteWidth);
2472 return static_cast<char>((CodeUnit >> (8 * OffsetInCodeUnit)) & 0xff);
/external/clang/lib/Sema/
H A DSemaInit.cpp2242 llvm::APInt CodeUnit(PromotedCharTyWidth, SL->getCodeUnit(i));
2244 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc());
2264 llvm::APInt CodeUnit(PromotedCharTyWidth, Str[i]);
2266 Context, CodeUnit, PromotedCharTy, SubExpr->getExprLoc());

Completed in 147 milliseconds