OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExtVectorType
(Results
1 - 8
of
8
) sorted by null
/external/clang/include/clang/AST/
ASTContext.h
658
///
getExtVectorType
- Return the unique reference to an extended vector type
661
QualType
getExtVectorType
(QualType VectorType, unsigned NumElts) const;
[
all
...]
/external/clang/lib/Sema/
SemaExprMember.cpp
356
QualType VT = S.Context.
getExtVectorType
(vecType->getElementType(), CompSize);
[
all
...]
SemaExpr.cpp
[
all
...]
SemaType.cpp
[
all
...]
SemaInit.cpp
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
ASTImporter.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 44 milliseconds