OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVectorType
(Results
1 - 20
of
20
) sorted by null
/frameworks/compile/slang/
slang_rs_check_ast.cpp
247
if (T->
isVectorType
()) {
/external/clang/lib/CodeGen/
CGExprScalar.cpp
745
if (DstType->isExtVectorType() && !SrcType->
isVectorType
()) {
[
all
...]
TargetInfo.cpp
614
if (Ty->
isVectorType
()) {
[
all
...]
CGExpr.cpp
[
all
...]
/external/clang/lib/Sema/
SemaExpr.cpp
[
all
...]
SemaCast.cpp
[
all
...]
SemaInit.cpp
617
else if (T->
isVectorType
())
701
IList->getType()->
isVectorType
())) {
724
CurrentObjectType->
isVectorType
()? 1 :
768
} else if (DeclType->
isVectorType
()) {
[
all
...]
SemaOverload.cpp
[
all
...]
SemaExprCXX.cpp
[
all
...]
SemaDeclAttr.cpp
[
all
...]
SemaChecking.cpp
[
all
...]
/external/clang/lib/AST/
Type.cpp
[
all
...]
ExprClassification.cpp
195
if (cast<ArraySubscriptExpr>(E)->getBase()->getType()->
isVectorType
())
ExprConstant.cpp
[
all
...]
ASTContext.cpp
[
all
...]
Expr.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
[
all
...]
ExprEngineC.cpp
584
(T->isArrayType() || T->isRecordType() || T->
isVectorType
() ||
[
all
...]
/external/clang/lib/Analysis/
UninitializedValues.cpp
40
return ty->isScalarType() || ty->
isVectorType
();
/external/clang/include/clang/AST/
Type.h
[
all
...]
Completed in 179 milliseconds