HomeSort by: relevance | last modified time | path
    Searched defs:valueOrNull (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 142 static std::unique_ptr<T> valueOrNull(llvm::ErrorOr<std::unique_ptr<T>> Val) {
181 BufferOwner = valueOrNull(VFS->getBufferForFile(RF.second, -1, true, isVolatile));
206 BufferOwner = valueOrNull(VFS->getBufferForFile(FilePath, -1, true, isVolatile));
  /src/external/mit/expat/dist/lib/
xmlparse.c 8826 const char *const valueOrNull = getenv(variableName);
8827 if (valueOrNull == NULL) {
8830 const char *const value = valueOrNull;

Completed in 31 milliseconds