OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecondType
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IteratorModeling.cpp
385
const QualType
SecondType
= SecondArg->getType();
388
SecondType
->isIntegralOrEnumerationType()) {
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
8657
QualType
SecondType
) {
8658
assert(((FirstType->isSizelessBuiltinType() &&
SecondType
->isVectorType()) ||
8659
(FirstType->isVectorType() &&
SecondType
->isSizelessBuiltinType())) &&
8662
auto IsValidCast = [this](QualType FirstType, QualType
SecondType
) {
8664
if (const auto *VT =
SecondType
->getAs<VectorType>()) {
8673
return getTypeSize(
SecondType
) == getLangOpts().ArmSveVectorBits &&
8681
return IsValidCast(FirstType,
SecondType
) ||
8682
IsValidCast(
SecondType
, FirstType);
8686
QualType
SecondType
) {
8687
assert(((FirstType->isSizelessBuiltinType() &&
SecondType
->isVectorType()) |
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h
830
const Node *
SecondType
;
835
FirstType(FirstType_),
SecondType
(SecondType_) {}
837
template<typename Fn> void match(Fn F) const { F(FirstType,
SecondType
); }
843
SecondType
->print(S);
5163
Node *
SecondType
= getDerived().parseType();
5164
if (
SecondType
== nullptr)
5166
return make<CtorVtableSpecialName>(
SecondType
, FirstType);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
9649
QualType
SecondType
= SecondField->getType();
9651
ComputeQualTypeODRHash(
SecondType
)) {
9657
<< SecondII <<
SecondType
;
9757
QualType
SecondType
= SecondTD->getUnderlyingType();
9759
ComputeQualTypeODRHash(
SecondType
)) {
9765
<< IsTypeAlias << SecondName <<
SecondType
;
9790
QualType
SecondType
= SecondVD->getType();
9792
ComputeQualTypeODRHash(
SecondType
)) {
9798
<< SecondName <<
SecondType
;
10954
QualType
SecondType
= SecondTTPD->getDefaultArgument()
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
2131
bool areCompatibleSveTypes(QualType FirstType, QualType
SecondType
);
2135
bool areLaxCompatibleSveTypes(QualType FirstType, QualType
SecondType
);
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h
2604
typedef typename RawPairType::second_type
SecondType
;
2611
testing::SafeMatcherCast<const
SecondType
&>(second_matcher)) {
2679
const Matcher<const
SecondType
&> second_matcher_;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
7332
auto ValidScalableConversion = [](QualType FirstType, QualType
SecondType
) {
7336
const auto *VecTy =
SecondType
->getAs<VectorType>();
10041
auto IsSveConversion = [](QualType FirstType, QualType
SecondType
) {
10042
const VectorType *VecType =
SecondType
->getAs<VectorType>();
10056
auto IsSveGnuConversion = [](QualType FirstType, QualType
SecondType
) {
10058
const VectorType *SecondVecType =
SecondType
->getAs<VectorType>();
16051
QualType FirstType,
SecondType
;
16057
SecondType
= SrcType;
16068
SecondType
= DstType;
16074
FDiag << FirstType <<
SecondType
<< AA_Passing << SrcExpr->getSourceRange()
[
all
...]
Completed in 47 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026