Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp1067 std::vector<const Pattern *> NotStrings; in Check() local
1180 const std::vector<const Pattern *> &NotStrings, in CheckNot()
1202 std::vector<const Pattern *> &NotStrings, in CheckDag()
/external/swiftshader/third_party/LLVM/utils/FileCheck/
DFileCheck.cpp451 std::vector<std::pair<SMLoc, Pattern> > NotStrings; member