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