Searched
refs:ArrayRef (Results
476 -
500 of
765) sorted by null
<<11121314151617181920>>
/external/clang/lib/AST/ |
NSAPI.cpp | 582 Selector NSAPI::getOrInitSelector(ArrayRef<StringRef> Ids, 586 for (ArrayRef<StringRef>::const_iterator
|
RawCommentList.cpp | 327 void RawCommentList::addDeserializedComments(ArrayRef<RawComment *> DeserializedComments) {
|
/external/clang/lib/Basic/ |
Module.cpp | 19 #include "llvm/ADT/ArrayRef.h" 143 bool Module::fullModuleNameIs(ArrayRef<StringRef> nameParts) const { 159 ArrayRef<const FileEntry *> Module::getTopHeaders(FileManager &FileMgr) {
|
/external/clang/lib/StaticAnalyzer/Core/ |
HTMLDiagnostics.cpp | 553 ArrayRef<SourceRange> Ranges = P.getRanges(); 554 for (ArrayRef<SourceRange>::iterator I = Ranges.begin(),
|
PathDiagnostic.cpp | 231 ArrayRef<SourceRange> Ranges = piece->getRanges(); 232 for (ArrayRef<SourceRange>::iterator I = Ranges.begin(), [all...] |
/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 162 ArrayRef<std::string> Plugins; 191 ArrayRef<std::string> plugins,
|
/external/llvm/include/llvm/Analysis/ |
LoopInfoImpl.h | 346 static void discoverAndMapSubloop(LoopT *L, ArrayRef<BlockT*> Backedges, 497 discoverAndMapSubloop(L, ArrayRef<BlockT*>(Backedges), this, DomTree);
|
/external/llvm/lib/CodeGen/ |
Analysis.cpp | 300 ArrayRef<unsigned> InsertLoc = IVI->getIndices(); 317 ArrayRef<unsigned> ExtractLoc = EVI->getIndices();
|
/external/llvm/lib/DebugInfo/Symbolize/ |
Symbolize.cpp | 211 ArrayRef<uint8_t> dbg_uuid = DbgObj->getUuid(); 212 ArrayRef<uint8_t> bin_uuid = Obj->getUuid();
|
/external/llvm/lib/IR/ |
ConstantFold.cpp | [all...] |
/external/llvm/lib/LTO/ |
LTOCodeGenerator.cpp | 321 ArrayRef<StringRef> Libcalls, 495 bool LTOCodeGenerator::compileOptimized(ArrayRef<raw_pwrite_stream *> Out) {
|
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.h | 301 ArrayRef<ShuffleVectorInst *> Shuffles, 302 ArrayRef<unsigned> Indices,
|
AArch64TargetTransformInfo.cpp | 442 ArrayRef<unsigned> Indices, 462 int AArch64TTIImpl::getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) {
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 450 ArrayRef<ShuffleVectorInst *> Shuffles, 451 ArrayRef<unsigned> Indices,
|
/external/llvm/lib/Target/PowerPC/ |
PPCInstrInfo.cpp | 639 ArrayRef<MachineOperand> Cond, 684 ArrayRef<MachineOperand> Cond, 725 unsigned DestReg, ArrayRef<MachineOperand> Cond, [all...] |
/external/llvm/tools/llvm-cov/ |
CodeCoverage.cpp | 59 ArrayRef<ExpansionRecord> Expansions, 125 ArrayRef<ExpansionRecord> Expansions,
|
/external/clang/include/clang/AST/ |
ExternalASTSource.h | 304 ArrayRef<NamedDecl*> Decls);
|
/external/clang/include/clang/Serialization/ |
ASTReader.h | 499 ArrayRef<serialization::LocalDeclID> Decls; 502 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls) 511 typedef ArrayRef<llvm::support::unaligned_uint32_t> LexicalContents; [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 374 trim(ArrayRef<const NodeTy *> Nodes,
|
/external/clang/lib/CodeGen/ |
CGCXXABI.cpp | 288 ArrayRef<const CXXRecordDecl*> Path = MP.getMemberPointerPath();
|
/external/clang/lib/Driver/ |
Multilib.cpp | 192 MultilibSet &MultilibSet::Either(ArrayRef<Multilib> MultilibSegments) {
|
/external/clang/lib/Frontend/ |
ChainedIncludesSource.cpp | 164 ArrayRef<llvm::IntrusiveRefCntPtr<ModuleFileExtension>> Extensions;
|
/external/clang/lib/Tooling/ |
JSONCompilationDatabase.cpp | 227 ArrayRef<CompileCommandRef> CommandsRef,
|
/external/llvm/include/llvm/ExecutionEngine/ |
ExecutionEngine.h | 219 ArrayRef<GenericValue> ArgValues) = 0;
|
/external/llvm/include/llvm/IR/ |
Type.h | 308 ArrayRef<Type*> subtypes() const {
|
Completed in 809 milliseconds
<<11121314151617181920>>