Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h70 bool isEscaped() const { return EscapedInfo.getInt(); } in isEscaped() function
/freebsd/usr.bin/dtc/
H A Dfdt.cc264 bool isEscaped = false; in parse_string() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp169 bool isEscaped() const { return K == Escaped; } in isEscaped() function in __anon0957485b0211::RefState
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp600 bool isEscaped() const { return PointerEscapingInstr; } in isEscaped() function in __anondf5662880411::AllocaSlices