Searched defs:isUnsafe (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Sema/ | ||
H A D | ScopeInfo.h | 362 bool isUnsafe() const { return Rep.getInt(); } in isUnsafe() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | StackSafetyAnalysis.cpp | 74 bool isUnsafe(const ConstantRange &R) { in isUnsafe() function |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VectorCombine.cpp | 1158 bool isUnsafe() const { return Status == StatusTy::Unsafe; } isUnsafe() function in __anon1d97b8fb0511::ScalarizationResult |