OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ext_vector
(Results
1 - 11
of
11
) sorted by null
/external/clang/test/PCH/Inputs/
chain-ext_vector1.h
1
// First header file for chain-
ext_vector
.c PCH test
chain-ext_vector2.h
1
// Second header file for chain-
ext_vector
.c PCH test
/external/clang/test/PCH/
ext_vector.h
1
// Header file for
ext_vector
.c PCH test
ext_vector.c
2
// RUN: %clang_cc1 -include %S/
ext_vector
.h -fsyntax-only -verify %s
5
// RUN: %clang_cc1 -emit-pch -o %t %S/
ext_vector
.h
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp
84
typedef Types
ext_vector
__attribute__((ext_vector_type(4))); // expected-error{{declaration type contains unexpanded parameter pack 'Types'}}
typedef in struct:TestPPName
/external/clang/include/clang/Serialization/
ASTBitCodes.h
275
/// \brief Record code for the set of
ext_vector
type names.
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
ASTReader.cpp
[
all
...]
/external/clang/docs/
LanguageExtensions.html
319
<p>Also supports <tt>
ext_vector
</tt>, which additionally support for V.xyzw
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
238
/// us to associate a raw vector type with one of the
ext_vector
type names.
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
Completed in 267 milliseconds