Home
last modified time | relevance | path

Searched defs:Requests (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h485 bool checkElementRequest(const T *Element, const U &Requests) const { in checkElementRequest()
511 void resolveGenericPatternMatch(T *Element, const U &Requests) { in resolveGenericPatternMatch()
529 void resolveGenericPatternMatch(LVLine *Line, const U &Requests) { in resolveGenericPatternMatch()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp104 const auto &Requests = State->get<RequestMap>(); in checkMissingWaits() local