Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp142 static std::unique_ptr<T> valueOrNull(llvm::ErrorOr<std::unique_ptr<T>> Val) { in valueOrNull() function
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c8240 const char *const valueOrNull = getenv(variableName); in getDebugLevel() local