HomeSort by: relevance | last modified time | path
    Searched refs: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 9304 const char *const valueOrNull = getenv(variableName);
9305 if (valueOrNull == NULL) {
9308 const char *const value = valueOrNull;

Completed in 87 milliseconds