Home
last modified time | relevance | path

Searched refs:getDirection (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h153 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function
247 unsigned getDirection(unsigned Level) const override;
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp299 switch (PCC->getDirection()) { in clang_ParamCommandComment_getDirection()
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DCommentParser.cpp201 if (PCC->getDirection() != Direction) in HasParamCommandAt()
203 << "ParamCommandComment has direction " << PCC->getDirection() << ", " in HasParamCommandAt()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DComment.h751 PassDirection getDirection() const LLVM_READONLY { in getDirection() function
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp242 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() function in FullDependence
602 unsigned Direction = getDirection(II); in dump()
3676 if (!(Result.getDirection(II) & Dependence::DVEntry::EQ)) { in depends()
3687 if (Result.getDirection(II) != Dependence::DVEntry::EQ) { in depends()
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp758 switch (C->getDirection()) { in visitParamCommandComment()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTDumper.cpp2145 OS << " " << ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()