HomeSort by: relevance | last modified time | path
    Searched refs:IndexError (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp 138 char IndexError::ID;
140 void IndexError::log(raw_ostream &OS) const {
144 std::error_code IndexError::convertToErrorCode() const {
152 return llvm::make_error<IndexError>(index_error_code::missing_index_file,
172 return llvm::make_error<IndexError>(
175 return llvm::make_error<IndexError>(
260 return llvm::make_error<IndexError>(
281 return llvm::make_error<IndexError>(index_error_code::triple_mismatch,
293 return llvm::make_error<IndexError>(index_error_code::lang_mismatch);
314 return llvm::make_error<IndexError>(
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/CrossTU/
CrossTranslationUnit.h 60 class IndexError : public llvm::ErrorInfo<IndexError> {
63 IndexError(index_error_code C) : Code(C), LineNo(0) {}
64 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
66 IndexError(index_error_code C, std::string FileName, std::string TripleToName,
184 void emitCrossTUDiagnostics(const IndexError &IE);
  /src/external/bsd/wpa/dist/wpa_supplicant/utils/
log2pcap.py 31 except IndexError:
  /src/external/gpl3/gcc/dist/contrib/unicode/
gen_wcwidth.py 67 except (ValueError, IndexError):
  /src/external/gpl3/gcc.old/dist/contrib/unicode/
gen_wcwidth.py 67 except (ValueError, IndexError):
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
clang.py 183 except (IndexError, ValueError):
  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_diagnostics.py 67 with self.assertRaises(IndexError):
test_type.py 227 """Ensure that negative indexes on argument_types Raises an IndexError."""
232 with self.assertRaises(IndexError):
241 with self.assertRaises(IndexError):
  /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
xmethods.py 137 raise IndexError('Array index "%d" should not be >= %d.' %
286 raise IndexError('Deque index "%d" should not be >= %d.' %
533 raise IndexError('Vector index "%d" should not be >= %d.' %
797 raise IndexError('shared_ptr<%s> index "%d" should not be >= %d.' %
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
xmethods.py 137 raise IndexError('Array index "%d" should not be >= %d.' %
286 raise IndexError('Deque index "%d" should not be >= %d.' %
533 raise IndexError('Vector index "%d" should not be >= %d.' %
797 raise IndexError('shared_ptr<%s> index "%d" should not be >= %d.' %
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 417 raise IndexError
436 raise IndexError
454 raise IndexError
2214 raise IndexError("Only non-negative indexes are accepted.")
2217 raise IndexError("Index greater than container length: "
2222 raise IndexError("Argument could not be retrieved.")
2597 raise IndexError
2650 raise IndexError
2983 raise IndexError
3217 raise IndexError
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
asyncserver.py 123 except IndexError:
131 except IndexError:
1078 except IndexError:
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 295 [&](const cross_tu::IndexError &IE) {
  /src/external/apache2/llvm/dist/llvm/utils/
update_mca_test_checks.py 191 except IndexError:
  /src/external/mpl/bind/dist/doc/arm/_ext/
iscconf.py 158 except (ValueError, IndexError):
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 578 [&](const cross_tu::IndexError &IE) {

Completed in 41 milliseconds