Searched defs:Ranges (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp560 bool TGParser::ParseRangePiece(std::vector<unsigned> &Ranges) { argument
624 bool TGParser::ParseOptionalRangeList(std::vector<unsigned> &Ranges) { argument
646 bool TGParser::ParseOptionalBitList(std::vector<unsigned> &Ranges) { argument
1443 std::vector<unsigned> Ranges = ParseRangeList(); local
1465 std::vector<unsigned> Ranges = ParseRangeList(); local
1724 std::vector<unsigned> Ranges; local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp2626 SmallVector<CharSourceRange, 4> Ranges; local
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp455 const SmallVectorImpl<InsnRange> &Ranges = Scope->getRanges(); local
480 const SmallVectorImpl<InsnRange> &Ranges = Scope->getRanges(); local
520 const SmallVectorImpl<InsnRange> &Ranges local
1575 const SmallVectorImpl<InsnRange> &Ranges = S->getRanges(); local
[all...]
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2570 ArrayRef<SMRange> Ranges = MatchingInlineAsm ? EmptyRanges : local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1216 SmallVectorImpl<SourceRange> &Ranges; member in class:__anon3461::DeclExtractor
1372 SmallVector<SourceRange, 10> Ranges; local
1221 DeclExtractor(Sema &S, llvm::SmallPtrSet<VarDecl*, 8> &Decls, SmallVectorImpl<SourceRange> &Ranges) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3474 EmitBasicReport(const Decl *DeclWithIssue, StringRef name, StringRef category, StringRef str, PathDiagnosticLocation Loc, ArrayRef<SourceRange> Ranges) argument
[all...]
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4492 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, SDLoc dl, SDValue Chain, SDValue Ptr, SDValue Offset, MachinePointerInfo PtrInfo, EVT MemVT, bool isVolatile, bool isNonTemporal, bool isInvariant, unsigned Alignment, const MDNode *TBAAInfo, const MDNode *Ranges) argument
4573 getLoad(EVT VT, SDLoc dl, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, bool isVolatile, bool isNonTemporal, bool isInvariant, unsigned Alignment, const MDNode *TBAAInfo, const MDNode *Ranges) argument
/freebsd-10.2-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp534 bool AsmParser::Warning(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) { argument
542 bool AsmParser::Error(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) { argument

Completed in 228 milliseconds

12