OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OrigSrcType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp
225
QualType
OrigSrcType
,
757
QualType
OrigSrcType
= SrcExpr.get()->getType();
798
QualType SrcType = Self.Context.getCanonicalType(
OrigSrcType
);
805
<<
OrigSrcType
<< this->DestType << SrcExpr.get()->getSourceRange();
812
<< CT_Dynamic <<
OrigSrcType
<< this->DestType << OpRange;
848
<< CT_Dynamic <<
OrigSrcType
<< this->DestType << OpRange;
1588
bool CStyle, SourceRange OpRange, QualType
OrigSrcType
,
1665
<<
OrigSrcType
<< OrigDestType << VirtualBase << OpRange;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp
307
void EmitFloatConversionCheck(Value *OrigSrc, QualType
OrigSrcType
,
895
Value *OrigSrc, QualType
OrigSrcType
, Value *Src, QualType SrcType,
907
CGF.getContext().getFloatTypeSemantics(
OrigSrcType
);
941
if (
OrigSrcType
->isHalfType()) {
956
CGF.EmitCheckTypeDescriptor(
OrigSrcType
),
1292
QualType
OrigSrcType
= SrcType;
1423
OrigSrcType
->isFloatingType())
1424
EmitFloatConversionCheck(OrigSrc,
OrigSrcType
, Src, SrcType, DstType, DstTy,
Completed in 85 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026