OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DstType
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/CodeGen/
CGExprScalar.cpp
544
QualType
DstType
) {
546
DstType
= CGF.getContext().getCanonicalType(
DstType
);
547
if (SrcType ==
DstType
) return Src;
549
if (
DstType
->isVoidType()) return 0;
552
if (
DstType
->isBooleanType())
555
llvm::Type *DstTy = ConvertType(
DstType
);
587
if (
DstType
->isExtVectorType() && !SrcType->isVectorType()) {
589
QualType EltTy =
DstType
->getAs<ExtVectorType>()->getElementType();
626
if (
DstType
->isSignedIntegerOrEnumerationType()
[
all
...]
CGObjC.cpp
[
all
...]
/external/clang/include/clang/AST/
Expr.h
[
all
...]
/external/clang/lib/Sema/
SemaExpr.cpp
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 581 milliseconds