OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SmallVector
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
invalid-instantiated-field-decl.cpp
14
class
SmallVector
: public SmallVectorImpl<T> {
25
SmallVector
() : SmallVectorImpl<T>(NumInlineEltsElts) {
34
SmallVector
<CallSite, 2> DevirtualizedCalls; // expected-note {{in instantiation of template class '
SmallVector
<CallSite, 2>' requested}}
/external/llvm/include/llvm/ADT/
SmallVector.h
1
//===- llvm/ADT/
SmallVector
.h - 'Normally small' vectors --------*- C++ -*-===//
10
// This file defines the
SmallVector
class.
84
/// isSmall - Return true if this is a
smallvector
which has not had dynamic
338
// Use memcpy for PODs iterated by pointers (which includes
SmallVector
368
///
SmallVector
class to reduce code duplication based on the
SmallVector
'N'
442
/// append - Add the specified range to the end of the
SmallVector
.
458
/// append - Add the specified range to the end of the
SmallVector
.
860
/// Storage for the
SmallVector
elements which aren't contained in
871
///
SmallVector
- This is a 'vector' (really, a variable-sized array), optimize
[
all
...]
Completed in 55 milliseconds