Searched refs:SignedCharTy (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DFormatString.cpp314 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match
H A DPrintfFormatString.cpp486 return ArgType::PtrTo(Ctx.SignedCharTy);
H A DScanfFormatString.cpp369 return ArgType::PtrTo(Ctx.SignedCharTy);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp920 clang_type = ast->SignedCharTy.getAsOpaquePtr();
1112 if (QualTypeMatchesBitSize (bit_size, ast, ast->SignedCharTy))
1113 return CompilerType (ast, ast->SignedCharTy);
1144 if (QualTypeMatchesBitSize (bit_size, ast, ast->SignedCharTy))
1145 return CompilerType (ast, ast->SignedCharTy);
2232 if (bit_size == ast->getTypeSize(ast->SignedCharTy))
2233 return CompilerType(ast, ast->SignedCharTy);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h889 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; member in class:clang::ASTContext::DynTypedNodeList
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1007 InitBuiltinType(SignedCharTy, BuiltinType::SChar);
1117 SignedCharTy : BoolTy);
6640 case TargetInfo::SignedChar: return SignedCharTy;
8108 Type = Context.SignedCharTy;
H A DASTImporter.cpp1508 return Importer.getToContext().SignedCharTy;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp653 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy;
665 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy;
H A DSemaType.cpp1202 Result = Context.SignedCharTy;
H A DSemaOverload.cpp7224 &ASTContext::SignedCharTy,
H A DSemaDecl.cpp14456 BestType = Context.SignedCharTy;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3334 getContext().SignedCharTy, getContext().ShortTy,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5984 T = Context.SignedCharTy;

Completed in 241 milliseconds