OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharTy
(Results
1 - 25
of
28
) sorted by null
1
2
/external/clang/test/Sema/
warn-char-subscripts.c
45
typedef char
CharTy
;
48
CharTy
subscript = 0;
/external/clang/lib/CodeGen/
CGCUDANV.cpp
54
CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.
CharTy
));
CGRTTI.cpp
[
all
...]
CodeGenModule.cpp
[
all
...]
CGExpr.cpp
[
all
...]
CGDebugInfo.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp
313
if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().
CharTy
)
354
if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().
CharTy
)
396
if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().
CharTy
)
572
if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().
CharTy
)
CStringChecker.cpp
275
assert(ER->getValueType() == C.getASTContext().
CharTy
&&
348
QualType PtrTy = Ctx.getPointerType(Ctx.
CharTy
);
486
QualType CharPtrTy = Ctx.getPointerType(Ctx.
CharTy
);
[
all
...]
BasicObjCFoundationChecks.cpp
352
case kCFNumberCharType: T = Ctx.
CharTy
; break;
[
all
...]
/external/clang/lib/Analysis/
FormatString.cpp
392
Res = C.
CharTy
;
398
Res = C.getPointerType(C.
CharTy
);
/external/clang/lib/StaticAnalyzer/Core/
Store.cpp
216
newSuperR = MakeElementRegion(baseR, Ctx.
CharTy
, off.getQuantity());
ExprEngineCXX.cpp
229
SVal ZeroVal = svalBuilder.makeZeroVal(getContext().
CharTy
);
/external/clang/include/clang/AST/
ASTContext.h
741
CanQualType
CharTy
;
[
all
...]
/external/clang/lib/Sema/
SemaExprObjC.cpp
72
Context.getPointerType(Context.
CharTy
),
265
NumberType = Context.
CharTy
;
437
if (Context.hasSameUnqualifiedType(PointeeType, Context.
CharTy
)) {
485
QualType ConstCharType = Context.
CharTy
.withConst();
520
ValueType = Context.
CharTy
;
[
all
...]
SemaInit.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
SemaTemplateInstantiate.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
SemaChecking.cpp
[
all
...]
/external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp
[
all
...]
RewriteObjC.cpp
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
ASTImporter.cpp
[
all
...]
/external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
[
all
...]
Completed in 1223 milliseconds
1
2