Home
last modified time | relevance | path

Searched refs:does_not_exist (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/compiler-rt/test/cfi/icall/
Dweak.c5 __attribute__((weak)) void does_not_exist(void);
13 if (does_not_exist) in main()
14 foo(does_not_exist); in main()
/external/llvm-project/lld/test/wasm/
Dearly-exit-for-bad-paths.s3 # RUN: not wasm-ld %t.o -o does_not_exist/output 2>&1 | \
8 # RUN: not wasm-ld %t.o -o %t -Map=does_not_exist/output 2>&1 | \
13 # NO-DIR-OUTPUT: error: cannot open output file does_not_exist/output:
15 # NO-DIR-MAP: error: cannot open map file does_not_exist/output:
/external/llvm-project/lld/test/ELF/
Dearly-exit-for-bad-paths.s4 # RUN: not ld.lld %t.o -o does_not_exist/output 2>&1 | \
16 # RUN: not ld.lld %t.o -o %t -Map=does_not_exist/output 2>&1 | \
21 # NO-DIR-OUTPUT: error: cannot open output file does_not_exist/output:
23 # NO-DIR-MAP: error: cannot open map file does_not_exist/output:
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dstring-dump.test54 # RUN: llvm-readobj --string-dump=does_not_exist %t 2>&1 | FileCheck -DFILE=%t %s --check-prefix=WA…
57 # RUN: llvm-readelf --string-dump=does_not_exist %t 2>&1 | FileCheck -DFILE=%t %s --check-prefix=WA…
60 # WARN1: warning: '[[FILE]]': could not find section 'does_not_exist'
/external/clang/test/FixIt/
Dfixit-include.c11 #pragma does_not_exist // expected-warning {{unknown pragma ignored}}
/external/llvm-project/clang/test/FixIt/
Dfixit-include.c12 #pragma does_not_exist // expected-warning {{unknown pragma ignored}}
/external/llvm-project/clang/test/SemaCXX/
Doverloaded-name.cpp36 …decltype(bar)::does_not_exist; // expected-error {{reference to overloaded function could not be r… in run()
/external/llvm-project/clang/test/CodeGenCXX/
Dms-thunks-unprototyped.cpp9 typename T::does_not_exist field;
/external/clang/test/SemaTemplate/
Dfriend-template.cpp281 template<typename> friend class A::does_not_exist; // \
/external/llvm-project/clang/test/SemaTemplate/
Dfriend-template.cpp281 template<typename> friend class A::does_not_exist; // \
/external/tensorflow/tensorflow/python/module/
Dmodule_test.py179 mod.does_not_exist # pylint: disable=pointless-statement
193 mod.does_not_exist # pylint: disable=pointless-statement
/external/python/cpython3/Lib/test/test_import/
D__init__.py421 from test_from_import_AttributeError import does_not_exist
433 from os import does_not_exist
436 os.does_not_exist
/external/python/cpython3/Lib/test/
Dtest_grammar.py329 no_name[does_not_exist]: no_name_again = 1/0
331 no_name[does_not_exist]: 1/0 = 0
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py1737 mock.does_not_exist
1738 mock.does_not_exist = 3
/external/python/mock/mock/tests/
Dtestpatch.py1731 mock.does_not_exist
1732 mock.does_not_exist = 3
/external/libchrome/base/files/
Dfile_util_unittest.cc3380 FilePath does_not_exist = base_dir_.AppendASCII("does") in TEST_F() local
3384 VerifyPathControlledByUser(base_dir_, does_not_exist, uid_, ok_gids_)); in TEST_F()
/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py1784 does_not_exist=10)