OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WCharTy
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
StdLibraryFunctionsChecker.cpp
1052
const QualType
WCharTy
= ACtx.
WCharTy
;
1070
const QualType Wchar_tPtrTy = getPointerTy(
WCharTy
); // wchar_t *
1072
getPointerTy(getConstTy(
WCharTy
)); // const wchar_t *
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1004
CanQualType
WCharTy
; // [C++ 3.9.1p5].
1005
CanQualType WideCharTy; // Same as
WCharTy
in C++, integer type in C99.
1637
QualType getWCharType() const { return
WCharTy
; }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp
3390
llvm::Type *
WCharTy
= ConvertType(getContext().
WCharTy
);
3408
getContext().getTypeAlignInChars(getContext().
WCharTy
);
3409
Value *StrCh = Builder.CreateAlignedLoad(
WCharTy
, StrPhi, WCharAlign);
3410
Value *FoundChr = Builder.CreateConstInBoundsGEP1_32(
WCharTy
, StrPhi, 0);
3415
Value *NextStr = Builder.CreateConstInBoundsGEP1_32(
WCharTy
, StrPhi, 1);
3436
llvm::Type *
WCharTy
= ConvertType(getContext().
WCharTy
);
3458
getContext().getTypeAlignInChars(getContext().
WCharTy
);
3459
Value *DstCh = Builder.CreateAlignedLoad(
WCharTy
, DstPhi, WCharAlign)
[
all
...]
ItaniumCXXABI.cpp
4160
getContext().BoolTy, getContext().
WCharTy
,
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
1346
InitBuiltinType(
WCharTy
, BuiltinType::WChar_S);
1348
InitBuiltinType(
WCharTy
, BuiltinType::WChar_U);
1350
WideCharTy =
WCharTy
;
5653
return
WCharTy
;
ASTImporter.cpp
1080
return Importer.getToContext().
WCharTy
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
1296
Result = Context.
WCharTy
;
SemaOverload.cpp
8204
ArithmeticTypes.push_back(S.Context.
WCharTy
);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
6855
T = Context.
WCharTy
;
Completed in 94 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026