OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmallVectorImpl
(Results
501 - 525
of
599
) sorted by null
<<
21
22
23
24
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
763
SmallVectorImpl
<Value*> &NewIndices) {
[
all
...]
/external/llvm/lib/Transforms/Scalar/
GVN.cpp
[
all
...]
IndVarSimplify.cpp
717
SmallVectorImpl
<WeakVH> &DeadInsts;
725
SmallVectorImpl
<WeakVH> &DI) :
[
all
...]
SCCP.cpp
442
void getFeasibleSuccessors(TerminatorInst &TI,
SmallVectorImpl
<bool> &Succs);
516
SmallVectorImpl
<bool> &Succs) {
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
736
static void EmitAPInt(
SmallVectorImpl
<uint64_t> &Vals,
[
all
...]
/external/llvm/lib/AsmParser/
LLParser.cpp
[
all
...]
/external/clang/include/clang/AST/
DeclObjC.h
323
void getSelectorLocs(
SmallVectorImpl
<SourceLocation> &SelLocs) const;
433
SmallVectorImpl
<const ObjCMethodDecl *> &Overridden) const;
[
all
...]
DeclTemplate.h
[
all
...]
/external/clang/lib/Lex/
ModuleMap.cpp
118
SmallVectorImpl
<char> &Buffer) {
[
all
...]
/external/clang/lib/Parse/
ParseExpr.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
381
const
SmallVectorImpl
<unsigned> &MustSaveCRs = FI->getMustSaveCRs();
723
const
SmallVectorImpl
<unsigned> &MustSaveCRs = FI->getMustSaveCRs();
[
all
...]
/external/clang/lib/ARCMigrate/
ObjCMT.cpp
375
llvm::
SmallVectorImpl
<ObjCProtocolDecl*> &ConformingProtocols,
/external/clang/lib/AST/
ASTDumper.cpp
338
for (
SmallVectorImpl
<IndentType>::const_iterator I = Indents.begin(),
[
all
...]
Expr.cpp
54
SmallVectorImpl
<const Expr *> &CommaLHSs,
55
SmallVectorImpl
<SubobjectAdjustment> &Adjustments) const {
[
all
...]
/external/clang/lib/Format/
UnwrappedLineParser.cpp
1102
for (
SmallVectorImpl
<FormatToken *>::const_iterator
[
all
...]
/external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp
137
typedef
SmallVectorImpl
<CheckerManager::CheckStmtFunc> CheckersTy;
/external/clang/tools/libclang/
Indexing.cpp
493
for (
SmallVectorImpl
<const llvm::MemoryBuffer *>::iterator
[
all
...]
/external/llvm/include/llvm/Object/
ELF.h
720
SmallVectorImpl
<char> &Result) const;
722
SmallVectorImpl
<char> &Result) const;
[
all
...]
/external/llvm/lib/CodeGen/
LiveInterval.cpp
418
SmallVectorImpl
<VNInfo *> &NewVNInfo,
/external/llvm/lib/IR/
DebugInfo.cpp
768
static void fixupSubprogramName(DISubprogram Fn,
SmallVectorImpl
<char> &Out) {
[
all
...]
/external/llvm/lib/MC/
MachObjectWriter.cpp
589
const
SmallVectorImpl
<MCSectionData*> &Order = Layout.getSectionOrder();
[
all
...]
/external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp
416
getOpndList(
SmallVectorImpl
<SDValue> &Ops,
MipsSEISelLowering.cpp
551
getOpndList(
SmallVectorImpl
<SDValue> &Ops,
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
274
for (
SmallVectorImpl
<StringMapEntry<GCOVLines *> *>::iterator
Completed in 1946 milliseconds
<<
21
22
23
24