Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp393 bool LooksLikeCodeInBug11395(Instruction *I);
1446 if (LooksLikeCodeInBug11395(&Inst)) return false; in runOnFunction()
1521 bool AddressSanitizer::LooksLikeCodeInBug11395(Instruction *I) { in LooksLikeCodeInBug11395() function in AddressSanitizer