Home
last modified time | relevance | path

Searched refs:WCharTy (Results 1 – 21 of 21) sorted by relevance

/external/clang/include/clang/AST/
DBuiltinTypes.def73 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(WChar_U, WCharTy))
105 SHARED_SINGLETON_TYPE(SIGNED_TYPE(WChar_S, WCharTy))
DASTContext.h896 CanQualType WCharTy; // [C++ 3.9.1p5]. variable
1341 QualType getWCharType() const { return WCharTy; } in getWCharType()
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def72 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(WChar_U, WCharTy))
107 SHARED_SINGLETON_TYPE(SIGNED_TYPE(WChar_S, WCharTy))
DASTContext.h964 CanQualType WCharTy; // [C++ 3.9.1p5]. variable
1594 QualType getWCharType() const { return WCharTy; } in getWCharType()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DStdLibraryFunctionsChecker.cpp927 const QualType WCharTy = ACtx.WCharTy; in initFunctionSummaries() local
945 const QualType Wchar_tPtrTy = getPointerTy(WCharTy); // wchar_t * in initFunctionSummaries()
947 getPointerTy(getConstTy(WCharTy)); // const wchar_t * in initFunctionSummaries()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp132 if (width == ast.getTypeSize(ast.WCharTy)) in GetBuiltinTypeForPDBEncodingAndBitSize()
133 return CompilerType(&clang_ast, ast.WCharTy.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp109 context.hasSameType(GetBasicQualType(eBasicTypeWChar), context.WCharTy)); in TEST_F()
/external/clang/lib/AST/
DASTContext.cpp1033 InitBuiltinType(WCharTy, BuiltinType::WChar_S); in InitBuiltinTypes()
1035 InitBuiltinType(WCharTy, BuiltinType::WChar_U); in InitBuiltinTypes()
1037 WideCharTy = WCharTy; in InitBuiltinTypes()
4137 return WCharTy; in getSignedWCharType()
DASTImporter.cpp1591 return Importer.getToContext().WCharTy; in VisitBuiltinType()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1025 QualTypeMatchesBitSize(bit_size, ast, ast.WCharTy) && in GetBuiltinTypeForDWARFEncodingAndBitSize()
1028 return GetType(ast.WCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1081 if (QualTypeMatchesBitSize(bit_size, ast, ast.WCharTy)) { in GetBuiltinTypeForDWARFEncodingAndBitSize()
1084 return GetType(ast.WCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1334 InitBuiltinType(WCharTy, BuiltinType::WChar_S); in InitBuiltinTypes()
1336 InitBuiltinType(WCharTy, BuiltinType::WChar_U); in InitBuiltinTypes()
1338 WideCharTy = WCharTy; in InitBuiltinTypes()
5583 return WCharTy; in getSignedWCharType()
DASTImporter.cpp1079 return Importer.getToContext().WCharTy; in VisitBuiltinType()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp3216 llvm::Type *WCharTy = ConvertType(getContext().WCharTy); in EmitBuiltinExpr() local
3238 getContext().getTypeAlignInChars(getContext().WCharTy); in EmitBuiltinExpr()
3239 Value *DstCh = Builder.CreateAlignedLoad(WCharTy, DstPhi, WCharAlign); in EmitBuiltinExpr()
3240 Value *SrcCh = Builder.CreateAlignedLoad(WCharTy, SrcPhi, WCharAlign); in EmitBuiltinExpr()
3249 Value *NextDst = Builder.CreateConstInBoundsGEP1_32(WCharTy, DstPhi, 1); in EmitBuiltinExpr()
3250 Value *NextSrc = Builder.CreateConstInBoundsGEP1_32(WCharTy, SrcPhi, 1); in EmitBuiltinExpr()
DItaniumCXXABI.cpp4064 getContext().BoolTy, getContext().WCharTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3363 getContext().BoolTy, getContext().WCharTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/Sema/
DSemaType.cpp1275 Result = Context.WCharTy; in ConvertDeclSpecToType()
DSemaOverload.cpp7231 &ASTContext::WCharTy, in getArithmeticType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp1316 Result = Context.WCharTy; in ConvertDeclSpecToType()
DSemaOverload.cpp8207 ArithmeticTypes.push_back(S.Context.WCharTy); in InitArithmeticTypes()
/external/clang/lib/Serialization/
DASTReader.cpp6011 T = Context.WCharTy; in GetType()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6828 T = Context.WCharTy; in GetType()