Home
last modified time | relevance | path

Searched defs:isUnsafe (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h362 bool isUnsafe() const { return Rep.getInt(); } in isUnsafe() function
/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp74 bool isUnsafe(const ConstantRange &R) { in isUnsafe() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1158 bool isUnsafe() const { return Status == StatusTy::Unsafe; } isUnsafe() function in __anon1d97b8fb0511::ScalarizationResult