Searched defs:isSink (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGOpenMPRuntime.h | 2304 bool isSink(const T *) { return false; } isSink() function |
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | ||
H A D | ExplodedGraph.h | 203 bool isSink() const { return Succs.getFlag(); } in isSink() function |
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | CommandLine.h | 312 bool isSink() const { return getMiscFlags() & cl::Sink; } in isSink() function |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | TypePromotion.cpp | 249 bool TypePromotionImpl::isSink(Value *V) { in isSink() function in TypePromotionImpl |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOpenMP.cpp | 9142 bool isSink(const OMPDoacrossClause *C) { isSink() function in __anona1d9ac773f11::OMPDoacrossKind |