Searched defs:IsRead (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp334 std::string CodeGenSchedModels::genRWName(const IdxVec& Seq, bool IsRead) { argument
345 unsigned CodeGenSchedModels::getSchedRWIdx(Record *Def, bool IsRead, argument
[all...]
H A DCodeGenSchedule.h50 bool IsRead; member in struct:llvm::CodeGenSchedRW
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h236 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} argument
608 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { argument

Completed in 106 milliseconds