Home
last modified time | relevance | path

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

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