HomeSort by relevance Sort by last modified time
    Searched refs:getTypeSize (Results 26 - 50 of 51) sorted by null

12 3

  /external/clang/lib/AST/
Type.cpp 79 unsigned SizeTypeBits = Context.getTypeSize(Context.getSizeType());
92 unsigned Bits = Context.getTypeSize(Context.getSizeType());
    [all...]
Expr.cpp     [all...]
ItaniumMangle.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp 560 llvm::APInt One(Context.getTypeSize(Context.getSizeType()), true);
    [all...]
SemaType.cpp 895 unsigned typeSize = static_cast<unsigned>(Context.getTypeSize(Result));
    [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaInit.cpp 699 SemaRef.Context.getTypeSize(SemaRef.Context.getSizeType()),
    [all...]
SemaPseudoObject.cpp 409 llvm::APInt oneV(S.Context.getTypeSize(S.Context.IntTy), 1);
    [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 559 assert(IV.getBitWidth() == getContext().getTypeSize(OOE->getType()));
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 94 CGF.getContext().getTypeSize(T));
129 CGF.getContext().getTypeSize(T));
    [all...]
CGExprConstant.cpp     [all...]
CGObjCMac.cpp     [all...]
CGCall.cpp     [all...]
CodeGenModule.cpp     [all...]
CGObjC.cpp 99 llvm::APInt APNumElements(Context.getTypeSize(Context.getSizeType()),
    [all...]

Completed in 1214 milliseconds

12 3