Lines Matching refs:errorCode
2671 int errorCode; in perform_code_completion() local
2695 if ((errorCode = parse_file_line_column(input, &filename, &line, &column, in perform_code_completion()
2697 return errorCode; in perform_code_completion()
2817 int errorCode; in inspect_cursor_at() local
2839 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in inspect_cursor_at()
2842 return errorCode; in inspect_cursor_at()
3111 int errorCode; in find_file_refs_at() local
3133 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in find_file_refs_at()
3136 return errorCode; in find_file_refs_at()
4021 int errorCode = 0; in index_compile_db() local
4071 errorCode = -1; in index_compile_db()
4077 errorCode = -1; in index_compile_db()
4084 errorCode = -1; in index_compile_db()
4092 errorCode = -1; in index_compile_db()
4096 for (i=0; i<numCmds && errorCode == 0; ++i) { in index_compile_db()
4102 errorCode = -1; in index_compile_db()
4110 errorCode = -1; in index_compile_db()
4118 errorCode = index_compile_args(numArgs, args, idxAction, in index_compile_db()
4126 errorCode = -1; in index_compile_db()
4138 return errorCode; in index_compile_db()
4148 int errorCode; in perform_token_annotation() local
4162 if ((errorCode = parse_file_line_column(input, &filename, &line, &column, in perform_token_annotation()
4164 return errorCode; in perform_token_annotation()
4186 errorCode = 0; in perform_token_annotation()
4189 errorCode = -1; in perform_token_annotation()
4200 errorCode = -1; in perform_token_annotation()
4207 errorCode = -1; in perform_token_annotation()
4214 errorCode = -1; in perform_token_annotation()
4222 errorCode = -1; in perform_token_annotation()
4230 errorCode = -1; in perform_token_annotation()
4238 errorCode = -1; in perform_token_annotation()
4247 errorCode = -1; in perform_token_annotation()
4299 return errorCode; in perform_token_annotation()
4310 int errorCode = 0; in perform_test_compilation_db() local
4328 errorCode = -1; in perform_test_compilation_db()
4332 for (i=0; i<argc && errorCode==0; ) { in perform_test_compilation_db()
4338 errorCode = -1; in perform_test_compilation_db()
4347 errorCode = -1; in perform_test_compilation_db()
4377 errorCode = -1; in perform_test_compilation_db()
4383 return errorCode; in perform_test_compilation_db()