/external/clang/test/Misc/ |
integer-literal-printing.cpp | 19 enum class charTy : char { 23 template <charTy T> struct Type4Helper; 24 template <> struct Type4Helper<charTy::c> { typedef charTy Ty; }; 25 template <charTy T, typename Type4Helper<T>::Ty U> struct Type4 {}; 73 struct Type4<charTy::c, "4"> t4; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type4Helper<(charTy)'\x00'>::Ty' (aka 'charTy')}}
|
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/ |
Chart.java | 39 int chartX, chartY;
84 if (mouseY < chartY || mouseY > chartY + chartHeight) return;
123 point.y = Math.min(maxY, Math.max(0, chartHeight - (event.getY() - chartY)) / (float)chartHeight * maxY);
138 int y = chartY + chartHeight - (int)(chartHeight * (point.y / (float)maxY));
182 point.y = Math.min(maxY, Math.max(0, chartHeight - (y - chartY)) / (float)chartHeight * maxY);
189 pixel.y = chartY + chartHeight - (int)(chartHeight * (point.y / (float)maxY));
215 chartY = numberHeight / 2 + 1;
217 chartHeight = height - chartY - numberHeight - 8;
222 chartY = 2; [all...] |
/external/clang/test/Sema/ |
warn-char-subscripts.c | 45 typedef char CharTy; 48 CharTy subscript = 0;
|
/external/clang/include/clang/AST/ |
BuiltinTypes.def | 67 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(Char_U, CharTy)) 99 SHARED_SINGLETON_TYPE(SIGNED_TYPE(Char_S, CharTy))
|
ASTContext.h | 881 CanQualType CharTy; [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckSecuritySyntaxOnly.cpp | 323 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) 363 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) 404 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy) 576 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
|
CStringChecker.cpp | 288 assert(ER->getValueType() == C.getASTContext().CharTy && 362 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy); 500 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy); [all...] |
BasicObjCFoundationChecks.cpp | 386 case kCFNumberCharType: T = Ctx.CharTy; break; [all...] |
MallocChecker.cpp | 731 SVal ZeroVal = C.getSValBuilder().makeZeroVal(Ctx.CharTy); [all...] |
/external/clang/lib/CodeGen/ |
CGCUDANV.cpp | 89 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy));
|
CodeGenModule.cpp | [all...] |
CGExpr.cpp | [all...] |
CGAtomic.cpp | 106 AtomicTy = C.getConstantArrayType(C.CharTy, Size, ArrayType::Normal, [all...] |
/external/clang/lib/Analysis/ |
FormatString.cpp | 423 Res = C.CharTy; 429 Res = C.getPointerType(C.CharTy);
|
/external/llvm/lib/Transforms/Scalar/ |
StraightLineStrengthReduce.cpp | 657 Type *CharTy = Type::getInt8PtrTy(Basis.Ins->getContext(), AS); 658 Reduced = Builder.CreateBitCast(Basis.Ins, CharTy);
|
/external/clang/lib/Sema/ |
SemaExpr.cpp | [all...] |
SemaExprObjC.cpp | 325 NumberType = Context.CharTy; 519 if (Context.hasSameUnqualifiedType(PointeeType, Context.CharTy)) { 548 QualType ConstCharType = Context.CharTy.withConst(); 583 ValueType = Context.CharTy; 672 QualType ConstCharType = Context.CharTy.withConst(); [all...] |
SemaInit.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineCXX.cpp | 302 SVal ZeroVal = svalBuilder.makeZeroVal(getContext().CharTy);
|
Store.cpp | 205 newSuperR = MakeElementRegion(baseR, Ctx.CharTy, off.getQuantity());
|
/external/clang/lib/Frontend/Rewrite/ |
RewriteObjC.cpp | 499 Context->CharTy, llvm::APInt(32, Str.size() + 1), ArrayType::Normal, [all...] |
RewriteModernObjC.cpp | 605 Context->CharTy, llvm::APInt(32, Str.size() + 1), ArrayType::Normal, [all...] |
/external/clang/lib/Edit/ |
RewriteObjCFoundationAPI.cpp | [all...] |
/external/clang/lib/AST/ |
ASTContext.cpp | [all...] |
ASTImporter.cpp | [all...] |