Lines Matching defs:database
4124 fprintf(stderr, "no compilation database\n");
4136 const char *database = argv[0];
4150 len = strlen(database);
4153 memcpy(tmp, database, len+1);
4161 printf("unexpected error %d code while loading compilation database\n", ec);
4216 printf("database loading failed with error code %d.\n", ec);
4394 perform_test_compilation_db(const char *database, int argc, const char **argv) {
4407 len = strlen(database);
4410 memcpy(tmp, database, len+1);
4418 printf("unexpected error %d code while loading compilation database\n", ec);
4467 printf("database loading failed with error code %d.\n", ec);
4973 " c-index-test -index-compile-db [-check-prefix=<FileCheck prefix>] <compilation database>\n"
5009 " c-index-test -compilation-db [lookup <filename>] database\n");