Searched refs:SizeType (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetInfo.h157 IntType SizeType, IntMaxType, UIntMaxType, PtrDiffType, IntPtrType, WCharType, member in class:clang::TargetInfo
186 IntType getSizeType() const { return SizeType; }
/external/clang/lib/Basic/
H A DTargets.cpp463 this->SizeType = TargetInfo::UnsignedInt;
981 SizeType = UnsignedInt;
1153 SizeType = PtrDiffType = IntPtrType = TargetInfo::UnsignedInt;
1165 SizeType = PtrDiffType = IntPtrType = TargetInfo::UnsignedLongLong;
2409 SizeType = UnsignedInt;
2455 SizeType = UnsignedLong;
2467 SizeType = UnsignedLong;
2483 SizeType = UnsignedLong;
2595 SizeType = UnsignedLong;
2651 SizeType
[all...]
H A DTargetInfo.cpp51 SizeType = UnsignedLong;
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp2631 QualType SizeType = SemaRef.Context.getSizeType(); local
2646 IterationVarName, SizeType,
2647 SemaRef.Context.getTrivialTypeSourceInfo(SizeType, Loc),
2653 = SemaRef.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
7396 QualType SizeType = S.Context.getSizeType(); local
7407 IterationVarName, SizeType,
7408 S.Context.getTrivialTypeSourceInfo(SizeType, Loc),
7412 llvm::APInt Zero(S.Context.getTypeSize(SizeType), 0);
7413 IterationVar->setInit(IntegerLiteral::Create(S.Context, Zero, SizeType, Loc));
7418 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValu
7830 QualType SizeType = Context.getSizeType(); local
8373 QualType SizeType = Context.getSizeType(); local
[all...]
H A DSemaExpr.cpp1364 QualType SizeType = Context.getSizeType();
1365 llvm::APInt Len(Context.getIntWidth(SizeType), Literal.GetNumStringChars());
1366 IntegerLiteral *LenArg = IntegerLiteral::Create(Context, Len, SizeType,
10423 QualType SizeType = S.Context.getSizeType(); local
10437 IterationVarName, SizeType,
10438 S.Context.getTrivialTypeSourceInfo(SizeType, Loc),
10445 = S.BuildDeclRefExpr(IterationVar, SizeType, VK_LValue, Loc);
H A DSemaExprCXX.cpp1221 QualType SizeType = ArraySize->getType(); local
1222 if (!SizeType->isIntegralOrUnscopedEnumerationType())
H A DTreeTransform.h8901 QualType SizeType; local
8904 SizeType = Types[I];
8911 = IntegerLiteral::Create(SemaRef.Context, *Size, SizeType,
/external/clang/include/clang/AST/
H A DExprCXX.h3453 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack,
3455 : Expr(SizeOfPackExprClass, SizeType, VK_RValue, OK_Ordinary,
3464 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack,
3467 : Expr(SizeOfPackExprClass, SizeType, VK_RValue, OK_Ordinary,
/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc649 const views::GridLayout::SizeType column_type =

Completed in 241 milliseconds