Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h325 struct ValidateOnExit { struct
326 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} in ValidateOnExit() function
330 ~ValidateOnExit() {} // Empty destructor with NDEBUG. in ~ValidateOnExit()
332 TypeInfer &Infer;
333 TypeSetByHwMode &VTS;