Home
last modified time | relevance | path

Searched refs:emitUndef (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp30 void emitUndef(CheckerContext &C, const Expr *RetE) const;
67 emitUndef(C, RetE); in checkPreStmt()
95 void ReturnUndefChecker::emitUndef(CheckerContext &C, const Expr *RetE) const { in emitUndef() function in ReturnUndefChecker
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp211 emitUndef(IRB, 0, Size); in generate()
256 void emitUndef(IRBuilder<> &IRB, uint64_t Offset, uint64_t Size) { in emitUndef() function in __anonf26e7dae0111::InitializerBuilder