Home
last modified time | relevance | path

Searched defs:wasVisited (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp546 bool wasVisited = !visited.insert(val.getCVData()).second; in scan() local
570 bool wasVisited = !visited.insert(*SI).second; in scan() local
605 bool wasVisited = !visited.insert(R).second; in scan() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h188 bool wasVisited(const MachineInstr *MI) const { return Types.count(MI); }; in wasVisited() function