OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCastKind
(Results
1 - 25
of
56
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/clang/include/clang/AST/
IgnoreExpr.h
94
if (CE->
getCastKind
() != CK_LValueToRValue)
102
if (CE->
getCastKind
() == CK_DerivedToBase ||
103
CE->
getCastKind
() == CK_UncheckedDerivedToBase ||
104
CE->
getCastKind
() == CK_NoOp)
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp
54
if (castE->
getCastKind
() == CK_LValueToRValue)
56
if (castE->
getCastKind
() == CK_NoOp && castE->isLValue() &&
TransUnbridgedCasts.cpp
88
if (E->
getCastKind
() != CK_CPointerToObjCPointerCast &&
89
E->
getCastKind
() != CK_BitCast &&
90
E->
getCastKind
() != CK_AnyPointerToBlockPointerCast)
394
if (implCE->
getCastKind
() == CK_ARCConsumeObject)
396
if (implCE->
getCastKind
() == CK_ARCReclaimReturnedObject)
Transforms.cpp
108
while (implCE && implCE->
getCastKind
() == CK_BitCast)
111
return implCE && implCE->
getCastKind
() == CK_ARCConsumeObject;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
EnumCastOutOfRangeChecker.cpp
101
switch (CE->
getCastKind
()) {
DeleteWithNonVirtualDtorChecker.cpp
124
if (ImplCastE->
getCastKind
() != CK_DerivedToBase)
PointerArithChecker.cpp
259
if (CE->
getCastKind
() != CastKind::CK_BitCast)
277
if (CE->
getCastKind
() != CastKind::CK_ArrayToPointerDecay)
DynamicTypeChecker.cpp
157
if (CE->
getCastKind
() != CK_BitCast)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXXABI.cpp
237
assert(E->
getCastKind
() == CK_DerivedToBaseMemberPointer ||
238
E->
getCastKind
() == CK_BaseToDerivedMemberPointer);
241
if (E->
getCastKind
() == CK_DerivedToBaseMemberPointer)
CGExprAgg.cpp
688
if (castE->
getCastKind
() == kind)
697
switch (E->
getCastKind
()) {
759
bool isToAtomic = (E->
getCastKind
() == CK_NonAtomicToAtomic);
1138
if (cast->
getCastKind
() == CK_LValueToRValue)
1394
switch (CE->
getCastKind
()) {
1508
return ICE->
getCastKind
() == CK_NullToPointer &&
ItaniumCXXABI.cpp
899
assert(E->
getCastKind
() == CK_DerivedToBaseMemberPointer ||
900
E->
getCastKind
() == CK_BaseToDerivedMemberPointer ||
901
E->
getCastKind
() == CK_ReinterpretMemberPointer);
904
if (E->
getCastKind
() == CK_ReinterpretMemberPointer) return src;
914
bool isDerivedToBase = (E->
getCastKind
() == CK_DerivedToBaseMemberPointer);
954
assert(E->
getCastKind
() == CK_DerivedToBaseMemberPointer ||
955
E->
getCastKind
() == CK_BaseToDerivedMemberPointer ||
956
E->
getCastKind
() == CK_ReinterpretMemberPointer);
959
if (E->
getCastKind
() == CK_ReinterpretMemberPointer) return src;
965
bool isDerivedToBase = (E->
getCastKind
() == CK_DerivedToBaseMemberPointer)
[
all
...]
MicrosoftCXXABI.cpp
3158
assert(E->
getCastKind
() == CK_DerivedToBaseMemberPointer ||
3159
E->
getCastKind
() == CK_BaseToDerivedMemberPointer ||
3160
E->
getCastKind
() == CK_ReinterpretMemberPointer);
3174
bool IsReinterpret = E->
getCastKind
() == CK_ReinterpretMemberPointer;
3206
SrcTy, DstTy, E->
getCastKind
(), E->path_begin(), E->path_end(), Src,
3369
CastKind CK = E->
getCastKind
();
CGExpr.cpp
971
if (CE->
getCastKind
() == CK_ArrayToPointerDecay &&
1085
switch (CE->
getCastKind
()) {
1120
CE->
getCastKind
() == CK_BitCast) {
1127
return CE->
getCastKind
() != CK_AddressSpaceConversion
3571
if (!CE || CE->
getCastKind
() != CK_ArrayToPointerDecay)
4616
switch (E->
getCastKind
()) {
4904
if (ICE->
getCastKind
() == CK_FunctionToPointerDecay ||
4905
ICE->
getCastKind
() == CK_BuiltinFnToFnPtr) {
CGExprComplex.cpp
180
return EmitCast(E->
getCastKind
(), E->getSubExpr(), E->getType());
185
return EmitCast(E->
getCastKind
(), E->getSubExpr(), E->getType());
/src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp
88
if ((CE->
getCastKind
() == CK_DerivedToBase ||
89
CE->
getCastKind
() == CK_UncheckedDerivedToBase) &&
98
if (CE->
getCastKind
() == CK_NoOp) {
1690
switch (
getCastKind
()) {
1848
if (E->
getCastKind
() == CK_ConstructorConversion)
1851
else if (E->
getCastKind
() == CK_UserDefinedConversion) {
1872
if (E->
getCastKind
() == CK_ConstructorConversion)
1875
if (E->
getCastKind
() == CK_UserDefinedConversion) {
2690
if (CE->
getCastKind
() == CK_ToVoid) {
2713
if (CE->
getCastKind
() == CK_ConstructorConversion
[
all
...]
ExprCXX.cpp
293
if (ICE->
getCastKind
() == CK_DerivedToBase ||
294
ICE->
getCastKind
() == CK_UncheckedDerivedToBase ||
295
ICE->
getCastKind
() == CK_NoOp) {
296
assert((ICE->
getCastKind
() == CK_NoOp ||
ExprConstant.cpp
5939
if (ICE->
getCastKind
() == CK_NoOp)
5941
if (ICE->
getCastKind
() != CK_DerivedToBase &&
5942
ICE->
getCastKind
() != CK_UncheckedDerivedToBase)
7785
switch (E->
getCastKind
()) {
8001
switch (E->
getCastKind
()) {
8085
switch (E->
getCastKind
()) {
8715
switch (E->
getCastKind
()) {
8746
if (E->
getCastKind
() == CK_AddressSpaceConversion && Result.IsNullPtr)
9380
if (ICE->
getCastKind
() != CK_NoOp &&
9381
ICE->
getCastKind
() != CK_IntegralCast
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp
274
if (CastE->
getCastKind
() == CK_BooleanToSignedIntegral)
307
if (CastE->
getCastKind
() == CK_LValueToRValue) {
333
switch (CastE->
getCastKind
()) {
531
CastE->path(), *PTMSV, CastE->
getCastKind
()));
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Marshallers.h
193
static Optional<CastKind>
getCastKind
(llvm::StringRef AttrKind) {
207
return
getCastKind
(Value.getString()).hasValue();
211
return *
getCastKind
(Value.getString());
/src/external/apache2/llvm/dist/clang/lib/Analysis/
UninitializedValues.cpp
239
if (CE->
getCastKind
() == CK_LValueBitCast) {
447
if (CE->
getCastKind
() == CK_LValueToRValue)
ThreadSafety.cpp
1776
if (CE->
getCastKind
() == CK_ArrayToPointerDecay) {
2014
if (CE->
getCastKind
() != CK_LValueToRValue)
2159
if (CE->
getCastKind
() == CK_NoOp ||
2160
CE->
getCastKind
() == CK_ConstructorConversion ||
2161
CE->
getCastKind
() == CK_UserDefinedConversion)
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeExprGen.cpp
92
switch (CE->
getCastKind
()) {
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp
66
if (ICE->
getCastKind
() == CK_LValueToRValue)
/src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
948
if (ICE->
getCastKind
() != CK_CPointerToObjCPointerCast)
1002
switch (ICE->
getCastKind
()) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
2652
if (CE->
getCastKind
() != CK_IntegralToPointer &&
2653
CE->
getCastKind
() != CK_NullToPointer)
8749
if (ICE->
getCastKind
() == CK_IntegralCast &&
8760
return ICE->
getCastKind
() == CK_FloatingCast &&
10501
clang::CastKind Kind = Cast->
getCastKind
();
10510
switch (Cast->
getCastKind
()) {
10884
if (CE->
getCastKind
() == CK_NoOp || CE->
getCastKind
() == CK_LValueToRValue)
10890
bool isIntegerCast = CE->
getCastKind
() == CK_IntegralCast ||
10891
CE->
getCastKind
() == CK_BooleanToSignedIntegral
[
all
...]
Completed in 60 milliseconds
1
2
3
Indexes created Wed Jun 10 00:26:05 UTC 2026