Searched refs:ValidateOnExit (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp346 ValidateOnExit _1(Out, *this);
363 ValidateOnExit _1(Out, *this);
382 ValidateOnExit _1(Out, *this);
392 ValidateOnExit _1(Out, *this);
402 ValidateOnExit _1(Out, *this);
412 ValidateOnExit _1(Out, *this);
422 ValidateOnExit _1(Out, *this);
461 ValidateOnExit _1(Small, *this), _2(Big, *this);
568 ValidateOnExit _1(Vec, *this), _2(Elem, *this);
609 ValidateOnExit _
[all...]
H A DCodeGenDAGPatterns.h338 struct ValidateOnExit { struct in struct:llvm::TypeInfer
339 ValidateOnExit(TypeSetByHwMode &T, TypeInfer &TI) : Infer(TI), VTS(T) {} function in struct:llvm::TypeInfer::ValidateOnExit
341 ~ValidateOnExit();
343 ~ValidateOnExit() {} // Empty destructor with NDEBUG.

Completed in 37 milliseconds